File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 1.0.0-rc.0 (2025-12-23)
4+
5+ First release candidate for the stable 1.0.0 release.
6+
7+ ** API changes**
8+
9+ - [ ` #138 ` ] [ #138 ] Internal components now use explicit ` isReadOnly ` semantics rather than
10+ ` isDisabled ` . This should vastly improve the experience for screen reader users.
11+
12+ ** Bugfixes**
13+
14+ - [ ` #263 ` ] [ #263 ] Fixed char count being displayed if no text was entered yet.
15+ - [ ` #274 ` ] [ #274 ] Fixed the date and datepicker fields triggering validation too soon on blur.
16+
17+ ** Project maintenance**
18+
19+ - Updated the documentation (storybook) landing page.
20+ - Added contributing guidelines.
21+ - Defined codeowners in Github (initial pass).
22+
23+ [ #263 ] : https://github.comm/open-formulieren/formio-renderer/issues/263
24+ [ #138 ] : https://github.comm/open-formulieren/formio-renderer/issues/138
25+ [ #274 ] : https://github.comm/open-formulieren/formio-renderer/issues/274
26+
327## 1.0.0-beta.4 (2025-12-22)
428
529Fifth beta version for the stable 1.0.0 release.
@@ -11,7 +35,6 @@ Fifth beta version for the stable 1.0.0 release.
1135- [ ` #270 ` ] [ #270 ] Fixed option descriptions not being displayed in ` radio ` components.
1236- [ ` #267 ` ] [ #267 ] Fixed modals opening scrolling the page to the top.
1337
14- [ #265 ] : https://github.com/open-formulieren/formio-renderer/issues/265
1538[ #268 ] : https://github.com/open-formulieren/formio-renderer/issues/268
1639[ #270 ] : https://github.com/open-formulieren/formio-renderer/issues/270
1740[ #267 ] : https://github.com/open-formulieren/formio-renderer/issues/267
Original file line number Diff line number Diff line change 11{
22 "name" : " @open-formulieren/formio-renderer" ,
3- "version" : " 1.0.0-beta.4 " ,
3+ "version" : " 1.0.0-rc.0 " ,
44 "description" : " Alternative Form.io renderer made for Open Forms." ,
55 "type" : " module" ,
66 "exports" : {
You can’t perform that action at this time.
0 commit comments