Skip to content

Releases: innovaccer/design-system

v2.39.0

16 Jul 11:05
Compare
Choose a tag to compare

2.39.0 (2024-07-16)

Highlights

  • feat(tab): add small size support in tab component (0060c80)
  • feat(Message): update background colors in message (d31d5fd)
  • feat(AIResponse): add generating response story (9f64993)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(tab): add small size support in tab component (0060c80)
  • feat(Message): update background colors in message (d31d5fd)
  • feat(AIResponse): add generating response story (9f64993)

Fixes

  • fix(chip): update inline alignment for multiple chips (bf8f6b2)

Improvements

NA

Documentation

  • docs(message): update images in message documentation (2bf6b15)
  • docs(tabs): add small size tabs documentation (5dbd6c9)
  • docs(AIResponse): add stories for generating content (96332c3)

v2.38.1

16 Jul 08:34
Compare
Choose a tag to compare

2.38.1 (2024-07-12)

Highlights

  • fix: move lottie player npm package from dev-dependencies to dependencies (65d70fa)
  • fix(combobox): add onFocus and onBlur callback function in combobox options (83e6691)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

NA

Fixes

  • fix: move lottie player npm package from dev-dependencies to dependencies (65d70fa)
  • fix(combobox): add onFocus and onBlur callback function in combobox options (83e6691)

Improvements

NA

Documentation

NA


v2.38.0

08 Jul 09:29
Compare
Choose a tag to compare

2.38.0 (2024-07-05)

Highlights

  • chore(react-lottie-player): moved to externals for esm module (88fc0af)

Breaking changes

  • chore(react-lottie-player): moved to externals for esm module (88fc0af)

Migration guide

  • If relying on ESM build, install @lottiefiles/react-lottie-player for animation related components.

Deprecations

NA

Features

NA

Fixes

NA

Improvements

NA

Documentation

NA


v2.37.1

05 Jul 14:30
Compare
Choose a tag to compare

2.37.1 (2024-07-04)

Highlights

  • feat(icon): update material symbols font file (8e51ba0)
  • fix(select): ensure popover toggles correctly on cursor click (84228b0)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(icon): update material symbols font file (8e51ba0)

Fixes

  • fix(select): ensure popover toggles correctly on cursor click (84228b0)

Improvements

NA

Documentation

NA


v2.37.0

02 Jul 09:29
Compare
Choose a tag to compare

2.37.0 (2024-07-02)

Highlights

  • feat(select): add support for custom trigger in select (4e85e26)
  • feat(avatar): add disabled state in avatar component (008691a)
  • feat(avatargroup): add disabled state in avatar group component (773ba95)
  • feat(avatarselection): add disabled state in avatar selection component (402946c)
  • feat(chip): update chip states (b9a4678)
  • feat(ActionCard): update states and spacing in action card (e42e0eb)
  • feat(selectionCard): update states and spacing in selection card (8ea2982)
  • feat(message): update warning appearance background color (b7716cd)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(avatar): add disabled state in avatar component (008691a)
  • feat(avatargroup): add disabled state in avatar group component (773ba95)
  • feat(avatarselection): add disabled state in avatar selection component (402946c)
  • feat(select): add support for custom trigger in select (4e85e26)
  • feat(chip): update chip states (b9a4678)
  • feat(ActionCard): update states and spacing in action card (e42e0eb)
  • feat(selectionCard): update states and spacing in selection card (8ea2982)
  • feat(message): update warning appearance background color (b7716cd)

Fixes

  • fix(docs): remove interaction tab from avatar documentation (4a80ded)
  • fix(cypress): update link visit function for breadcrumb (9a3da23)

Improvements

  • feat(stepper): update the stories for steppers (3e95e3a)
  • feat(table): update table filter story (c9c64c3)

Documentation

  • docs(interactive-cards): update states and spacing documentation (826b0c6)
  • docs(states): update documentation of states in foundations (f5d53f2)
  • docs(inlineEditable): update documentation of inline editable field (0ce2dfb)
  • docs(chip): update chip state images (b1a9db6)
  • docs(page-header): update stepper section in page header (69599cb)
  • docs(stepper): update stepper page documentation (5b17ada)
  • docs(avatar): update documentation of avatar component (b974994)
  • docs(avatarGroup): add documentation of avatar group and selection (b5e7899)
  • docs(AIResponse): update images in AI Response examples (f2b7c50)
  • docs(select): add custom trigger documentation (8a8e596)

v2.36.2

13 Jun 15:47
Compare
Choose a tag to compare

2.36.2 (2024-06-13)

Highlights

  • style(colors): update night color hex code (d6f913c)
  • feat(combobox): add support for computeStyle prop for popover positioning (b073ff7)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • style(colors): update night color hex code (d6f913c)
  • feat(combobox): add support for computeStyle prop for popover positioning (b073ff7)

