Skip to content

Commit 4def439

Browse files
🔖 Bump to release candidate 1.0.0-rc.0 and update changelog
1 parent 041e1f9 commit 4def439

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

529
Fifth 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)