Skip to content

Releases: sil-org/ui-components

Update dependencies

11 Jun 13:12
a888bdb

Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v13.0.1

Upgrade to Svelte 5

15 Apr 00:20
d2c5c6d

Choose a tag to compare

Changed

Update and remove deps

23 Jan 02:07
f49656f

Choose a tag to compare

Security

Full Changelog: v12.0.1...v12.0.2

v12.0.1

08 Dec 02:53

Choose a tag to compare

12.0.1 (2025-12-08)

Security

  • Dependency updates

v12.0.0 - Update package scope to @sil-org

10 Nov 23:41

Choose a tag to compare

12.0.0 (2025-11-10)

⚠ BREAKING CHANGES

  • Users will need to update imports from
    @silintl/ui-components to @sil-org/ui-components

  • update package scope to @sil-org (6759311)

v11.10.2 - Update Ci

10 Nov 23:42

Choose a tag to compare

Changed

  • Update CI to use Trusted Publishing
  • Simplifiy format checking in the CI

Fixed

  • Fix old CHANGELOG headers being left in when Semantic Release updates it

v11.10.1 - Dependency removal

10 Nov 09:28

Choose a tag to compare

Security

  • Dependency removal updates

v11.10.0 - SearchableSelect: listen for up and down arrow keys

03 Jun 06:00

Choose a tag to compare

11.10.0 (2025-06-03)

Added

  • SearchableSelect: listen for up and down arrow keys to set to first or last option respectively when a valid option is not selected (96abc5f)

Full Changelog: v11.9.0...v11.10.0

v11.9.0: Merge pull request #307 from silinternational/develop

05 May 04:06
33f85d8

Choose a tag to compare

Added

  • add(Checkbox): add name and value attributes and expose change event by @hobbitronics in #306

Fixed

Security

Full Changelog: v11.8.1...v11.9.0

Fix CheckboxProps: type description should be optional

11 Apr 03:11

Choose a tag to compare

11.8.1 (2025-04-10)

Fixed

  • CheckboxProps: type description should be optional (0730797)