@spark-ui/spinner 2.2.6 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,43 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# 5.0.0 (2024-07-18)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- doc ([5506203](https://github.com/adevinta/spark/commit/55062039dc67c3532be42a4661540052094163d9))
|
11
|
+
- fixed warnings in stories ([d258423](https://github.com/adevinta/spark/commit/d258423e2dcc8f220b3cc6164fcb3bf6319106a8))
|
12
|
+
- force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
|
13
|
+
- **spinner:** doc ([d56a04e](https://github.com/adevinta/spark/commit/d56a04ee3e19c3b516d7fb18c2b18324318f6375))
|
14
|
+
- **spinner:** fix deps ([189dfac](https://github.com/adevinta/spark/commit/189dfac8df562b6b7678f21fc6046a0a0dc9982d))
|
15
|
+
- **spinner:** meta-tags ([c76015f](https://github.com/adevinta/spark/commit/c76015f28826f4db5d4d28210f9852d438e81abb))
|
16
|
+
- **spinner:** typo in peerdependency package name, from tailwind to tailwindcss ([94ea6bd](https://github.com/adevinta/spark/commit/94ea6bd44b54b39db7406cfab5d5b3908d504a0a))
|
17
|
+
|
18
|
+
### Features
|
19
|
+
|
20
|
+
- **button:** loading state for button ([e0e5a06](https://github.com/adevinta/spark/commit/e0e5a06e12ff28cece560010b03046df1120c332))
|
21
|
+
- got some beta packages out of beta ([599e348](https://github.com/adevinta/spark/commit/599e3487d1fee532d93015dbac495cf230452c8a))
|
22
|
+
- **icon-button:** unify style files criteria ([386846f](https://github.com/adevinta/spark/commit/386846f89b8c7d7a009bb2274f878553e1c210ec))
|
23
|
+
- set all inner deps as latest ([dbc135e](https://github.com/adevinta/spark/commit/dbc135e41ddba29451fc2e0a036f189b94604d07))
|
24
|
+
- set inner deps as latest ([bb1180a](https://github.com/adevinta/spark/commit/bb1180abc8a112b12a65108e53df5f3a6481659f))
|
25
|
+
- **spinner:** add current color as default ([7e5b55b](https://github.com/adevinta/spark/commit/7e5b55b5d55a5514de07ce118e88a529bc0dece0))
|
26
|
+
- **spinner:** add first iteration of spinner component ([930e715](https://github.com/adevinta/spark/commit/930e7154e13880b8623565a84b7f5a82e83adf25))
|
27
|
+
- **spinner:** add full size to spinner ([4ecce88](https://github.com/adevinta/spark/commit/4ecce88a544154726644fec0e612af7115a590d7))
|
28
|
+
- **spinner:** apply new colours strategy ([849e48c](https://github.com/adevinta/spark/commit/849e48c71daf2507928d2f00bb0525cb4c5f363c))
|
29
|
+
- **spinner:** bump version ([c517dd0](https://github.com/adevinta/spark/commit/c517dd0b34723add844de5d503bb248098b59275))
|
30
|
+
- **spinner:** doc ([6c8450e](https://github.com/adevinta/spark/commit/6c8450eb545112db8fb080f678b53144d50762d6))
|
31
|
+
- **spinner:** unify styles file criteria ([2d1b539](https://github.com/adevinta/spark/commit/2d1b53906398a56ce4b6d267c4c5d2e057450d5e))
|
32
|
+
- **spinner:** update sizes ([5e2c296](https://github.com/adevinta/spark/commit/5e2c29680fd7c423403be7a1b3a4c89938c1e0ee))
|
33
|
+
- **spinner:** update spinner story and add background visible prop ([cc89533](https://github.com/adevinta/spark/commit/cc89533dfecdc2cd294f5ff2d6719d20092a1c87))
|
34
|
+
|
35
|
+
### BREAKING CHANGES
|
36
|
+
|
37
|
+
- **spinner:** new colours strategy
|
38
|
+
|
39
|
+
## [2.2.7](https://github.com/adevinta/spark/compare/@spark-ui/spinner@2.2.6...@spark-ui/spinner@2.2.7) (2024-07-02)
|
40
|
+
|
41
|
+
**Note:** Version bump only for package @spark-ui/spinner
|
42
|
+
|
6
43
|
## [2.2.6](https://github.com/adevinta/spark/compare/@spark-ui/spinner@2.2.5...@spark-ui/spinner@2.2.6) (2024-06-15)
|
7
44
|
|
8
45
|
**Note:** Version bump only for package @spark-ui/spinner
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/spinner",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0",
|
4
4
|
"description": "Spinners provide a visual cue that an action is processing awaiting a course of change or a result.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -23,8 +23,8 @@
|
|
23
23
|
"build": "vite build"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@spark-ui/internal-utils": "^
|
27
|
-
"@spark-ui/visually-hidden": "^
|
26
|
+
"@spark-ui/internal-utils": "^5.0.0",
|
27
|
+
"@spark-ui/visually-hidden": "^5.0.0",
|
28
28
|
"class-variance-authority": "0.7.0"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
@@ -47,5 +47,5 @@
|
|
47
47
|
},
|
48
48
|
"homepage": "https://sparkui.vercel.app",
|
49
49
|
"license": "MIT",
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd"
|
51
51
|
}
|