Skip to content
Snippets Groups Projects
Select Git revision
  • da47246b95ac9a2a10675e2792f333aa51861cbf
  • master default protected
  • 1.31
  • 4.38.9
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
23 results

CHANGELOG

Blame
  • 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)