Skip to content

Releases: creativetimofficial/material-tailwind

@material-tailwind/react-v2.0.5

07 Jul 14:44

Choose a tag to compare

Patch Changes

  • Update the stepper style for steps.

Docs Changes

  • Update texts

create-material-tailwind-v0.1.5

26 Jun 10:13

Choose a tag to compare

Released the new CLI for scaffolding Material Tailwind projects with ease. More Info

@material-tailwind/react-v2.0.4

20 Jun 08:35

Choose a tag to compare

Patch Changes

  • Fix the style issue for vertical tabs

Docs Changes

  • Add new examples with custom styles for components.

@material-tailwind/react-v2.0.3

14 Jun 10:10

Choose a tag to compare

Patch Changes

@material-tailwind/react-v2.0.2

13 Jun 10:14

Choose a tag to compare

Patch Changes

@material-tailwind/react-v2.0.1

16 May 09:50

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

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

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

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

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