Fixes

NA

Improvements

NA

Documentation

NA


v2.36.1

12 Jun 14:15
Compare
Choose a tag to compare

2.36.1 (2024-06-12)

Highlights

NA

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

NA

Fixes

  • fix(select): enable support for arbitrary default values in single select (bea359b)

Improvements

NA

Documentation

NA


v2.36.0

11 Jun 20:24
Compare
Choose a tag to compare

2.36.0 (2024-06-11)

Highlights

  • feat(AIButton): add new AI Button component (ce14715)
  • feat(saraSparkle): add sara sparkle component (e7f54cb)
  • feat(sara): add new sara component (848ee75)
  • feat(AIButton): update stories for AI Button component (fbe8b2f)
  • feat(AIIconButton): add new AI Icon Button Component (120079b)
  • feat(AIChip): add new AI Chip component (66bd930)
  • feat(AIResponse): add new AI Response component (09c7f08)
  • feat(progressIndicator): add new progress indicator pattern (f3eaf71)
  • feat(calendar): update calendar states (9d515e3)
  • feat(Input): update readonly state for all input components (8aa4b94)
  • feat(chip): add overflow behavior in chip and chipInput (b5fac8d)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(AIButton): add new AI Button component (ce14715)
  • feat(saraSparkle): add sara sparkle component (e7f54cb)
  • feat(sara): add new sara component (848ee75)
  • feat(AIButton): update stories for AI Button component (fbe8b2f)
  • feat(AIIconButton): add new AI Icon Button Component (120079b)
  • feat(AIChip): add new AI Chip component (66bd930)
  • feat(AIResponse): add new AI Response component (09c7f08)
  • feat(calendar): update calendar states (9d515e3)
  • feat(Input): update readonly state for all input components (8aa4b94)
  • feat(chip): add overflow behavior in chip and chipInput (b5fac8d)
  • feat(progressIndicator): add new progress indicator pattern (f3eaf71)

Fixes

  • fix: update storybook link (0f79e9d)
  • fix(actions): update node js version for chromatic build job (20c1898)
  • fix(metricInput): update value of metric input when showActionButton prop is false (5e8b396)
  • fix(select): update overflow of options in popover with respect to trigger size (4dad3cd)
  • fix(select): update state of placeholder (c8f9f15)
  • fix(saraSparkle): update size of sara sparkle in story (8ab3d92)
  • fix(AIButton): update focus state of AI Button component (426872c)

Improvements

  • fix(docs): update title for components, content, patterns and visualization page (4f3dedd)

Documentation

  • docs(calendar): update images of calendar states (d8b7258)
  • docs(chip): add overflow behavior in chip (992403d)
  • docs(chipInput): add overflow behavior in chipInput (c431357)
  • docs(emptyState): add empty state documentation (a572b46)
  • docs(input): update the documentation of state of input (f31e9aa)
  • docs(AIChip): add documentation of AI Chip component (04c8a30)
  • docs(AITrigger): add AI trigger components documentation (7790903)
  • docs(sara): add sara and sara sparkle documentation (439f03a)
  • docs(AIResponse): add AI Response documentation (ebe60d4)

v2.35.0

28 May 11:43
Compare
Choose a tag to compare

2.35.0 (2024-05-28)

Highlights

  • feat(emptyState): add emptyState component (0a8c8f8)
  • feat(combobox): add keyboard event handler support (748f7de)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(emptyState): add emptyState component (0a8c8f8)
  • feat(combobox): add keyboard event handler support (748f7de)

Fixes

  • fix(docs): update components overview page layouts (c646237)
  • fix(docs): update components overview page layout and cards layout (a633151)
  • docs: update layout of components overview page and card opacity (8524e73)
  • fix(table): update table stories card border radius (39d7f34)
  • fix(inputMask): update set selectionRange method for unsupported types (a0d90ed)
  • fix(emptyState): fix alignment issue when className is passed (0209f18)

Improvements

  • refactor: structure package json and add engines restriction (2e531a3)
  • refactor(docs): update default storybook url in docs exporter script (97c9c80)
  • chore(actions): add docs site test step for docs pull request (a97913a)

Documentation

  • docs(uistate): update empty state in uistate documentation (0217a54)

v2.34.0

16 May 15:33
Compare
Choose a tag to compare

2.34.0 (2024-05-16)

Highlights

  • feat(gatsby): migration from v3 to v5 (3a26576)
  • feat(select): add support for relative width for trigger (f74c895)

Breaking changes

NA

Migration guide

NA

Deprecations

NA

Features

  • feat(gatsby): migration from v3 to v5 (3a26576)
  • feat(select): add support for relative width for trigger (f74c895)

Fixes

  • fix(select): update argument type of onchange prop for search input (ae61b0e)

Improvements

NA

Documentation

NA