@doist/reactist 30.1.0 → 30.1.2

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 CHANGED
@@ -1,78 +1,82 @@
1
+ ## [30.1.2](https://github.com/Doist/reactist/compare/v30.1.1...v30.1.2) (2026-04-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ - revert prose loose list spacing changes ([#1028](https://github.com/Doist/reactist/issues/1028)) ([1e0a45b](https://github.com/Doist/reactist/commit/1e0a45b9bc6fd2c883998ac71becc2ad9e90b5d9))
6
+
7
+ ## [30.1.1](https://github.com/Doist/reactist/compare/v30.1.0...v30.1.1) (2026-04-03)
8
+
9
+ ### Bug Fixes
10
+
11
+ - pass NPM_TOKEN to semantic-release in release workflow ([#1026](https://github.com/Doist/reactist/issues/1026)) ([cc23af1](https://github.com/Doist/reactist/commit/cc23af175909ead975a0b4cc691d2e49c9b170e7))
12
+ - preserve spacing for loose lists in Prose component ([#1025](https://github.com/Doist/reactist/issues/1025)) ([67d6aae](https://github.com/Doist/reactist/commit/67d6aae0cdd528ef6b0b0e17e39d1e70c94a2499))
13
+ - revert partial 30.1.1 release to allow clean re-release ([#1027](https://github.com/Doist/reactist/issues/1027)) ([64c6447](https://github.com/Doist/reactist/commit/64c644753e4b2238aa54fd2574e3427599880ed6))
14
+
1
15
  # Changelog
2
16
 
3
17
  ## [30.1.0](https://github.com/Doist/reactist/compare/v30.0.1...v30.1.0) (2026-03-10)
4
18
 
5
-
6
19
  ### 🚀 Features
7
20
 
8
- * Add showScale prop to ProgressBar ([#1020](https://github.com/Doist/reactist/issues/1020)) ([1451b85](https://github.com/Doist/reactist/commit/1451b8502dd71575fdf31f0c3eaafdbe088ab77c))
9
-
21
+ - Add showScale prop to ProgressBar ([#1020](https://github.com/Doist/reactist/issues/1020)) ([1451b85](https://github.com/Doist/reactist/commit/1451b8502dd71575fdf31f0c3eaafdbe088ab77c))
10
22
 
11
23
  ### 🐛 Bug Fixes
12
24
 
13
- * **ci:** use PAT for release-please to trigger CI on its PRs ([#1021](https://github.com/Doist/reactist/issues/1021)) ([c4cafbf](https://github.com/Doist/reactist/commit/c4cafbfe27cf8023bc289a551063999978f432b0))
14
-
25
+ - **ci:** use PAT for release-please to trigger CI on its PRs ([#1021](https://github.com/Doist/reactist/issues/1021)) ([c4cafbf](https://github.com/Doist/reactist/commit/c4cafbfe27cf8023bc289a551063999978f432b0))
15
26
 
16
27
  ### 🧰 Maintenance
17
28
 
18
- * Add project conventions guide (CLAUDE.md) ([#1019](https://github.com/Doist/reactist/issues/1019)) ([c06b0bc](https://github.com/Doist/reactist/commit/c06b0bc4d6aa0f768ebadc49b0fd7fe876152d25))
19
- * convert menu.less to menu.module.css ([#1007](https://github.com/Doist/reactist/issues/1007)) ([b63ce3a](https://github.com/Doist/reactist/commit/b63ce3a3a7511519e70c941345742da4677abf5d))
29
+ - Add project conventions guide (CLAUDE.md) ([#1019](https://github.com/Doist/reactist/issues/1019)) ([c06b0bc](https://github.com/Doist/reactist/commit/c06b0bc4d6aa0f768ebadc49b0fd7fe876152d25))
30
+ - convert menu.less to menu.module.css ([#1007](https://github.com/Doist/reactist/issues/1007)) ([b63ce3a](https://github.com/Doist/reactist/commit/b63ce3a3a7511519e70c941345742da4677abf5d))
20
31
 
21
32
  ## [30.0.1](https://github.com/Doist/reactist/compare/v30.0.0...v30.0.1) (2026-01-26)
22
33
 
23
-
24
34
  ### chore
25
35
 
26
- * release 30.0.1 ([#1003](https://github.com/Doist/reactist/issues/1003)) ([fbee885](https://github.com/Doist/reactist/commit/fbee88569a03c83ead82b708000cb37bdedde60a))
36
+ - release 30.0.1 ([#1003](https://github.com/Doist/reactist/issues/1003)) ([fbee885](https://github.com/Doist/reactist/commit/fbee88569a03c83ead82b708000cb37bdedde60a))
27
37
 
28
38
  ## [30.0.0](https://github.com/Doist/reactist/compare/v29.1.2...v30.0.0) (2026-01-24)
29
39
 
30
-
31
40
  ### ⚠ BREAKING CHANGES
32
41
 
33
- * Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994))
42
+ - Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994))
34
43
 
35
44
  ### chore
36
45
 
37
- * Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994)) ([ee3b106](https://github.com/Doist/reactist/commit/ee3b10660ddd55146e42755e2392f81adef3838c))
46
+ - Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994)) ([ee3b106](https://github.com/Doist/reactist/commit/ee3b10660ddd55146e42755e2392f81adef3838c))
38
47
 
39
48
  ## [29.1.2](https://github.com/Doist/reactist/compare/v29.1.1...v29.1.2) (2026-01-09)
40
49
 
41
-
42
50
  ### 🧰 Maintenance
43
51
 
44
- * Ship components optimized with React Compiler ([#992](https://github.com/Doist/reactist/issues/992)) ([7895774](https://github.com/Doist/reactist/commit/78957741ec20d9cad9ac82330616c6b52ed83801))
52
+ - Ship components optimized with React Compiler ([#992](https://github.com/Doist/reactist/issues/992)) ([7895774](https://github.com/Doist/reactist/commit/78957741ec20d9cad9ac82330616c6b52ed83801))
45
53
 
46
54
  ## [29.1.1](https://github.com/Doist/reactist/compare/v29.1.0...v29.1.1) (2025-12-01)
47
55
 
48
-
49
56
  ### 🐛 Bug Fixes
50
57
 
51
- * Prevent characterCountElement prop from being set on DOM elements ([#986](https://github.com/Doist/reactist/issues/986)) ([432e7c8](https://github.com/Doist/reactist/commit/432e7c8e1b7ec9496fc026ba141e51df9fb41425))
58
+ - Prevent characterCountElement prop from being set on DOM elements ([#986](https://github.com/Doist/reactist/issues/986)) ([432e7c8](https://github.com/Doist/reactist/commit/432e7c8e1b7ec9496fc026ba141e51df9fb41425))
52
59
 
53
60
  ## [29.1.0](https://github.com/Doist/reactist/compare/v29.0.0...v29.1.0) (2025-11-13)
54
61
 
55
-
56
62
  ### 🚀 Features
57
63
 
58
- * Add `children` prop to `<Banner>` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993))
64
+ - Add `children` prop to `<Banner>` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993))
59
65
 
60
66
  ## [29.0.0](https://github.com/Doist/reactist/compare/v28.7.4...v29.0.0) (2025-11-04)
61
67
 
62
-
63
68
  ### ⚠ BREAKING CHANGES
64
69
 
65
- * Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981))
70
+ - Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981))
66
71
 
67
72
  ### 🚀 Features
68
73
 
69
- * Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981)) ([0a521a9](https://github.com/Doist/reactist/commit/0a521a90a5fa3740992defcd68465278d54992a1))
70
-
74
+ - Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981)) ([0a521a9](https://github.com/Doist/reactist/commit/0a521a90a5fa3740992defcd68465278d54992a1))
71
75
 
72
76
  ### 🧰 Maintenance
73
77
 
74
- * Bump eslint-related dependencies and fix errors ([#982](https://github.com/Doist/reactist/issues/982)) ([67d7d0d](https://github.com/Doist/reactist/commit/67d7d0d604309b550bd51263064ffe2f2883f4df))
75
- * Update TypeScript to 5.9 ([#980](https://github.com/Doist/reactist/issues/980)) ([389931a](https://github.com/Doist/reactist/commit/389931ad3080241b5fbb5c456be776ce26ea3da7))
78
+ - Bump eslint-related dependencies and fix errors ([#982](https://github.com/Doist/reactist/issues/982)) ([67d7d0d](https://github.com/Doist/reactist/commit/67d7d0d604309b550bd51263064ffe2f2883f4df))
79
+ - Update TypeScript to 5.9 ([#980](https://github.com/Doist/reactist/issues/980)) ([389931a](https://github.com/Doist/reactist/commit/389931ad3080241b5fbb5c456be776ce26ea3da7))
76
80
 
77
81
  ## [28.7.4](https://github.com/Doist/reactist/compare/v28.7.3...v28.7.4) (2025-10-31)
78
82
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doist/reactist",
3
3
  "description": "Open source React components by Doist",
4
- "version": "30.1.0",
4
+ "version": "30.1.2",
5
5
  "repository": "https://github.com/Doist/reactist",
6
6
  "homepage": "https://github.com/Doist/reactist#readme",
7
7
  "bugs": {
@@ -22,7 +22,8 @@
22
22
  "**/*.css"
23
23
  ],
24
24
  "publishConfig": {
25
- "access": "public"
25
+ "access": "public",
26
+ "provenance": true
26
27
  },
27
28
  "files": [
28
29
  "CHANGELOG.md",
@@ -54,7 +55,8 @@
54
55
  "lint": "eslint --format codeframe --cache --ext js,jsx,ts,tsx ./",
55
56
  "storybook": "start-storybook -p 6006",
56
57
  "prettify": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,less,md,mdx}\"",
57
- "plop": "plop"
58
+ "plop": "plop",
59
+ "prepublishOnly": "npm run build && npm test"
58
60
  },
59
61
  "peerDependencies": {
60
62
  "@ariakit/react": "~0.4.19",
@@ -66,6 +68,9 @@
66
68
  },
67
69
  "devDependencies": {
68
70
  "@ariakit/react": "0.4.19",
71
+ "@semantic-release/changelog": "6.0.3",
72
+ "@semantic-release/exec": "7.1.0",
73
+ "@semantic-release/git": "10.0.1",
69
74
  "@babel/cli": "7.28.3",
70
75
  "@babel/core": "7.28.5",
71
76
  "@babel/plugin-proposal-class-properties": "^7.10.1",
@@ -122,6 +127,7 @@
122
127
  "babel-plugin-react-compiler": "1.0.0",
123
128
  "chromatic": "^6.11.4",
124
129
  "classnames": "^2.2.5",
130
+ "conventional-changelog-conventionalcommits": "9.3.0",
125
131
  "css-loader": "^4.2.2",
126
132
  "cssnano": "^5.0.16",
127
133
  "eslint": "8.57.1",
@@ -156,6 +162,7 @@
156
162
  "react-svg-loader": "^3.0.3",
157
163
  "react-test-renderer": "^17.0.2",
158
164
  "rimraf": "^3.0.2",
165
+ "semantic-release": "25.0.3",
159
166
  "rollup": "2.79.2",
160
167
  "rollup-plugin-styles": "4.0.0",
161
168
  "rollup-plugin-visualizer": "6.0.5",
package/styles/index.css CHANGED
@@ -1 +1 @@
1
- .reactist_select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSAzIDMtMyAzIDNNMSA3bDMgMyAzLTMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBvcGFjaXR5PSIuOCIvPjwvc3ZnPg==");background-position:calc(100% - 11px);background-repeat:no-repeat;background-size:8px 11px;border:1px solid #dcdcdc;border-radius:3px;color:#202020;font-size:.875rem;font-weight:400;line-height:1.7;margin:0;padding:5px 25px 5px 10px}.reactist_select.disabled{background-color:#fafafa}.reactist_select:focus{border:1px solid #3f82ef;outline:none}
1
+ .reactist_input{border:1px solid #dcdcdc;border-radius:3px;box-sizing:border-box;color:#202020;display:block;font-size:.875rem;font-weight:400;line-height:1.7;margin:0;outline:none;padding:5px 10px;width:100%}.reactist_input:focus{border-color:#3f82ef}.reactist_input:disabled{background-color:#fafafa}