Releases: creativetimofficial/material-tailwind
Releases · creativetimofficial/material-tailwind
@material-tailwind/html-v2.1.1
Docs Changes
- Fixed broken links.
- Fixed typos.
- Updated icon button examples.
@material-tailwind/html-v2.1.0
Minor Changes
- Update components design
- Add new components
Docs Changes
- Add plugins integration guide
- Add frameworks integration guide
@material-tailwind/react-v2.1.4
Patch Changes
- Update theme.
@material-tailwind/react-v2.1.3
Patch Changes
- Fix theme issue with component.
Docs Updates
- Fix typos.
- Update the design.
@material-tailwind/react-v2.1.2
@material-tailwind/react-v2.1.1
Patch Changes
- Merge PR #438 by @espressoGoddess
- Merge PR #432 by @the-r3aper7
- Merge PR #431 by @i0n-
- Merge PR #414 by @renny-ren
- Merge PR #390 by @simonrentzke
- Merge PR #383 by @musama619
- Merge PR #373 by @mjfura
Docs Updates
@material-tailwind/react-v2.1.0
Minor Changes
- Update design for components.
- Change the base color to gray-900 for components.
- Fix the border issue with standard and static input variants.
Docs Updates
- Add release notes page.
- Add figma landing page.
- Add algolia search for documentation.
- Change the design and layout for the documentation.
@material-tailwind/react-v2.0.8
Patch Changes
- Fix the export issue for components.
@material-tailwind/react-v2.0.7
Patch Changes
- Replace
@heroicons/reacticons with svg version of the icons.
Docs Changes
- Update props and theme pages and add them all together to the component page.
@material-tailwind/react-v2.0.6
Patch Changes
- Fix issue #387
- Add
useIdhook for<Tabs />,<Checkbox />,<Radio />,<Switch />components, this will help to use multiple of these components in a page without adding differentidfor each instance.