Skip to content

Releases: creativetimofficial/material-tailwind

@material-tailwind/react-v2.0.1

16 May 09:50
Compare
Choose a tag to compare

Changes

Fix

  • Add @heroicons/react as dependency to fix the missing dependency issue.
  • Fix the <Badge /> proptypes issue for color.

@material-tailwind/react-v2.0.0

05 May 05:01
Compare
Choose a tag to compare

Changes

Major Changes

Features

  • Add new component Badge
  • Add new component ButtonGroup
  • Add new component Collpase
  • Add new component Carousel
  • Add new component Drawer
  • Add new component List
  • Add new component RatingBar
  • Add new component Slider
  • Add new component SpeedDial
  • Add new component Spinner
  • Add new component Stepper
  • Add new component Timeline
  • Update Checkbox component
  • Update Menu component
  • Update Navbar component
  • Update ProgressBar component
  • Update RadioButton component
  • Update Swtich component
  • Update Tabs component

Docs

  • Add new components documentation pages
  • Add new examples to documentation
  • Fix typos on documentation
  • Add new page Form
  • Add new page Pagination
  • Add new page Footer
  • Add new page Img
  • Add new page Video
  • Add new page Sidebar
  • Add new page Table

@material-tailwind/html-v1.4.2

14 Feb 12:18
Compare
Choose a tag to compare

Changes

Fix

  • Fix the path issue with withMT() config file.

Docs

  • Update the monorepo guidelines for tailwind.config.js

@material-tailwind/react-v1.4.1

14 Feb 12:17
Compare
Choose a tag to compare

Changes

Update

  • Update the withMT() function for tailwind configurations.

@material-tailwind/react-v1.4.0

14 Feb 11:23
2a39856
Compare
Choose a tag to compare

Changes

Fix

Features

  • Add the __dirname for withMT() function by @randallhunt.
  • Add shrink prop for <Input /> for making the floating label controlled.
  • Add shrink prop for <Textarea /> for making the floating label controlled.
  • Update <Menu /> component to be keyboard friendly.
  • Update <Select /> component to make the label floated if there is a value by default.
  • Update <Checkbox />, <Radio /> and <Switch /> components label type from string to node, it helps to pass JSX as value for the label prop.
  • Add iconProps for <Checkbox /> and <Radio /> to make the icon container customisable.
  • Use the useMergeRefs instead of react-merge-refs.
  • Remove the opacity changing when closing and opening the <Accordion />, it make the behavior more smooth.

Docs

@material-tailwind/html-v2.0.0

23 Jan 10:13
563e891
Compare
Choose a tag to compare

Changes

Fix

Docs

  • Update the entire documentation for the html components.
  • Uses pure tailwind css class for html component rather than custom classes.
  • New demo/code preview added for documentation of components.
  • Add more info and description for each page and how to use the components.

Major Changes

  • Migration from custom classes to pure tailwind css classes.
  • New scripts for interactive components using the data attributes.

@material-tailwind/react-v1.2.5

03 Jan 07:08
223ff7a
Compare
Choose a tag to compare

Changes

Fix

Docs

  • Add guides for using @material-tailwind/react with monorepo.
  • Update the components pages and fix the import issues for code examples.

@material-tailwind/html-v1.2.4

03 Jan 07:54
223ff7a
Compare
Choose a tag to compare

Changes

Fix

@material-tailwind/html-v1.2.2

30 Sep 10:04
2ff7629
Compare
Choose a tag to compare

Changes

Features

  • make the components themable.

@material-tailwind/react-v1.2.4

05 Sep 10:28
f19d777
Compare
Choose a tag to compare

Changes

Features

  • Add containerProps for Input component to make it easier for passing props to Input container element.

Fix

  • Fix issue #210.
  • Fix issue #201.
  • Fix issue #198.
  • Fix Accordion auto height issue by @mldyh.

Docs

  • Update accordion page.
  • Update input props page.