diff --git a/Changelog.md b/Changelog.md index 2f3cfa2c1a..48d69964ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,14 @@ 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.91 +### Changed + - Updated @formio/bootstrap@3.0.0-rc.38 + - Updated @formio/core@2.3.0-rc.10 + - FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable + - FIO-9158: fixed password component error in Edit page + - FIO-9153: fixed an issue where tagpad components skip front-end validation before submission + ## 5.0.0-rc.90 ### Changed - Updated @formio/core@2.3.0-rc.9 diff --git a/package.json b/package.json index d00e388dc0..41c88cc33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.90", + "version": "5.0.0-rc.91", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": { @@ -79,9 +79,9 @@ }, "homepage": "https://github.com/formio/formio.js#readme", "dependencies": { - "@formio/bootstrap": "3.0.0-rc.37", + "@formio/bootstrap": "3.0.0-rc.38", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.3.0-rc.9", + "@formio/core": "2.3.0-rc.10", "@formio/text-mask-addons": "^3.8.0-formio.2", "@formio/vanilla-text-mask": "^5.1.1-formio.1", "abortcontroller-polyfill": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index b0eba610a9..b486f0f987 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== -"@formio/bootstrap@3.0.0-rc.37": - version "3.0.0-rc.37" - resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.37.tgz#111c8e3ede3a88bddad4452f27677d717d804628" - integrity sha512-ipIjxwc+VRu7sV2M/wYhG0wGetObHaT58LcvetVCVOIDzvUBFZdfMY50tnaZTtTxjAbSHpuPAf7Vr1W+b8Id8g== +"@formio/bootstrap@3.0.0-rc.38": + version "3.0.0-rc.38" + resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.38.tgz#4e24b9a363d227c4e4f2854f5dde4f5d8a8c7969" + integrity sha512-M2roct4jGlUfXkbaFfAQxqlSuu87YvCJRITuY/sFT2I8rZ/LOFBK3M/JvSHoIfPdp2d0yHTh/6ysj5EJ6M5K1A== "@formio/choices.js@^10.2.1": version "10.2.1" @@ -275,10 +275,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.3.0-rc.9": - version "2.3.0-rc.9" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.9.tgz#4bf7f5ff3565e629f9c96dc1daa594ab3d629d00" - integrity sha512-ITlXXFqc1k4SX1WzBHIAAhXIl9aPYC1lUkGRtIiJ+SoCziMql2wCAqWSyFiKLBMRj7qsbaNP5eqVrB0aYHdErw== +"@formio/core@2.3.0-rc.10": + version "2.3.0-rc.10" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.10.tgz#c0115e2947e7eda24f7d8df8f55aad6e509455f1" + integrity sha512-u6EQq/6V8jcq2xqnkujL64sVMFvVnFzISb0IjDG6lG24GgXiidlOm9jiu04NA0mTmO5KMRHHkwbo+gqr4ta4Ww== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"