From 359392c87a455e03b58bf65cc3a8af89af42a5bf Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 25 Jun 2024 16:55:27 +0000 Subject: [PATCH] chore: release 3.70.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ nix/config/release.nix | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e487f0c8b..1c7133b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog + + +## [3.70.0] - 2024-06-25 + +### Add Features + +- complete change of form control to a derivation of dataset [#216](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/216) +- new dataset feature refreshOnMutation [#215](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/215) +- new comprehensive options display [#213](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/213) +### Bug Fixes + +- initialize of loaded html fields [#210](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/210) +- values from the value attribute are now displayed correctly after loading the options. [#212](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/212) +- If a value is specified in the select, it is now also displayed with a label from the options. [#212](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/212) +### Changes + +- doc, little bugs and tidy +- test adjustments and minor layout adjustments +### Code Refactoring + +- adjustments to the form stylesheets [#214](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/214) + ## [3.69.2] - 2024-06-24 ### Bug Fixes diff --git a/nix/config/release.nix b/nix/config/release.nix index 62185a4ac..f953be5fc 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -1,6 +1,6 @@ { - version = "3.69.2"; - commit = "adb0ee6150af4d65ba7036e75f230f780c76871d"; + version = "3.70.0"; + commit = "757d35eb21bff7f3b4a47492c884edb6aa1ee39b"; name = "Monster"; mnemonic = "monster"; } \ No newline at end of file diff --git a/package.json b/package.json index 06f2a0e2b..b2e3c8795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "3.69.2", + "version": "3.70.0", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework", -- GitLab