@startupjs-ui/input 0.2.0-alpha.2 → 0.2.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 +20 -1
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- # [0.2.0-alpha.2](https://github.com/startupjs/startupjs-ui/compare/v0.2.0-alpha.1...v0.2.0-alpha.2) (2026-04-20)
6
+ ## [0.2.1](https://github.com/startupjs/startupjs-ui/compare/v0.2.0...v0.2.1) (2026-05-11)
7
7
 
8
8
  **Note:** Version bump only for package @startupjs-ui/input
9
9
 
@@ -11,6 +11,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ # [0.2.0](https://github.com/startupjs/startupjs-ui/compare/v0.1.23...v0.2.0) (2026-05-04)
15
+
16
+
17
+ ### Features
18
+
19
+ * [v0.2] add accessibility features to most components, which also dramatically improves E2E testability ([#22](https://github.com/startupjs/startupjs-ui/issues/22)) ([b563e2f](https://github.com/startupjs/startupjs-ui/commit/b563e2fa498a8a83bd5abc7836d120f6d2381e3f))
20
+
21
+
22
+
23
+
24
+
25
+ # [0.2.0-alpha.2](https://github.com/startupjs/startupjs-ui/compare/v0.2.0-alpha.1...v0.2.0-alpha.2) (2026-04-20)
26
+
27
+
28
+
29
+
14
30
  # [0.2.0-alpha.1](https://github.com/startupjs/startupjs-ui/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2026-04-10)
15
31
 
16
32
  **Note:** Version bump only for package @startupjs-ui/input
@@ -27,6 +43,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
43
  * fix and improve accessibility of various components. Add storybook with tests. ([#21](https://github.com/startupjs/startupjs-ui/issues/21)) ([83b6576](https://github.com/startupjs/startupjs-ui/commit/83b65767ed61b24209f71b143ba1c2986170ab58))
28
44
 
29
45
 
46
+ ## [0.1.23](https://github.com/startupjs/startupjs-ui/compare/v0.1.22...v0.1.23) (2026-03-27)
47
+
48
+ **Note:** Version bump only for package @startupjs-ui/input
30
49
 
31
50
 
32
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/input",
3
- "version": "0.2.0-alpha.2",
3
+ "version": "0.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -13,25 +13,25 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@fortawesome/free-solid-svg-icons": "^7.1.0",
16
- "@startupjs-ui/array-input": "^0.2.0-alpha.2",
17
- "@startupjs-ui/card": "^0.2.0-alpha.1",
18
- "@startupjs-ui/checkbox": "^0.2.0-alpha.1",
19
- "@startupjs-ui/color-picker": "^0.2.0-alpha.2",
20
- "@startupjs-ui/core": "^0.2.0-alpha.1",
21
- "@startupjs-ui/date-time-picker": "^0.2.0-alpha.2",
22
- "@startupjs-ui/div": "^0.2.0-alpha.1",
23
- "@startupjs-ui/file-input": "^0.2.0-alpha.2",
24
- "@startupjs-ui/icon": "^0.2.0-alpha.1",
25
- "@startupjs-ui/multi-select": "^0.2.0-alpha.1",
26
- "@startupjs-ui/number-input": "^0.2.0-alpha.2",
27
- "@startupjs-ui/object-input": "^0.2.0-alpha.2",
28
- "@startupjs-ui/password-input": "^0.2.0-alpha.1",
29
- "@startupjs-ui/radio": "^0.2.0-alpha.1",
30
- "@startupjs-ui/range-input": "^0.2.0-alpha.1",
31
- "@startupjs-ui/rank": "^0.2.0-alpha.2",
32
- "@startupjs-ui/select": "^0.2.0-alpha.2",
33
- "@startupjs-ui/span": "^0.2.0-alpha.1",
34
- "@startupjs-ui/text-input": "^0.2.0-alpha.1",
16
+ "@startupjs-ui/array-input": "^0.2.1",
17
+ "@startupjs-ui/card": "^0.2.0",
18
+ "@startupjs-ui/checkbox": "^0.2.0",
19
+ "@startupjs-ui/color-picker": "^0.2.0",
20
+ "@startupjs-ui/core": "^0.2.0",
21
+ "@startupjs-ui/date-time-picker": "^0.2.0",
22
+ "@startupjs-ui/div": "^0.2.0",
23
+ "@startupjs-ui/file-input": "^0.2.1",
24
+ "@startupjs-ui/icon": "^0.2.0",
25
+ "@startupjs-ui/multi-select": "^0.2.0",
26
+ "@startupjs-ui/number-input": "^0.2.0",
27
+ "@startupjs-ui/object-input": "^0.2.1",
28
+ "@startupjs-ui/password-input": "^0.2.0",
29
+ "@startupjs-ui/radio": "^0.2.0",
30
+ "@startupjs-ui/range-input": "^0.2.0",
31
+ "@startupjs-ui/rank": "^0.2.0",
32
+ "@startupjs-ui/select": "^0.2.0",
33
+ "@startupjs-ui/span": "^0.2.0",
34
+ "@startupjs-ui/text-input": "^0.2.0",
35
35
  "lodash": "^4.17.20"
36
36
  },
37
37
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "react-native": "*",
40
40
  "startupjs": "*"
41
41
  },
42
- "gitHead": "8a6ae7871e4c82f3e24d5911a9df42338e057e7a"
42
+ "gitHead": "38511829e3e4f084aecc79ae563e83286e319249"
43
43
  }