@spark-ui/progress 1.4.4 → 5.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.1](https://github.com/adevinta/spark/compare/v5.0.0...v5.0.1) (2024-07-18)
7
+
8
+ **Note:** Version bump only for package @spark-ui/progress
9
+
10
+ # 5.0.0 (2024-07-18)
11
+
12
+ ### Bug Fixes
13
+
14
+ - doc ([5506203](https://github.com/adevinta/spark/commit/55062039dc67c3532be42a4661540052094163d9))
15
+ - **progress:** add missing border radius to progress component ([0f2ec85](https://github.com/adevinta/spark/commit/0f2ec85382a694cf24eb9aab0bbc0f202b6945dd))
16
+ - **progress:** doc ([8935b5f](https://github.com/adevinta/spark/commit/8935b5f5e8f162530af2ea1d8b9d8fee5600d23c))
17
+ - **progress:** harmonize progress displayNames ([02f8f08](https://github.com/adevinta/spark/commit/02f8f083b7c43827345a7b28b44d05f9aaf12b2b))
18
+ - **progress:** improve animation ([5ffcb1d](https://github.com/adevinta/spark/commit/5ffcb1dddebf1feb1f5634832ad0ca91a639ac10))
19
+ - **progress:** meta-tags ([eebbde2](https://github.com/adevinta/spark/commit/eebbde2e052342d99f01049f90851b0a3a993e86))
20
+ - **progress:** update styles ([4532c10](https://github.com/adevinta/spark/commit/4532c100361a6314e6de5be76f0e13b1017701a0))
21
+
22
+ ### Features
23
+
24
+ - **progress:** add documentation and tests ([19ac4e5](https://github.com/adevinta/spark/commit/19ac4e5f08d2dbb38415ae4ca4e2000d75a59506))
25
+ - **progress:** add first version of progress component ([0690856](https://github.com/adevinta/spark/commit/06908564b6870408f9e03a4ea52a91518c4fcbc5))
26
+ - **progress:** add intent prop ([a13d817](https://github.com/adevinta/spark/commit/a13d817cb512c083bb77907c06a9be1ed128f68a))
27
+ - **progress:** add label to progress component ([efa8f28](https://github.com/adevinta/spark/commit/efa8f289ef1dc7379a297d0c2c8e74c87b6194cc))
28
+ - **progress:** add shape prop ([f955926](https://github.com/adevinta/spark/commit/f955926a099b5bc1778ed61edb7228b8bb24d570))
29
+ - **progress:** doc ([e696cba](https://github.com/adevinta/spark/commit/e696cbafaf9abc2f0a5e3224256489734ed3841b))
30
+ - **progress:** improve demo and API ([0387bc7](https://github.com/adevinta/spark/commit/0387bc7bc32b5f3bc976b9b9a172b1b62389ee4e))
31
+ - **progress:** improve example ([65cd03f](https://github.com/adevinta/spark/commit/65cd03f51288a7ab7589ec7f90e2977b4286d705))
32
+ - **progress:** lint ([1a6c11f](https://github.com/adevinta/spark/commit/1a6c11f4b81e204b47c189cc0afb8458e7eb84b0))
33
+ - **progress:** release package ([f4e0c2b](https://github.com/adevinta/spark/commit/f4e0c2bced257f119208f5e42c5d5879744b9e6d))
34
+ - **progress:** release stable version ([dfbf577](https://github.com/adevinta/spark/commit/dfbf577681e51851065b88a96f20c406bfaf6976))
35
+ - **progress:** remove not needed id ([62ec87a](https://github.com/adevinta/spark/commit/62ec87a90c2c384a5b98335d4f79b30cc76eb916))
36
+ - **progress:** update animation ([520f54a](https://github.com/adevinta/spark/commit/520f54af5f2586725cd56bc2434dae6d5385d968))
37
+ - **progress:** update bg color ([0eba7fa](https://github.com/adevinta/spark/commit/0eba7fa8b1684638f9433fecf06d72d2540641dc))
38
+ - **progress:** update deps ([f0af36f](https://github.com/adevinta/spark/commit/f0af36f761d1be70554ccf1fadbf89299a9371e7))
39
+ - **progress:** update deps and minor changes ([7a94510](https://github.com/adevinta/spark/commit/7a94510d68a7796050213e5f61ae24b4bfad55c2))
40
+ - **progress:** update deps and minor changes ([5fd0450](https://github.com/adevinta/spark/commit/5fd04503bc7d6d6ea76c2eb4e80340ad52946c76))
41
+
42
+ ### BREAKING CHANGES
43
+
44
+ - **progress:** component
45
+
6
46
  ## [1.4.4](https://github.com/adevinta/spark/compare/@spark-ui/progress@1.4.3...@spark-ui/progress@1.4.4) (2024-06-06)
7
47
 
8
48
  **Note:** Version bump only for package @spark-ui/progress
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/progress",
3
- "version": "1.4.4",
3
+ "version": "5.0.1",
4
4
  "description": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@radix-ui/react-progress": "1.0.3",
27
- "@spark-ui/use-merge-refs": "^0.4.1",
27
+ "@spark-ui/use-merge-refs": "^5.0.1",
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": "c4cd0ab07b16e75ebd048a3f701c700e86e62b46"
50
+ "gitHead": "ef1617cbbab5bd7cbc2e715bfcd06850e6d409fa"
51
51
  }