@ark-ui/solid 0.7.2-beta.5 → 0.8.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 +8 -3
  2. package/package.json +37 -37
package/CHANGELOG.md CHANGED
@@ -6,11 +6,15 @@ description: All notable changes to this project will be documented in this file
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.8.0] - 2023-07-06
10
+
11
+ - Add support for `SSR`
12
+
9
13
  ## [0.7.2-beta.5] - 2023-07-05
10
14
 
11
15
  ### Added
12
16
 
13
- - solid({ solid: { generate: 'ssr', hydratable: true } })
17
+ - WIP
14
18
 
15
19
  ## [0.7.2-beta.4] - 2023-07-05
16
20
 
@@ -127,7 +131,7 @@ description: All notable changes to this project will be documented in this file
127
131
  - Add `Toast`
128
132
  - Add `Tooltip`
129
133
 
130
- [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.5...HEAD
134
+ [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.8.0...HEAD
131
135
  [0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.1.0
132
136
  [0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.2.0
133
137
  [0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.3.0
@@ -141,5 +145,6 @@ description: All notable changes to this project will be documented in this file
141
145
  [0.7.2-beta.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.2
142
146
  [0.7.2-beta.3]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.3
143
147
  [0.7.2-beta.4]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.4
144
-
145
148
  [0.7.2-beta.5]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.5
149
+
150
+ [0.8.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.8.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ark-ui/solid",
3
- "version": "0.7.2-beta.5",
3
+ "version": "0.8.0",
4
4
  "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
5
5
  "keywords": [
6
6
  "accordion",
@@ -60,51 +60,51 @@
60
60
  "foo": "pnpm --filter=@ark-ui/scripts release:prepare @ark-ui/solid"
61
61
  },
62
62
  "dependencies": {
63
- "@zag-js/accordion": "0.0.0-dev-20230705143151",
64
- "@zag-js/anatomy": "0.0.0-dev-20230705143151",
65
- "@zag-js/avatar": "0.0.0-dev-20230705143151",
66
- "@zag-js/carousel": "0.0.0-dev-20230705143151",
67
- "@zag-js/checkbox": "0.0.0-dev-20230705143151",
68
- "@zag-js/color-picker": "0.0.0-dev-20230705143151",
69
- "@zag-js/combobox": "0.0.0-dev-20230705143151",
70
- "@zag-js/date-picker": "0.0.0-dev-20230705143151",
71
- "@zag-js/dialog": "0.0.0-dev-20230705143151",
72
- "@zag-js/editable": "0.0.0-dev-20230705143151",
73
- "@zag-js/hover-card": "0.0.0-dev-20230705143151",
74
- "@zag-js/menu": "0.0.0-dev-20230705143151",
75
- "@zag-js/number-input": "0.0.0-dev-20230705143151",
76
- "@zag-js/pagination": "0.0.0-dev-20230705143151",
77
- "@zag-js/pin-input": "0.0.0-dev-20230705143151",
78
- "@zag-js/popover": "0.0.0-dev-20230705143151",
79
- "@zag-js/pressable": "0.0.0-dev-20230705143151",
80
- "@zag-js/radio-group": "0.0.0-dev-20230705143151",
81
- "@zag-js/range-slider": "0.0.0-dev-20230705143151",
82
- "@zag-js/rating-group": "0.0.0-dev-20230705143151",
83
- "@zag-js/select": "0.0.0-dev-20230705143151",
84
- "@zag-js/slider": "0.0.0-dev-20230705143151",
85
- "@zag-js/solid": "0.0.0-dev-20230705143151",
86
- "@zag-js/splitter": "0.0.0-dev-20230705143151",
87
- "@zag-js/switch": "0.0.0-dev-20230705143151",
88
- "@zag-js/tabs": "0.0.0-dev-20230705143151",
89
- "@zag-js/tags-input": "0.0.0-dev-20230705143151",
90
- "@zag-js/toast": "0.0.0-dev-20230705143151",
91
- "@zag-js/tooltip": "0.0.0-dev-20230705143151",
92
- "@zag-js/types": "0.0.0-dev-20230705143151",
63
+ "@zag-js/accordion": "0.10.5",
64
+ "@zag-js/anatomy": "0.10.5",
65
+ "@zag-js/avatar": "0.10.5",
66
+ "@zag-js/carousel": "0.10.5",
67
+ "@zag-js/checkbox": "0.10.5",
68
+ "@zag-js/color-picker": "0.10.5",
69
+ "@zag-js/combobox": "0.10.5",
70
+ "@zag-js/date-picker": "0.10.5",
71
+ "@zag-js/dialog": "0.10.5",
72
+ "@zag-js/editable": "0.10.5",
73
+ "@zag-js/hover-card": "0.10.5",
74
+ "@zag-js/menu": "0.10.5",
75
+ "@zag-js/number-input": "0.10.5",
76
+ "@zag-js/pagination": "0.10.5",
77
+ "@zag-js/pin-input": "0.10.5",
78
+ "@zag-js/popover": "0.10.5",
79
+ "@zag-js/pressable": "0.10.5",
80
+ "@zag-js/radio-group": "0.10.5",
81
+ "@zag-js/range-slider": "0.10.5",
82
+ "@zag-js/rating-group": "0.10.5",
83
+ "@zag-js/select": "0.10.5",
84
+ "@zag-js/slider": "0.10.5",
85
+ "@zag-js/solid": "0.10.5",
86
+ "@zag-js/splitter": "0.10.5",
87
+ "@zag-js/switch": "0.10.5",
88
+ "@zag-js/tabs": "0.10.5",
89
+ "@zag-js/tags-input": "0.10.5",
90
+ "@zag-js/toast": "0.10.5",
91
+ "@zag-js/tooltip": "0.10.5",
92
+ "@zag-js/types": "0.10.5",
93
93
  "vite-plugin-ssr": "0.4.132"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@release-it/keep-a-changelog": "3.1.0",
97
97
  "@solidjs/testing-library": "0.8.4",
98
- "@storybook/addon-essentials": "7.0.25",
99
- "@storybook/addon-interactions": "7.0.25",
100
- "@storybook/addon-links": "7.0.25",
101
- "@storybook/blocks": "7.0.25",
98
+ "@storybook/addon-essentials": "7.0.26",
99
+ "@storybook/addon-interactions": "7.0.26",
100
+ "@storybook/addon-links": "7.0.26",
101
+ "@storybook/blocks": "7.0.26",
102
102
  "@storybook/testing-library": "0.2.0",
103
103
  "@testing-library/dom": "9.3.1",
104
104
  "@testing-library/jest-dom": "5.16.5",
105
105
  "@testing-library/user-event": "14.4.3",
106
106
  "@types/jsdom": "21.1.1",
107
- "@types/testing-library__jest-dom": "5.14.6",
107
+ "@types/testing-library__jest-dom": "5.14.7",
108
108
  "@typescript-eslint/eslint-plugin": "5.61.0",
109
109
  "@typescript-eslint/parser": "5.61.0",
110
110
  "@vitest/coverage-v8": "0.32.4",
@@ -114,7 +114,7 @@
114
114
  "react-dom": "18.2.0",
115
115
  "release-it": "15.11.0",
116
116
  "solid-js": "1.7.7",
117
- "storybook": "7.0.25",
117
+ "storybook": "7.0.26",
118
118
  "storybook-solidjs": "1.0.0-beta.2",
119
119
  "storybook-solidjs-vite": "1.0.0-beta.2",
120
120
  "typescript": "5.1.6",