Releases: creativetimofficial/material-tailwind
Releases · creativetimofficial/material-tailwind
v3.0.0-beta.6
[3.0.0-beta.6] 2025-02-13
- Fix exports issue
v3.0.0-beta.5
[3.0.0-beta.5] 2025-02-13
- Fix type definitions on import from NPM in NextJS
- Fix name for the global object MaterialTailwind
@material-tailwind/html-v3.0.0-beta.4
[3.0.0-beta.4] 2025-02-12
- Now Dropdown component support the value "menu" for initial state
@material-tailwind/html-v3.0.0-beta.2
[3.0.0-beta.3] 2025-02-12
- Accordion component renamed props to match the new TypeScript implementation
- Added CHANGELOG.md
@material-tailwind/html-v3.0.0-beta.2
[3.0.0-beta.2] 2025-02-12
Added for NPM
- Added TypeScript support for all JavaScript components
- Accordion component rewritten in TypeScript
- Added AccordionConfig interface and IAccordion interface
- Added programmatic Accordion class implementation
- Gallery component rewritten in TypeScript
- Stepper component rewritten in TypeScript
- Added StepperConfig interface and IStepper interface
- Added programmatic Stepper class implementation
- Popover component rewritten in TypeScript
- Added PopoverConfig interface and IPopover interface
- Added programmatic Popover class implementation
- Tooltip component rewritten in TypeScript
- Added TooltipConfig interface and ITooltip interface
- Added programmatic Tooltip class implementation
- Tabs component rewritten in TypeScript
- Added TabsConfig interface and ITabs interface
- Added programmatic Tabs class implementation
- Modal component rewritten in TypeScript
- Added ModalConfig interface and IModal interface
- Added programmatic Modal class implementation
- Dropdown component rewritten in TypeScript
- Added DropdownConfig interface and IDropdown interface
- Added programmatic Dropdown class implementation
- Collapse component rewritten in TypeScript
- Added CollapseConfig interface and ICollapse interface
- Added programmatic Collapse class implementation
- Alert component rewritten in TypeScript
- All future components will be written in TypeScript
- Added TypeScript type definitions and interfaces
- Improved type safety and developer experience with strict typing
- Accordion component rewritten in TypeScript
@material-tailwind/html-v2.3.2
Docs Changes
Input,Breadcrumb,Collapse,Dialog,Form,Gallery,Image,List,Menucomponents with code & UI changes- added new examples for
Selectcomponent:- select sizes
- select disabled
- select with validation
- select with label
- select with helper text
- select with label and helper text
- select with auto width
@material-tailwind/html-v2.3.1
Docs Changes
Inputcomponent:- Code & UI changes
Input Numbercomponent:- Code & UI changes
Input Phonecomponent:- Code & UI changes
Input Searchcomponent:- Code & UI changes
Chipcomponent:- Code & UI changes
Required ScriptremovedChip Data AttributesremovedChip Trigger Data Attributesremoved
Radio Buttoncomponent:- Code & UI changes
Switchcomponent:- Code & UI changes
Tabscomponent:- Code & UI changes
Paginationcomponent:- Code & UI changes
Navbarcomponent:- Code & UI changes
Cardcomponent:- Code & UI changes
Typographycomponent:- Code & UI changes
@material-tailwind/react-v2.1.10
Patch Changes
Inputcomponent:- Fix design issue with
blackandwhitecolors.
- Fix design issue with
Textareacomponent:- Add support for
blackandwhitecolors.
- Add support for
@material-tailwind/html-v2.3.0
Patch Changes
Accordioncomponent:- Code & UI changes
- JS included inside the component
- Removed
Required Scriptsection
Alertcomponent:- Code & UI changes
- JS included inside the component
- Removed
Required Scriptsection
Badgecomponent:- Code & UI changes
Buttoncomponent:- Code & UI changes
Button Groupcomponent:- Code & UI changes
Icon Buttoncomponent:- Code & UI changes
Badgecomponent:- Code & UI changes
@material-tailwind/html-v2.2.5
Docs Updates
- New category: Input Search
- New components added to Input Search category:
- input search with button
- input search with dropdown
- input search with button outside
- input search with area
- input search with voice enabled
- New components added to Input Phone category:
- input phone number with select
- input phone with authentication form
- New components added to Table category:
- Plain Table
- Table with pagination
- Table with search
- Table with modal
- Ecommerce products table
- Dark table
- Dark table striped rows
- Dark table striped columns