Skip to content

Commit ec952d9

Browse files
authored
Merge pull request #244 from silinternational/main
merge Main into develop
2 parents 6afb72e + 5956823 commit ec952d9

File tree

3 files changed

+52
-3
lines changed

3 files changed

+52
-3
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
4+
5+
## [10.7.0](https://github.com/silinternational/ui-components/compare/v10.6.0...v10.7.0) (2024-01-23)
6+
7+
8+
### Security
9+
10+
* **dependencies:** add deepfactor and move svelte, sass and material to dependencies ([8ac3b5a](https://github.com/silinternational/ui-components/commit/8ac3b5a0019806b261fbeeb00809cb835c166e50))
11+
12+
13+
### Fixed
14+
15+
* **dependencies:** remove sass from peerDependencies ([c973f25](https://github.com/silinternational/ui-components/commit/c973f2549a10cde99b95f37c3f997dc3ed6552a7))
16+
17+
18+
### Added
19+
20+
* **Checkbox:** add inputID as prop to Checkbox ([4f9e0ea](https://github.com/silinternational/ui-components/commit/4f9e0ea60cad064277521fa49bbaae38c1f10eee))
21+
* **StaticChip:** add height prop, improve defaults styles, width expands with content. styles overridable ([1cbdaba](https://github.com/silinternational/ui-components/commit/1cbdaba84b86dae4667196b8caa6080c6a9e43b4))
22+
23+
## [10.6.0](https://github.com/silinternational/ui-components/compare/v10.5.0...v10.6.0) (2023-10-25)
24+
25+
26+
### Added
27+
28+
* **types:** Add and improve JSDOC types to props ([0f8a51f](https://github.com/silinternational/ui-components/commit/0f8a51f960a319716a87c28094c1be5bb8de2694))
29+
30+
31+
### Fixed
32+
33+
* **Select:** Only dispatch `populated` event when appropriate ([8624b08](https://github.com/silinternational/ui-components/commit/8624b08494b210e559e27daf743bb9cb34694154))
34+
* **types:** Add missing items type to Alert.Simple ([1193e03](https://github.com/silinternational/ui-components/commit/1193e0351ebbdcbbff699dbd07f4a1bddeea05f2))
35+
36+
## [10.5.0](https://github.com/silinternational/ui-components/compare/v10.4.0...v10.5.0) (2023-10-12)
37+
38+
39+
### Added
40+
41+
* **MoneyInput:** description in helper text like TextField ([b9d4b7d](https://github.com/silinternational/ui-components/commit/b9d4b7d3629e44316e5e682e36cfbe9512f0f629))
42+
* **SearchableSelect:** expose on:focus ([60667e0](https://github.com/silinternational/ui-components/commit/60667e04abd5a7fd7fd33a8f7ef5a3928bba8864))
43+
44+
45+
### Fixed
46+
47+
* **SearchableSelect:** let consumer clear input ([885a8bd](https://github.com/silinternational/ui-components/commit/885a8bdc4ded967ccc520050f835c46aa101b1cc))
48+
* **TextField:** add missing type for icon prop ([9ac0c6a](https://github.com/silinternational/ui-components/commit/9ac0c6a59be72d19cda78b19e51557fe44c5de48))
49+
150
# Changelog
251

352
All notable changes to this project will be documented in this file.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silintl/ui-components",
3-
"version": "10.4.0",
3+
"version": "10.7.0",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)