@spark-ui/visually-hidden 1.2.2 → 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 +35 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,41 @@
|
|
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
|
+
- force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
|
12
|
+
- packages deps ([3543766](https://github.com/adevinta/spark/commit/354376668ebb773d8efa553ce7f5ef1ecad42416))
|
13
|
+
- revise code in accordance with the updated vite configuration ([4f4174a](https://github.com/adevinta/spark/commit/4f4174a0ef8df71f28af5c77acf0c5f7c7837e58)), closes [#503](https://github.com/adevinta/spark/issues/503)
|
14
|
+
- **visually-hidden:** add missing display name ([80fd5d2](https://github.com/adevinta/spark/commit/80fd5d2a639d4540c5180a8438d1a17a8074309e))
|
15
|
+
- **visually-hidden:** doc ([410e53d](https://github.com/adevinta/spark/commit/410e53d874b3d413d05880802d67ae6074e97a0f))
|
16
|
+
- **visually-hidden:** fix dependencies ([490beed](https://github.com/adevinta/spark/commit/490beed0676cd54572452e10cba9a5e399ae8e35))
|
17
|
+
- **visually-hidden:** fix deps ([8365b6d](https://github.com/adevinta/spark/commit/8365b6ddb9a970a9449ca6ddbbe3e5e21995f63f))
|
18
|
+
- **visually-hidden:** meta-tags ([2bc4d02](https://github.com/adevinta/spark/commit/2bc4d0204fa093868b9b49a15dbbefca1265b75c))
|
19
|
+
- **visually-hidden:** props export name ([ec58953](https://github.com/adevinta/spark/commit/ec589538b21f11e5fa2c5e34a02bcbaabe0815f5))
|
20
|
+
- **visually-hidden:** typo in peerdependency package name, from tailwind to tailwindcss ([484dd8d](https://github.com/adevinta/spark/commit/484dd8d8945bf3d981e7f99b68bacc2fb89dd270))
|
21
|
+
|
22
|
+
### Features
|
23
|
+
|
24
|
+
- add peerDeps field ([18e758d](https://github.com/adevinta/spark/commit/18e758d4796389711040fed1c9b738270c505abf))
|
25
|
+
- got some beta packages out of beta ([599e348](https://github.com/adevinta/spark/commit/599e3487d1fee532d93015dbac495cf230452c8a))
|
26
|
+
- update all dependencies to use caret versions in every packages ([35e329c](https://github.com/adevinta/spark/commit/35e329c39bdc661f477d22e770d82e72d7f93a75))
|
27
|
+
- **visuall-hidden:** add repository info in package.json ([85d53d9](https://github.com/adevinta/spark/commit/85d53d9cddf95548096470d028fa8db8f4699236))
|
28
|
+
- **visuall-hidden:** create component ([d84d0aa](https://github.com/adevinta/spark/commit/d84d0aa71e09bee0a5806a3dd6e37b6a9fa608e9))
|
29
|
+
- **visually-hidden:** doc ([9b02d4f](https://github.com/adevinta/spark/commit/9b02d4fb9135995264c1101c05a79de0828bd691))
|
30
|
+
- **visually-hidden:** froze versions ([a209985](https://github.com/adevinta/spark/commit/a209985c0a3506e34c7f57888d8fda09452be0b2))
|
31
|
+
- **visually-hidden:** new package name ([69bfe78](https://github.com/adevinta/spark/commit/69bfe78e443b7a1bff1d1820f9f522daa23e3eb0))
|
32
|
+
|
33
|
+
### BREAKING CHANGES
|
34
|
+
|
35
|
+
- **visually-hidden:** package name
|
36
|
+
|
37
|
+
## [1.2.3](https://github.com/adevinta/spark/compare/@spark-ui/visually-hidden@1.2.2...@spark-ui/visually-hidden@1.2.3) (2024-07-02)
|
38
|
+
|
39
|
+
**Note:** Version bump only for package @spark-ui/visually-hidden
|
40
|
+
|
6
41
|
## [1.2.2](https://github.com/adevinta/spark/compare/@spark-ui/visually-hidden@1.2.1...@spark-ui/visually-hidden@1.2.2) (2024-06-06)
|
7
42
|
|
8
43
|
**Note:** Version bump only for package @spark-ui/visually-hidden
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/visually-hidden",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0",
|
4
4
|
"description": "Hides content from the screen in an accessible way",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"build": "vite build"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@radix-ui/react-visually-hidden": "1.0
|
27
|
+
"@radix-ui/react-visually-hidden": "1.1.0"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
30
|
"react": "^18.0 || ^19.0",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
},
|
46
46
|
"homepage": "https://sparkui.vercel.app",
|
47
47
|
"license": "MIT",
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd"
|
49
49
|
}
|