mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-23 03:12:12 +00:00
62 lines
1.6 KiB
Markdown
62 lines
1.6 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.3.0] - 2021-02-08
|
|
|
|
### Added
|
|
|
|
- function to add child .appendChild
|
|
- Autocompletion for .style
|
|
|
|
## [1.2.3] - 2020-12-17
|
|
|
|
### Fixed
|
|
|
|
- Setting .text to '' dont set text to nothing #6
|
|
- t.data('test', null) return the value of test #7
|
|
|
|
## [1.2.2] - 2020-10-20
|
|
|
|
### Changed
|
|
|
|
- Updated Typescript Version
|
|
|
|
## [1.2.1] - 2020-09-11
|
|
|
|
### Changed
|
|
|
|
- Test script
|
|
|
|
## [1.2.0] - 2020-09-02
|
|
|
|
### Added
|
|
|
|
- (DOMElement): Typing for static `get`
|
|
- (DOMFleetManager): Added initialisation from DOMElement
|
|
- (DOMFleetManager): Added function to get last element `last`
|
|
|
|
## [1.1.0] - 2020-09-02
|
|
|
|
### Added
|
|
|
|
- (DOMElement): More Positionning options (`placeAsChildOf` `place`)
|
|
|
|
## [1.0.0] - 2020-09-02
|
|
|
|
### Added
|
|
|
|
- Added base Manager
|
|
|
|
[1.3.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.3.0
|
|
[1.2.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.2.3
|
|
[1.2.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.2.2
|
|
[1.2.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.2.1
|
|
[1.2.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.2.0
|
|
[1.1.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.1.0
|
|
[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fdom-manager%401.0.0
|