Skip to content

v2 - Vite, Tailwind CSS, some UI optimizations

Compare
Choose a tag to compare
@alinnert alinnert released this 30 Jan 17:33
· 166 commits to develop since this release

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 prefix REACT_APP_ to VITE_.

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