diff --git a/Changelog.md b/Changelog.md index 77ca624cb0..8278dd6a0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +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/). +## 5.0.0-rc.83 +### Changed + - FIO-9010: tighten up multivalue normalization by covering 'any' type models + - FIO-8986 fixed setting default value for day ,component with hidden day and month + - FIO-9034 fixed creating extra submit button + ## 5.0.0-rc.82 ### Changed - FIO-8234/FIO-7195: Fixes an issue where value properties are shown instead of labels for Select component with Resource/URL data sources in read only mode and for modal preview diff --git a/package.json b/package.json index 9bb1ce7081..001d39da1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.82", + "version": "5.0.0-rc.83", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {