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
,Menu
components with code & UI changes- added new examples for
Select
component:- 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
Input
component:- Code & UI changes
Input Number
component:- Code & UI changes
Input Phone
component:- Code & UI changes
Input Search
component:- Code & UI changes
Chip
component:- Code & UI changes
Required Script
removedChip Data Attributes
removedChip Trigger Data Attributes
removed
Radio Button
component:- Code & UI changes
Switch
component:- Code & UI changes
Tabs
component:- Code & UI changes
Pagination
component:- Code & UI changes
Navbar
component:- Code & UI changes
Card
component:- Code & UI changes
Typography
component:- Code & UI changes
@material-tailwind/react-v2.1.10
Patch Changes
Input
component:- Fix design issue with
black
andwhite
colors.
- Fix design issue with
Textarea
component:- Add support for
black
andwhite
colors.
- Add support for
@material-tailwind/html-v2.3.0
Patch Changes
Accordion
component:- Code & UI changes
- JS included inside the component
- Removed
Required Script
section
Alert
component:- Code & UI changes
- JS included inside the component
- Removed
Required Script
section
Badge
component:- Code & UI changes
Button
component:- Code & UI changes
Button Group
component:- Code & UI changes
Icon Button
component:- Code & UI changes
Badge
component:- 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