Releases: anthonyleung-dev/react-material-web
Releases · anthonyleung-dev/react-material-web
2.2.0
2.0.0
2024-08-13
Changed
- Updated the
@material/web
package to2.0.0
- Removed the CSS import in
src/index.tsx
, Now the CSS import is optional.
1.0.10
2024-05-31
Changed
- Updated the
@material/web
package to1.5.0
Fixed
- Added missing elements to some components(#6 Thanks to zZHorizonZz)
1.0.9
2024-05-21
Changed
Added use client
into all components to better support SSR.
1.0.8
2024-04-16
Changed
- Update the
@material/web
package to 1.4.1
1.0.7
2024-04-01
Fixed
- Fixed the
@fontsource/roboto
CSS import issue in Vite bundler. - Add
storybook-static
in.npmignore
1.0.6
2024-04-01
Fixed
- Fixed the issue with the Textfield component missing events.
1.0.5
First version