Skip to content

Releases: anthonyleung-dev/react-material-web

2.2.0

02 Oct 14:17
c672dfb
Compare
Choose a tag to compare

2024-10-02

Added

  • Added Badge component.

Changed

  • Updated the @material/web package to 2.2.0

2.0.0

13 Aug 12:39
Compare
Choose a tag to compare

2024-08-13

Changed

  • Updated the @material/web package to 2.0.0
  • Removed the CSS import in src/index.tsx, Now the CSS import is optional.

1.0.10

31 May 10:52
Compare
Choose a tag to compare

2024-05-31

Changed

  • Updated the @material/web package to 1.5.0

Fixed

  • Added missing elements to some components(#6 Thanks to zZHorizonZz)

1.0.9

21 May 09:52
Compare
Choose a tag to compare

2024-05-21

Changed

Added use client into all components to better support SSR.

1.0.8

16 Apr 11:11
Compare
Choose a tag to compare

2024-04-16

Changed

  • Update the @material/web package to 1.4.1

1.0.7

01 Apr 15:37
Compare
Choose a tag to compare

2024-04-01

Fixed

  • Fixed the @fontsource/roboto CSS import issue in Vite bundler.
  • Add storybook-static in .npmignore

1.0.6

01 Apr 12:36
Compare
Choose a tag to compare

2024-04-01

Fixed

  • Fixed the issue with the Textfield component missing events.

1.0.5

27 Mar 19:57
Compare
Choose a tag to compare

First version