Releases: creativetimofficial/material-tailwind
Releases · creativetimofficial/material-tailwind
@material-tailwind/react-v2.0.5
Patch Changes
- Update the stepper style for steps.
Docs Changes
- Update texts
create-material-tailwind-v0.1.5
Released the new CLI for scaffolding Material Tailwind projects with ease. More Info
@material-tailwind/react-v2.0.4
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
@material-tailwind/react-v2.0.2
Patch Changes
- Improve framer motion first load size, by @mobinyardim
- Fix chip size in documentation, by @guilhermealves18
- Fix missing import on documentation, by @abhidadhaniya23
- Remove all LOREM IPSUM texts from documentation
@material-tailwind/react-v2.0.1
Changes
Fix
- Add
@heroicons/reactas dependency to fix the missing dependency issue. - Fix the
<Badge />proptypes issue forcolor.
@material-tailwind/react-v2.0.0
Changes
Major Changes
- Update
Alertcomponent. More Details - Update
Chipcomponent. More Details - Update
Avatarcomponent. More Details
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
Checkboxcomponent - Update
Menucomponent - Update
Navbarcomponent - Update
ProgressBarcomponent - Update
RadioButtoncomponent - Update
Swtichcomponent - Update
Tabscomponent
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
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
Changes
Update
- Update the
withMT()function for tailwind configurations.
@material-tailwind/react-v1.4.0
Changes
Fix
Features
- Add the
__dirnameforwithMT()function by @randallhunt. - Add
shrinkprop for<Input />for making the floating label controlled. - Add
shrinkprop 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 />componentslabeltype fromstringtonode, it helps to passJSXas value for thelabelprop. - Add
iconPropsfor<Checkbox />and<Radio />to make the icon container customisable. - Use the
useMergeRefsinstead ofreact-merge-refs. - Remove the opacity changing when closing and opening the
<Accordion />, it make the behavior more smooth.