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

chore: release and publish to npm new version 3.55.0

parent 46662c30
No related branches found
No related tags found
No related merge requests found
......@@ -3,33 +3,22 @@
### Add Features
- New control element ContextError
- The last used sorting for datatable is now also saved.
### Changes
- Default-Value by translation `<div data-monster-replace="path:content | i18n::value"></div>`
- The method `generateUniqueConfigKey` do not use hash values for keys
- The collapse control now calculates the height via clientHeight and no longer via scrollHeight
- The updater sleeps between updates to avoid too many updates
### Bug Fixes
- ContextHelp fixed
- various changes [#131](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/131)
## [3.54.0] - 2023-11-23
### Add Features
- new closeOnSelect feature
### Changes
- release and publish to npm new version 3.54.0
## [3.53.0] - 2023-11-11
### Add Features
- new icons (css) [#130](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/130)
### Changes
- release and publish to npm new version 3.53.0
......@@ -42,7 +31,6 @@
- only 10 tabs can be activated [#129](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/129)
- fix some css bugs [#128](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/128)
### Changes
- release and publish to npm new version 3.52.1
......
{
"name": "@schukai/monster",
"version": "3.54.0",
"version": "3.55.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.54.0");
monsterVersion = new Version("3.55.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.54.0")
monsterVersion = new Version("3.55.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