Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Aug 7, 2024
1 parent 4e3425d commit cb5b836
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/).

## 5.0.0-rc.70
### Changed
- Updated @formio/core@2.2.0-rc.9
- FIO-8759 fixed validation for the default value component
- FIO-8752: coerced keyboard actions to a boolean value
- FIO-8389: Fix conditional logic for Edit Grid
- FIO-8647,8721: validation not triggered for each row after the first one in data and edit grid
- FIO-8720: fixed errors occurring with valid time and number components
- FIO-8719 fixed validation for nested wizard fields
- FIO-5748 Fixed preview not working correctly after hiding/showing it

## 5.0.0-rc.69
### Changed
- Updated @formio/core@2.2.0-rc.7
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.69",
"version": "5.0.0-rc.70",
"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.36",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.2.0-rc.7",
"@formio/core": "2.2.0-rc.9",
"@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.2.0-rc.7"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.7.tgz#6eca3704829ddd5c106a97b6509d0157198bc927"
integrity sha512-urs8LUQ28SZnqonQBzWsonkftzTZqky9Hs/WN6JtgdJXxYREblpDgbRpnHvizDDc22A90tuh4ppjwo2iVyKang==
"@formio/[email protected].9":
version "2.2.0-rc.9"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.9.tgz#474cbdc023703dea9b7d02385eb7e72541b8bb9e"
integrity sha512-H2HJYmkJdajA+EJuIcz15XBtWY0rglapW3eKP0VFBnDJQzT8qMSxvJgFAccnsfqlkHhFn4nZzh65YaBYO6K/JQ==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit cb5b836

Please sign in to comment.