Skip to content

Releases: sherif-magdy/mui-color-input

v10.1.2

22 Jun 21:34
8078a4d

Choose a tag to compare

10.1.2 (2026-06-22)

Bug Fixes

  • keep declaration emit and storybook build clean (7aff8f4)

v10.1.1

17 Jun 18:05
66b721a

Choose a tag to compare

10.1.1 (2026-06-17)

Bug Fixes

  • ColorPopoverBody: sync hue slider and color space on external color changes (7f1b57e)

v10.1.0

16 Jun 18:19
db509e9

Choose a tag to compare

10.1.0 (2026-06-16)

Features

  • docs: retarget Docusaurus site to fork and consume v10 (bd61639)

Bug Fixes

  • ci: drop explicit pnpm version to resolve packageManager conflict (d352f01)

v10.0.0

14 Jun 21:13

Choose a tag to compare

Breaking changes

  • ColorInput now uses a slots / slotProps composition API. Subcomponent customization moved to the slots and slotProps props. Consumers overriding internals will need to migrate.

Features

  • MUI v9 support@mui/material peer dependency widened to ^7.0.0 || ^9.0.0.

Package

  • Renamed to the scoped package @sherifmagdy/mui-color-input.

    npm install @sherifmagdy/mui-color-input

Docs

  • Documented the v10 slots and slotProps API.