v2 - Vite, Tailwind CSS, some UI optimizations
Breaking changes
If you use a forked and customized version of WebdevHome and you update to 2.0 you might need to do the following things:
- If you use environment variables in your
.env
file(s) change all occurrences of the prefixREACT_APP_
toVITE_
.
New links
- Stimulus
- VirtualBox
- Heroku
- Supabase
- Lodash
- SWC
- esbuild
- TC39 Website
- TC39 Forum
- WICG Forum
- Figma
Changes
- Small UI changes and polish
- Add back button to on-site search page
- Only show back button in the header when in search or customize mode
Bug fixes
- Fix bug that pressing enter triggers search and puts "enter" in the search bar (at least in Chromium browsers)
Architecture
- Port from Create React App to Vite
- Port from Sass to Tailwind CSS
- Enable React's Strict Mode