Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Oct 3, 2024
1 parent d422641 commit 5abd664
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased: 5.0.0-rc.89]
## 5.0.0-rc.89
### Changed
- Updated @formio/core@2.3.0-rc.8
- FIO-8914: fixed an issue where select url does not work properly when url value has whitespaces at the end
- FIO-8990: fixed incorrect moment export
- FIO-9056: Fix enabling multiple values for address component
- FIO-9147: fixed an issue where the simple conditionally visible component is not validated on change
- FIO-9126 fixed display of value for Day component with hidden fields
- FIO-9120: Fix issue with unchecking radio default value
- FIO-9158: fixed an issue where Password component error message persists to displayed in Edit page
- FIO-9127 fixed saving an empty value for day component after deleting values
- FIO-9153-9154: fixed console errors when navigating tagpad validation errors
- FIO-8948-8950: fixed an issue where radio and select boxes with url type do not display in PDF download
- FIO-9080 checkbox radio validation error
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/js",
"version": "5.0.0-rc.88",
"version": "5.0.0-rc.89",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"dependencies": {
"@formio/bootstrap": "3.0.0-rc.37",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0-rc.7",
"@formio/core": "2.3.0-rc.8",
"@formio/text-mask-addons": "^3.8.0-formio.2",
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
"abortcontroller-polyfill": "^1.7.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/[email protected].7":
version "2.3.0-rc.7"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.7.tgz#a619fa2b53611af94e7587928520fe08c7f2f0ad"
integrity sha512-+mgibVE6frgUNbAUUFbXibNMY50R2qNic2iE7czncIoo/k0IfrhtmFe6KwFth+dXBNX6DRbVo91RYkUfkEzKYw==
"@formio/[email protected].8":
version "2.3.0-rc.8"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.8.tgz#88c382d280e1e1d678885ea9e96000c099ffbb4d"
integrity sha512-R3Ox4wFx31up4eYyGu4cIazVa0hpRKBqPdny4wPEgSNXi/AqHCqNQUKYV3821roIYfjDBIU2+ZpJQjMnbZDOHw==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit 5abd664

Please sign in to comment.