Skip to content

Releases: sil-org/ui-components

v11.10.0

03 Jun 06:00
Compare
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
Compare
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
Compare
Choose a tag to compare

11.8.1 (2025-04-10)

Fixed

  • CheckboxProps: type description should be optional (0730797)

Add NumberInput component and story

03 Apr 15:50
Compare
Choose a tag to compare

11.8.0 (2025-04-03)

Added

  • components: Add NumberInput component and story (minor release) (31a0a44)

Added description props to Checkbox and Select components. Enhanced TextField with a type prop

31 Mar 15:13
Compare
Choose a tag to compare

11.7.0 (2025-03-31)

Added

  • components: Added description props to Checkbox and Select components for displaying helper text. Enhanced TextField with a type prop for flexible input types (e.g., 'email'). Updated type definitions and improved Storybook examples to showcase the new features. (4d88bad)

Security patch

11 Dec 05:16
Compare
Choose a tag to compare

11.6.1 (2024-12-11)

Security

add clear button to SearchableSelect

04 Oct 02:30
a8d077b
Compare
Choose a tag to compare

Added

  • add(SearchableSelect): add clear button to SearchableSelect by @hobbitronics in #288

Security

  • updated dependencies

Full Changelog: v11.5.0...v11.6.0

v11.5.0 add data-1p-ignore to prevent 1Password trying to fill

09 Sep 06:54
Compare
Choose a tag to compare

11.5.0 (2024-09-09)

Added

  • DateInput: add data-1p-ignore to prevent 1Password trying to fill (c296811)
  • MoneyInput: add data-1p-ignore to prevent 1Password trying to fill (6367aa8)
  • SearchableSelect: add data-1p-ignore to SearchableSelect (ce4bf4b)
  • Select: add data-1p-ignore to prevent 1Password trying to fill (1e502e2)

Fix A11y warning in Drawer

19 Aug 07:18
32d656f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.4.1...v11.4.2

v11.4.1

19 Aug 01:38
Compare
Choose a tag to compare

11.4.1 (2024-07-09)

Fixed

  • Card: fix Card aria role warn (58b599f)
  • FileDropArea: fix aria role warning (d01d097)
  • Item: fix aria warnings in List Item (ca3778e)
  • Types: stop using deprecated svelte types (ba4798d)