@spark-ui/collapsible 1.3.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ - **collapsible:** code review updates, tests and types ([6c351bd](https://github.com/adevinta/spark/commit/6c351bd92a32968c62d77312dacc7bea29825f8e))
11
+
12
+ ### Features
13
+
14
+ - **accordion:** accordion component ([023c2f9](https://github.com/adevinta/spark/commit/023c2f94cd5af6dc6ed48d39fe8224e3c7373847))
15
+ - **collapsible:** add "ids" props, useful for composition ([10c3ade](https://github.com/adevinta/spark/commit/10c3ade6d16b396ede579fd1ebed5911a89f087f))
16
+ - **collapsible:** collapsible package, using zagjs ([b196c08](https://github.com/adevinta/spark/commit/b196c08ee81974d82838de7c12bf7db184a51eee))
17
+ - **collapsible:** collapsible stable release ([867eed8](https://github.com/adevinta/spark/commit/867eed8fc17a3653d4abda31a450f4edea03a033))
18
+ - **collapsible:** update types ([1acf698](https://github.com/adevinta/spark/commit/1acf698293da84110acb7d7930cb48e3ed1c8f80))
19
+
6
20
  # [1.3.0](https://github.com/adevinta/spark/compare/@spark-ui/collapsible@1.2.0...@spark-ui/collapsible@1.3.0) (2024-06-17)
7
21
 
8
22
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/collapsible",
3
- "version": "1.3.0",
3
+ "version": "5.0.0",
4
4
  "description": "An interactive component which expands/collapses a panel.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,9 +44,9 @@
44
44
  "homepage": "https://sparkui.vercel.app",
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
- "@spark-ui/slot": "^1.7.1",
47
+ "@spark-ui/slot": "^5.0.0",
48
48
  "@zag-js/collapsible": "^0.56.1",
49
49
  "@zag-js/react": "^0.56.1"
50
50
  },
51
- "gitHead": "72d42b2ddfe158004106c228781396f82c7160da"
51
+ "gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd"
52
52
  }