Skip to content

Releases: creativetimofficial/material-tailwind

@material-tailwind/html-v2.1.1

13 Dec 09:13

Choose a tag to compare

Docs Changes

  • Fixed broken links.
  • Fixed typos.
  • Updated icon button examples.

@material-tailwind/html-v2.1.0

30 Nov 21:57

Choose a tag to compare

Minor Changes

  1. Update components design
  2. Add new components

Docs Changes

  1. Add plugins integration guide
  2. Add frameworks integration guide

@material-tailwind/react-v2.1.4

18 Oct 10:58

Choose a tag to compare

Patch Changes

  • Update theme.

@material-tailwind/react-v2.1.3

17 Oct 15:57

Choose a tag to compare

Patch Changes

  • Fix theme issue with component.

Docs Updates

  • Fix typos.
  • Update the design.

@material-tailwind/react-v2.1.2

14 Sep 09:06

Choose a tag to compare

Patch Changes

  • Add native event listeners for <SpeedDialAction />, #443
  • Fix prop-types warning for <Badge />, #429

Docs Updates

  • Fix the issue with countries select example, #415

@material-tailwind/react-v2.1.1

24 Aug 10:26

Choose a tag to compare

Patch Changes

Docs Updates

@material-tailwind/react-v2.1.0

09 Aug 10:24

Choose a tag to compare

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

31 Jul 08:55

Choose a tag to compare

Patch Changes

  • Fix the export issue for components.

@material-tailwind/react-v2.0.7

21 Jul 13:51
756c0a5

Choose a tag to compare

Patch Changes

  • Replace @heroicons/react icons 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

14 Jul 08:52

Choose a tag to compare

Patch Changes

  • Fix issue #387
  • Add useId hook for <Tabs />, <Checkbox />, <Radio />, <Switch /> components, this will help to use multiple of these components in a page without adding different id for each instance.