Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 3.32 KB

2.0.1 (2024-09-07)

Bug Fixes

2.0.0 (2024-06-13)

⚠ BREAKING CHANGES

  • deprecate node 14

Build System

1.1.2 (2024-03-23)

Bug Fixes

  • allow styled-components version 6 in peer deps (d517bb5)

1.1.1 (2023-11-03)

Bug Fixes

  • package.json: add overrides to fix audit issues (with correct commit message this time) (f632b03)

1.1.0 (2023-11-03)

Features

  • update combobox options grid to make it more responsive (d542381)

1.0.4 (2023-09-29)

Bug Fixes

  • fix logic error when resolving collections option (7c8b472)

1.0.3 (2023-09-21)

Bug Fixes

  • iconify-input: provide a fallback when studio theme is undefined (300c513)
  • only call usequery inside queryclientprovider (52aca1f)

1.0.2 (2023-09-20)

Bug Fixes

  • workflow: add artifacts to workflow to fix dist folder not showing in npm package (63bad12)

1.0.1 (2023-09-20)

Bug Fixes

  • npmignore: add .npmignore file to make sure dist folder is published (0765c7c)

1.0.0 (2023-09-18)

Features

  • sanity iconify input v1 (1d3a604)

Bug Fixes

  • change last command to pnpm (a27e573)
  • iconify-input: handle empty collections and showName options (0467b16)
  • use pnpm for github workflow (e16e6a9)