Release Notes

See what's new added, changed, fixed, improved or updated.


v2.1.9

February 8, 2024

Patch Changes

  • Update accordion component to make it possible to disable the animation.
  • Fix select component issue while there is only one option available.
  • Add red asterisk for required textarea component.
  • Fix the prop-types issue for menu component.
  • Fix classname override issue for all components while there is default props classname.

Docs Changes

  • Fix spelling and grammar issues.
  • Add controlled select example.

v2.1.8

December 20, 2023

Docs Changes

  • New components: Skeleton, Gallery, Mega Menu
  • New plugins integration: Lexical Rich Text Editor, Copy to Clipboard

v2.1.7

December 14, 2023

Patch Changes

  • Add black color for <Button />, <IconButton /> and <ButtonGroup /> components.

Docs Changes

  • Update the button, icon button and button group documentation pages.

v2.1.6

December 13, 2023

Patch Changes

  • Improved disabled state style for input and select.
  • Fixed input placeholder overlap with label.
  • Fixed textarea label issue.
  • Fixed typos in navbar theme object.
  • Added loading state for the button.

Docs Changes

  • Fixed broken links.
  • Fixed typos.
  • Updated button docs page.
  • Improved Next.js integration guide.

v2.1.5

November 29, 2023

Patch Changes

  • Plugins integration guides (Date Picker, Charts and Algolia Search).

v2.1.4

Octuber 18, 2023

Patch Changes

  • Update <Button /> theme.

v2.1.3

Octuber 17, 2023

Patch Changes

  • Fix theme issue with <Button /> component.

Docs Updates

  • Fix typos.
  • Update the design

v2.1.2

September 14, 2023

Patch Changes

  • Add native event listeners for <SpeedDialAction />
  • Fix prop-types warning for <Badge />

Docs Updates

  • Fix the issue with countries select example.

v2.1.1

August 24, 2023

Patch Changes

  • Update typography types
  • Fix grammer and typo issues

Docs Updates

  • Fix outlined issue on examples.
  • Fix code issues for components demo.

v2.1.0

August 9, 2023

Minor Changes

  • Update design for components
  • Change the base color to gray-900 for components
  • Fix the border issue with standard and static input variants

Docs Updates

  • Add release notes page
  • Add figma landing page
  • Add algolia search for documentation
  • Change the design and layout for the documentation

v2.0.8

August 2, 2023

Patch Changes

  • Fix the export issue for components.

v2.0.7

July 22, 2023

Patch Changes

  • Replace @heroicons/react icons with svg version of the icons.

Docs Changes

  • Update props and theme pages and add them all together to the component page.

v2.0.6

July 17, 2023

Patch Changes

  • Add useId hook for <Tabs />, <Checkbox />, <Radio />, <Switch /> components, this will help to use multiple of these components in a page without adding different id for each instance.
  • Fix issue #387

v2.0.5

July 10, 2023

Patch Changes

  • Update the stepper style for steps.

Docs Changes

  • Update texts

v2.0.4

jun 20, 2023

Patch Changes

  • Fix the style issue for vertical tabs.

Docs Changes

  • Add new examples with custom styles for components.

v2.0.3

Jun 20, 2023

Patch Changes

  • Fix issue #362
  • Fix issue #361
  • Fix issue #360
  • Fix issue #359

v2.0.2

Jun 13, 2023

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

v2.0.1

May 16, 2023

Fixed

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

v2.0.0

may 5, 2023

Major Chages

  • Update Alert component.
  • Update Chip component.
  • Update Avatar component.

Features

  • Add new component Badge
  • Add new component ButtonGroup
  • Add new component Collapse
  • 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 Chages

  • 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

v1.4.2

Feb 14, 2023

Fix

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

Docs

  • Update the monorepo guidelines for tailwind.config.js

v1.4.1

July 22, 2023

Changes

  • Update the withMT() function for tailwind configurations.

v1.4.0

feb 14, 2023

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.
  • se the useMergeRefs instead of react-merge-refs.
  • Remove the opacity changing when closing and opening the <Accordion />, it make the behavior more smooth.

Fix

  • Fix issue #290
  • Fix issue #288
  • Fix issue #258
  • Fix issue #225 by @pppp606

