Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
2ed30e03
Verified
Commit
2ed30e03
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-16
4 additions, 16 deletions
CHANGELOG.md
package.json
+1
-1
1 addition, 1 deletion
package.json
source/types/version.mjs
+1
-1
1 addition, 1 deletion
source/types/version.mjs
test/cases/monster.mjs
+1
-1
1 addition, 1 deletion
test/cases/monster.mjs
with
7 additions
and
19 deletions
CHANGELOG.md
+
4
−
16
View file @
2ed30e03
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
2ed30e03
{
"name"
:
"@schukai/monster"
,
"version"
:
"3.5
4
.0"
,
"version"
:
"3.5
5
.0"
,
"description"
:
"Monster is a simple library for creating fast, robust and lightweight websites."
,
"keywords"
:
[
"framework"
,
...
...
This diff is collapsed.
Click to expand it.
source/types/version.mjs
+
1
−
1
View file @
2ed30e03
...
...
@@ -152,7 +152,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.5
4
.0
"
);
monsterVersion
=
new
Version
(
"
3.5
5
.0
"
);
return
monsterVersion
;
}
This diff is collapsed.
Click to expand it.
test/cases/monster.mjs
+
1
−
1
View file @
2ed30e03
...
...
@@ -7,7 +7,7 @@ describe('Monster', function () {
let
monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion
=
new
Version
(
"
3.5
4
.0
"
)
monsterVersion
=
new
Version
(
"
3.5
5
.0
"
)
let
m
=
getMonsterVersion
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment