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

chore: update text

parent 7f4affff
Branches
Tags
No related merge requests found
# Changelog # Changelog
## [3.88.0] - 2024-11-16 ## [3.88.0] - 2024-11-16
### Add Features ### New Features
- **datatable:** add help button
- **Datatable:** Added a help button
## [3.87.1] - 2024-11-16 ## [3.87.1] - 2024-11-16
### Bug Fixes ### Bug Fixes
- some small css issues; fix missing last line in copy all function - Fixed minor CSS issues and resolved a bug where the last line was missing in the "Copy All" function
## [3.87.0] - 2024-11-16 ## [3.87.0] - 2024-11-16
### Add Features ### New Features
- copy and copy all for datatable - Added "Copy" and "Copy All" functionality for the datatable
...@@ -30,7 +25,8 @@ ...@@ -30,7 +25,8 @@
### Bug Fixes ### Bug Fixes
- button with back to 100%; update some minor responsive issues with datatable filter - Restored button width to 100%
- Fixed minor responsive issues with the datatable filter
...@@ -38,7 +34,7 @@ ...@@ -38,7 +34,7 @@
### Bug Fixes ### Bug Fixes
- update darkmode and small display issues - Improved dark mode and fixed display issues on small screens
...@@ -46,7 +42,8 @@ ...@@ -46,7 +42,8 @@
### Bug Fixes ### Bug Fixes
- css svg issues with darkmode, pagestepper dom datasource issue - Resolved CSS-SVG issues in dark mode
- Fixed a `pagestepper` DOM datasource issue
...@@ -54,7 +51,7 @@ ...@@ -54,7 +51,7 @@
### Bug Fixes ### Bug Fixes
- update the behavour of the datatable in terms of width [#262](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/262) - Adjusted the datatable's width behavior [#262](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/262)
...@@ -62,18 +59,19 @@ ...@@ -62,18 +59,19 @@
### Bug Fixes ### Bug Fixes
- update css for datatable and field-set [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259) [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260) [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261) - Updated CSS for datatables and fieldsets [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259), [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260), [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261)
## [3.86.0] - 2024-11-13 ## [3.86.0] - 2024-11-13
### Add Features ### New Features
- Added new classes for datatables and implemented CSS updates [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
- new classes for datatables and some css updates [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
### Bug Fixes ### Bug Fixes
- some layout issues and add labels to small datatable [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260) - Fixed layout issues and added labels for small datatables [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
...@@ -81,10 +79,11 @@ ...@@ -81,10 +79,11 @@
### Bug Fixes ### Bug Fixes
- update some issues and documentaion [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260) - Resolved minor issues and updated documentation [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
### Changes ### Changes
- code tidy - Code cleanup and organization
...@@ -92,28 +91,27 @@ ...@@ -92,28 +91,27 @@
### Bug Fixes ### Bug Fixes
- update the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259) - Updated the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259)
## [3.85.0] - 2024-11-05 ## [3.85.0] - 2024-11-05
### Add Features ### New Features
- Introduced a new CSS class for monospace text [#258](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/258)
- new css class monospace [#258](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/258)
### Changes ### Changes
- project update - Project updates and code cleanup
- tidy
## [3.84.0] - 2024-10-28 ## [3.84.0] - 2024-10-28
### Add Features ### New Features
- neue Methoden zum löschen der Nachricht und prüfung auf leere Nachricht... - Added new methods for deleting messages and checking for empty messages
- neue Methoden zum löschen der Nachricht und prüfung auf leere Nachricht...
...@@ -121,19 +119,20 @@ ...@@ -121,19 +119,20 @@
### Bug Fixes ### Bug Fixes
- F gelöscht [#256](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/256) - Removed unused variable `F` [#256](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/256)
- argument must be checked against true [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255) - Ensured arguments are checked against `true` [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
### Changes ### Changes
- close issues and move files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252) [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255) - Closed issues and reorganized files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252), [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
## [3.83.0] - 2024-10-27 ## [3.83.0] - 2024-10-27
### Add Features ### New Features
- New disableButton for monster-state-message-button [#254](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/254) - Added `disableButton` option for `monster-state-message-button` [#254](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/254)
...@@ -141,26 +140,28 @@ ...@@ -141,26 +140,28 @@
### Bug Fixes ### Bug Fixes
- wrong feature in iframe - Fixed incorrect feature implementation for iframes
## [3.82.0] - 2024-10-16 ## [3.82.0] - 2024-10-16
### Add Features ### New Features
- new iframe feature for replace target - Added iframe support for replacing targets
## [3.81.0] - 2024-10-15 ## [3.81.0] - 2024-10-15
### Add Features ### New Features
- Added new CSS files for generic styles [#253](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/253)
- Introduced new features for select elements
- new css files for generic styles [#253](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/253) and new part for select
### Documentation ### Documentation
- remove obsolete [@memberof](https://gitlab.schukai.com/memberof) - Removed obsolete [@memberof](https://gitlab.schukai.com/memberof) references
...@@ -168,7 +169,7 @@ ...@@ -168,7 +169,7 @@
### Bug Fixes ### Bug Fixes
- code optimisation and better error handling [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251) - Code optimization and improved error handling [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
...@@ -176,8 +177,8 @@ ...@@ -176,8 +177,8 @@
### Bug Fixes ### Bug Fixes
- defaultValue is now zero [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251) - Set `defaultValue` to zero [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
- optimize slect remote filter function [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251) - Optimized select remote filter function [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
...@@ -185,14 +186,15 @@ ...@@ -185,14 +186,15 @@
### Bug Fixes ### Bug Fixes
- some minor fixes - Resolved minor issues
### Changes ### Changes
- code format - Improved code formatting
### Documentation ### Documentation
- fix doc tags - Fixed documentation tags and cleaned fire definitions
- clean the fire definitions
...@@ -200,10 +202,11 @@ ...@@ -200,10 +202,11 @@
### Bug Fixes ### Bug Fixes
- wrong css property [#250](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/250) - Corrected incorrect CSS properties [#250](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/250)
### Documentation ### Documentation
- some optimisations - Minor documentation optimizations
...@@ -211,7 +214,7 @@ ...@@ -211,7 +214,7 @@
### Bug Fixes ### Bug Fixes
- remove dragable-tree-menu because it is broken - Removed `dragable-tree-menu` due to functionality issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment