Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Nov 5, 2024
1 parent 9f68a23 commit f14d089
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ 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.97]
## 5.0.0-rc.97
### Changed
- Updated @formio/core@2.3.0-rc.21
- FIO-9290: fixed an issue where infinite loader is shown when radio/selectboxes with url type is failed to load options
- FIO-9280 fixed value property validation

### Changed
- FIO-9283: fixed an issue where select with resource dataSrc does not display values in readOnly mode

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.96",
"version": "5.0.0-rc.97",
"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.41",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0-rc.18",
"@formio/core": "2.3.0-rc.21",
"@formio/text-mask-addons": "^3.8.0-formio.3",
"@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].18":
version "2.3.0-rc.18"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.18.tgz#44f0eaf854d8dc6bbbad1753786f2b13939eac6e"
integrity sha512-inkZLOSpYBiatQa8uJUII+cRk23URlyK4HkS09pHJG/857dxwfn0BIalSc9loTgFawjg6E3UuzCTfjfgUY6MDA==
"@formio/[email protected].21":
version "2.3.0-rc.21"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.21.tgz#4bf20a5a82e74dd9eeebff73d48261298670a9ea"
integrity sha512-o4sinbDZkcVJDvJoVVUVMBZStEGRQstfJ6d5DfclcvXwv6RfTlP0uGzmQspoU9GH/i9MwA7pNkGf1n3vEWET7g==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit f14d089

Please sign in to comment.