Docs Changes

  • Add guides for using @material-tailwind/react with Astro.
  • Add guides for using @material-tailwind/react with Gatsby.
  • Add guides for using @material-tailwind/react with Next.js 13 and Server Components.

v1.2.5

Jan 3, 2023

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 Changes

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

v1.2.4

sep 5, 2022

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 @mldy.

Docs Changes

  • Update accordion page.
  • Update input props page.

v1.2.3

aug 9, 2022

Fix

  • Fix issue #193
  • Fix issue #194

Docs Changes

  • Update navbar example.

v1.2.2

aug 2, 2022

Fix

  • Avatar circular variant not working.

v1.2.1

aug 2, 2022

Fix

  • Fix issue #106.
  • Fix the avatar theme object.

Docs Changes

  • Update navbar page.

v1.2.0

aug 1, 2022

Fix

  • Fix issue #177.

Features

  • Add MobileNav component for responsive Navbar collapse.

Updates

  • Update readme file.

Docs Changes

  • Update navbar pages.

v1.1.0

July 29, 2022

Updates

  • Update all of the dependencies to their latest versions.
  • Rename blue-grey to blue-gray.
  • Rename grey to gray.

Features

  • Use tailwind-merge library for merging className 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.

v1.0.8

jul 22, 2022

Features

  • Change the font-family from serif to sans for headings.

Docs Changes

  • Refactor the documentation.
  • Add new login card example for the card page

v1.0.7

jul 18, 2022

Fix

  • Types definition issues.

Features

  • Mark as export all types definition for styling and theming.

Docs Changes

  • Separate the props definition page from components page.
  • Add theming guideline page for each individual component.

v1.0.6

jun 21, 2022

Fix

  • Fix the production issue for <Select /> component

v1.0.5

jun 21, 2022

Fix

  • Fix issue number #114

v1.0.4

jun 15, 2022

Fix

  • Fix issue number #105
  • Fix issue number #84
  • Fix issue number #81
  • Fix issue number #78

v1.0.3

may 11, 2022

Changes

  • Removed unused import for @material-tailwind/react/components/Dialog.
  • Fixed the @material-tailwind/react/components/MenuCore.tsx floating issue when scrolling the page.

Updates

  • Update README

v1.0.2

may 11, 2022

Updates

  • Update README

v1.0.1

may 10, 2022

@material-tailwind/react

  • Update README

@material-tailwind/html

  • Update README

v1.0.0

may 10, 2022

New Features

  • @material-tailwind/html
  • @material-tailwind/react

Note

  • The entire library has been changes and there is a totally new things there, please checkout the official documentation of the library for a better understanding. Material Tailwind

v1.0.0 Beta

may 10, 2022

New Features

  • @material-tailwind/html
  • @material-tailwind/react

Note

  • The entire library has been changes and there is a totally new things there, please checkout the official documentation of the library for a better understanding. Material Tailwind

v0.3.4

June 9, 2021

New Features

  • Update tailwindcss to the latest version

Bug fixing

  • Update card header margin
  • Reduce the input icon opacity
  • Change the dropdown text from uppercase to capitalize

v0.3.3

May 28, 2021

Bug fixing

  • Update indentation for the code example
  • Rename the NavbarList component name to Nav
  • Rename the NavbarItem component name to NavItem
  • Update all the dependencies and dev-dependencies

v0.3.2

May 18, 2021

New Features

  • New components are added
  • className prop added for the components
  • Default props are added for the components

Bug fixing

  • Console errors are fixed

v0.3.1

Apr 28, 2021

Bug fixing

  • Solve the issue of tippy.js style sheets for popover, tooltips and dropdown component

v0.3.0

Apr 26, 2021

New Features

  • New components: Textarea, Checkbox, Radio Button, Card Row, Card Status, Card Status Footer
  • Update components design

Bug fixing

  • Solve the issue with the tippy.js style modules

v0.2.0

Apr 6, 2021

New Features

  • Update components design
  • Add new Features for the components
  • Add transparent background for components

v0.1.1

Mar 31, 2021

Bug fixing

  • Solve ripple effect and css publish on npm

v0.1.0

Mar 31, 2021

Original Release

  • Started project from Tailwind CSS and Material Design 2
  • Added design from Material Design 2 using Tailwind CSS