@startupjs-ui/input 0.2.0-alpha.1 → 0.2.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 +19 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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](https://github.com/startupjs/startupjs-ui/compare/v0.1.23...v0.2.0) (2026-05-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * [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))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+
20
+
21
+
6
22
  # [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)
7
23
 
8
24
  **Note:** Version bump only for package @startupjs-ui/input
@@ -19,6 +35,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
35
  * 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))
20
36
 
21
37
 
38
+ ## [0.1.23](https://github.com/startupjs/startupjs-ui/compare/v0.1.22...v0.1.23) (2026-03-27)
39
+
40
+ **Note:** Version bump only for package @startupjs-ui/input
22
41
 
23
42
 
24
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/input",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0",
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.1",
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.1",
20
- "@startupjs-ui/core": "^0.2.0-alpha.1",
21
- "@startupjs-ui/date-time-picker": "^0.2.0-alpha.1",
22
- "@startupjs-ui/div": "^0.2.0-alpha.1",
23
- "@startupjs-ui/file-input": "^0.2.0-alpha.1",
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.1",
27
- "@startupjs-ui/object-input": "^0.2.0-alpha.1",
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.1",
32
- "@startupjs-ui/select": "^0.2.0-alpha.1",
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.0",
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.0",
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.0",
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": "b48004779559b16c96a2a1995dab13b998eafce9"
42
+ "gitHead": "0c586b841cba1c9d820542f6eca07470f5ea2659"
43
43
  }