Release Notes

v3.0.0-beta.7

February 14, 2025

Changes

  • Fix index.d.ts file not being generated correctly
  • Removed rollup.config.mjs file from the package
  • Removed package.json file from the package
  • Removed src folder from the package

v3.0.0-beta.6

February 13, 2025

Changes

  • Fix exports issue

v3.0.0-beta.5

February 13, 2025

Changes

  • Fix type definitions on import from NPM in NextJS
  • Fix name for the global object MaterialTailwind

v3.0.0-beta.4

February 12, 2025

Changes

  • Now Dropdown component support the value "menu" for initial state

v3.0.0-beta.3

February 12, 2025

Changes

  • Accordion component renamed props to match the new TypeScript implementation
  • Added CHANGELOG.md

v3.0.0-beta.2

February 12, 2025

Added for NPM

  • Added TypeScript support for all JavaScript components
  • Accordion component rewritten in TypeScript with AccordionConfig and IAccordion interfaces
  • Gallery component rewritten in TypeScript
  • Stepper component rewritten in TypeScript with StepperConfig and IStepper interfaces
  • Popover component rewritten in TypeScript with PopoverConfig and IPopover interfaces
  • Tooltip component rewritten in TypeScript with TooltipConfig and ITooltip interfaces
  • Tabs component rewritten in TypeScript with TabsConfig and ITabs interfaces
  • Modal component rewritten in TypeScript with ModalConfig and IModal interfaces
  • Dropdown component rewritten in TypeScript with DropdownConfig and IDropdown interfaces
  • Collapse component rewritten in TypeScript with CollapseConfig and ICollapse interfaces
  • 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