Releases: creativetimofficial/material-tailwind
Releases · creativetimofficial/material-tailwind
@material-tailwind/react-v2.0.1
Changes
Fix
- Add
@heroicons/react
as dependency to fix the missing dependency issue. - Fix the
<Badge />
proptypes issue forcolor
.
@material-tailwind/react-v2.0.0
Changes
Major Changes
- Update
Alert
component. More Details - Update
Chip
component. More Details - Update
Avatar
component. 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
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
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
__dirname
forwithMT()
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 />
componentslabel
type fromstring
tonode
, it helps to passJSX
as value for thelabel
prop. - Add
iconProps
for<Checkbox />
and<Radio />
to make the icon container customisable. - Use the
useMergeRefs
instead ofreact-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
Changes
Fix
- Fix issue #278
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
Changes
Fix
- Fix issue #256
- Fix issue #249
- Fix issue #227
- Fix issue #165
- Fix issue #143
- Fix issue #116
- Fix issue #232
- Fix issue #213
- Fix issue #205
- Fix issue #240
- Fix issue #229
- Fix typo mistakes by @victorpatru and @Yarles404
- Fix the props interface issue for the home page by @deveesh-shetty
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
@material-tailwind/html-v1.2.2
Changes
Features
- make the components themable.