Skip to content

Releases: creativetimofficial/material-tailwind

v3.0.0-beta.6

13 Feb 15:44
8c65b09
Compare
Choose a tag to compare

[3.0.0-beta.6] 2025-02-13

  • Fix exports issue

v3.0.0-beta.5

13 Feb 15:09
011a7b6
Compare
Choose a tag to compare

[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

12 Feb 16:06
e393920
Compare
Choose a tag to compare

[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

12 Feb 16:05
e393920
Compare
Choose a tag to compare

[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

12 Feb 16:04
e393920
Compare
Choose a tag to compare

[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

@material-tailwind/html-v2.3.2

13 Sep 14:18
91f06c0
Compare
Choose a tag to compare

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

06 Sep 08:51
0dcc853
Compare
Choose a tag to compare

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 removed
    • Chip Data Attributes removed
    • Chip 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

03 Sep 10:24
Compare
Choose a tag to compare

Patch Changes

  • Input component:
    • Fix design issue with black and white colors.
  • Textarea component:
    • Add support for black and white colors.

@material-tailwind/html-v2.3.0

30 Aug 14:53
97ff4c4
Compare
Choose a tag to compare

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

20 Aug 15:06
Compare
Choose a tag to compare

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