Releases: creativetimofficial/material-tailwind
Releases · creativetimofficial/material-tailwind
@material-tailwind/html-v1.1.2
Changes
Fix
- Fix the components scripts issue (#113 )
Docs
- Update the installation guide @material-tailwind/html installation.
- Add theming and customization guide @material-tailwind/html customization.
- Update overall components documentation pages and add the required-script section for necessary component.
@material-tailwind/html-v1.1.1
@material-tailwind/react-v1.0.8
Changes
Features
- Change the font-family from serif to sans for headings.
Docs
- Refactor the documentation
- Add new login card example for the card page
@material-tailwind/react-v1.0.7
Changes
Fix
- Types definition issues.
Features
- Mark as
export
all types definition for styling and theming.
Docs
- Separate the props definition page from components page.
- Add theming guideline page for each individual component.
@material-tailwind/react-v1.0.6
## Bug Fixing
- Fix the production issue for
<Select />
component
@material-tailwind/react-v1.0.5
## Bug Fixing
- Fix issue number #114
@material-tailwind/react-v1.0.4
@material-tailwind/react-v1.1.0
Changes
Updates
- Update all of the dependencies to their latest versions.
- Rename
blue-grey
toblue-gray
. - Rename
grey
togray
.
Features
- Use
tailwind-merge
library for mergingclassName
props for components. - Add new
white
color for button and icon button.
Fix
- Fix accordion disabled state for keyboard.
- Fix the select option disabled state.
- Remove the unnecessary margin bottom from the switch label.
- Fix issue #169.
- Fix issue #144.
Docs
- Refactor the documentation.
- Add variety of examples and use cases for all components.
@material-tailwind/html-v1.1.0
New Components
- Menu
- Dialog
- Navbar
- Accordion
- Breadcrumbs
- Card
- Pagination
- Popover
- Tabs
- Select
- Tooltip
v1.0.3
Version 1.0.3 - 5/11/2022
Changes
@material-tailwind/react
- Removed unused import for @material-tailwind/react/components/Dialog.
- Fixed the @material-tailwind/react/components/MenuCore.tsx floating issue when scrolling the page.
@material-tailwind/html
- Update README