Select Git revision
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 14.73 KiB
# Changelog
All notable changes to this project will be documented in this file.
## [2.0.0] - 2022-08-08
- New structure in the repo
- Remove namespace functionality
- Switching the tests to esbuild
- Actualization of the documentation template
- New URL of the documentation
- Bug fix typeOf (constructor name was recognized wrong)
- Removal of the built version of the library
- Switching from js to mjs
## [1.31.0] - 2022-02-07
## Added
- [new promise domReady and windowReady](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/116)
## [1.30.0] - 2022-02-05
## Added
- [new class DeadMansSwitch](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/115)
## [1.29.3] - 2022-01-23
## Fixed
- [CSSStyleSheet polyfill throws an error](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/113)
## [1.29.2] - 2022-01-22
## Fixed
- [CSSStyleSheet polyfill throws an error](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/113)
## [1.29.1] - 2022-01-07
## Fixed
- [TypeError: element.addNode is not a function](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/112)
## [1.29.0] - 2021-12-29
## Added
- [new class DeadMansSwitch](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/111)
- [new function fireCustomEvent](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/110)
- [extends CustomerElement.getSlottedElements() with parameter name](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/109)
## [1.28.1] - 2021-12-12
## Added
- [new function fireCustomEvent](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/108)
## [1.28.0] - 2021-12-11
## Added
- [new data-monster-select-this attribute](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/105)
- [Node.toString()](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/107)
## Changed
- [add rootReference to buildTree ](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/106)