Select Git revision
CHANGELOG.md

Volker Schukai authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 18.83 KiB
v3.51.3 - 2023-06-19
Code Refactoring
- introduce variable for better debugging
v3.51.2 - 2023-06-19
Bug Fixes
v3.51.1 - 2023-06-19
Bug Fixes
- issue #121 bug in extractKeys
v3.51.0 - 2023-06-15
Changes
- update doc
v3.50.0 - 2023-05-24
Add Features
- new datetimeformat
Changes
- update and format
v3.49.0 - 2023-05-07
Changes
- update docs and struct
v3.48.0 - 2023-05-07
Bug Fixes
- tests
Code Refactoring
- initCustomControlOptionCallback -> initCustomControlCallback
v3.47.0 - 2023-05-05
Add Features
- configuration via callback host
v3.46.0 - 2023-05-02
Bug Fixes
- tests
Changes
- update packages
Code Refactoring
- attribute and form improvments
v3.44.1 - 2023-05-01
Bug Fixes
- Fixed mutation observer for custom controls.
v3.44.0 - 2023-05-01
Changes
- doc
Code Refactoring
- monitor all attribute changes
v3.43.0 - 2023-04-07
Add Features
- new DataFetchError
v3.42.1 - 2023-04-03
Bug Fixes
- watch only if Object.keys(self[attributeObserverSymbol].length > 0)
v3.42.0 - 2023-04-03
Changes
- update
v3.41.0 - 2023-04-03
Changes
- update
v3.40.0 - 2023-04-03
Add Features
- attribure observer
v3.39.1 - 2023-04-03
Bug Fixes
- this[attributeObserverSymbol] = {}; should defined before
v3.39.0 - 2023-04-03
Add Features
- monitoring attribute change
v3.38.1 - 2023-04-03
Bug Fixes
- case senstive options work now
Changes
- doc
v3.38.0 - 2023-04-03
Add Features
- new function initOptionsFromAttributes
v3.37.0 - 2023-04-02
Add Features
- new functions parseBracketedKeyValueHash and createBracketedKeyValueHash
v3.36.0 - 2023-04-01
Add Features
- new function getContainingDocument
v3.35.4 - 2023-03-28
Bug Fixes
- check is value is a string
v3.35.3 - 2023-03-28
v3.35.2 - 2023-03-28
Bug Fixes
- Updated regex to capture the negative sign
v3.35.1 - 2023-03-28
Bug Fixes
- invalid input throws TypeError
v3.35.0 - 2023-03-27
Changes
- tidy and doc
Documentation
- update
v3.34.0 - 2023-03-27
Add Features
- new function detectRuntimeEnvironment and convertToPixels
Changes
- update packages
v3.33.0 - 2023-03-26
Add Features
- new function getSlottedNodes()
Changes
- change since tag
- updated packages
v3.32.0 - 2023-03-23
Add Features
- \undefined and \null are special values
- \undefined and \null are special values
v3.31.1 - 2023-03-20
Bug Fixes
- check is attribute set
- ATTRIBUTE_UPDATER_SELECT_THIS and no ATTRIBUTE_UPDATER_ATTRIBUTES fail
v3.31.0 - 2023-03-19
Add Features
- new function generaterangecomparisonexpression
v3.30.0 - 2023-03-16
Add Features
- add util.findElementWithIdUpwards
Changes
- update packages
v3.29.0 - 2023-03-16
Add Features
- customevents are composed and should bubble across shadowRoot
Changes
- update packages
v3.28.0 - 2023-03-14
Add Features
- customcontrol.updatei18n can now plural rules
Changes
- update packages
v3.27.0 - 2023-03-14
Add Features
- add instance getter
Changes
- update packages
v3.26.0 - 2023-03-08
Add Features
- prevent has already defined error
v3.25.0 - 2023-03-07
v3.24.0 - 2023-03-07
Add Features
- template mapping
v3.23.0 - 2023-03-07
Add Features
- template mapping
Bug Fixes
- rebuild template insert hack
v3.22.1 - 2023-03-07
Bug Fixes
- host checking