Skip to content
Snippets Groups Projects
Verified Commit dbb05e50 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: release and publish to npm new version 3.57.0

parent b8bd7535
No related branches found
No related tags found
No related merge requests found
## 2024-03-06
## Add Features
- Neues CustomControl Switch [#159](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/159)
## 2024-03-05
## Bugfixes
- Updater Methode getControlEventHandler the Function `retrieveAndSetValue` is called with settimeout [#158](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/158)
- Updater Methode addObjectWithUpdaterToElement the Function `updaterTransformerMethodsSymbol` is called with `call` so that the `this` pointer is available
## [3.57.0] - 2024-03-06
## [3.57.0] - 2024-03-02
## Add Features
### Add Features
- New transformers set-toggle, set-set and set-remove [#162](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/162)
- New CustomElement::[updaterTransformerMethodsSymbol]() method [#163](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/163)
- [#162](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/162)
- new updaterTransformerMethodsSymbol method [#163](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/163)
- new updaterTransformerMethodsSymbol method [#163](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/163)
### Bug Fixes
## Bug Fixes
- [#165](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/165)
- bind this to callback and fix timing [#158](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/158) [#164](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/164)
- add arrowdown handler [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160) [#161](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/161)
- add arrowdown handler [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160) [#161](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/161)
### Changes
- you should be able to start the selection in select with the keyboard [#161](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/161)
- tests and more
- tests and more
- fix tests
- updates [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
- whitespace [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
- optimize outline [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
- optimize outline [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
- rename internal function [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
- fix missing fs bug
- release and publish to npm new version 3.56.1
### Documentation
- typo [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
## [3.56.1] - 2024-02-26
### Bug Fixes
- [3] is not the right way [#151](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/151)
### Changes
- release and publish to npm new version 3.56.1
## [3.56.0] - 2024-02-26
......
{
"name": "@schukai/monster",
"version": "3.56.1",
"version": "3.57.0",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [
"framework",
......
......@@ -152,7 +152,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.56.1");
monsterVersion = new Version("3.57.0");
return monsterVersion;
}
......@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.56.1")
monsterVersion = new Version("3.57.0")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment