@clubmed/trident-ui 1.1.0-rc.5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1
1
|
# ClubMed React UI components changelog
|
2
2
|
|
3
|
+
# [1.1.0](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.1...v1.1.0) (2024-10-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* **assets:** remove GridDefault ([9701d94](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/9701d94ab9fcb2d8ef4a7ad74f26e4e3e95f4498))
|
9
|
+
* change rules to externalize dependencies ([9b4b198](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/9b4b1986479f0a7b734be9dcf4b9408eb7a51131))
|
10
|
+
* enforce type usage on import when it's possible ([c57ef4b](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/c57ef4b465097aad4b1d60ccc9730bcb5aea5b16))
|
11
|
+
* fix vite external configuration ([50f8e7f](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/50f8e7f154b7aa2bb0489f369b65f3b39490bde9))
|
12
|
+
* **molecules:** add w-full on ButtonContent ([45b7dcb](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/45b7dcb24124953697a351c92a585f221113104d))
|
13
|
+
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **assets:** add Apple icon ([c2d2458](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/c2d24583d2502d4cbb990d37a7e2d51faba45a70))
|
18
|
+
* **assets:** add ExternalLink icon ([e8cabb5](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/e8cabb549ad0b56801b3d4305719c7cac34fd5a2))
|
19
|
+
* **assets:** add Google icon ([5aba30e](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/5aba30e8d0a898ed75ae686ffa2dcaf3e31309b6))
|
20
|
+
* **assets:** add Grid icon ([543f7da](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/543f7da645f00d5609ab8c52536e2d56400e00f2))
|
21
|
+
* **assets:** add List icon ([eef372f](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/eef372fc2da273dadd1989907fcb61721585c436))
|
22
|
+
* **assets:** add Twitter (X), BeachViews, GardenView, PoolView, SunView, WithView and SnowSenerity icons ([06c1f86](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/06c1f862b5fdc3b72f5d00a5d8be216e14c68bc7))
|
23
|
+
* **molecules:** add Avatar component ([1a5717a](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/1a5717ab3b00c6923ef1a5d00894c2ab6e627586))
|
24
|
+
* **molecules:** add formatter option TextField component ([90cf9f4](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/90cf9f43318397e193a4423b4e65cf0a7bdc35d0))
|
25
|
+
* **molecules:** add hideRequiredStar option on FormLabel to hide required star ([5032af8](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/5032af8f8376ff4a8ecfa4d93613512193735ea7))
|
26
|
+
* **molecules:** add new ID Button example on Button story ([b05ed10](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/b05ed1087a1c4b2ec8657d37dea77f6d8a706bc7))
|
27
|
+
* **molecules:** add style for password disabled ([023dbc0](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/023dbc0165b8a1ee0b046da57a2da80b16f0ff0f))
|
28
|
+
|
3
29
|
# [1.1.0-rc.5](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.1.0-rc.4...v1.1.0-rc.5) (2024-10-28)
|
4
30
|
|
5
31
|
|