ng-tournament-tree
Version:
Tournament-Tree render components for Angular. Includes single- and double-elimination trees. You can also customize how a match is displayed by providing your own component.
50 lines (21 loc) • 1.61 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.2](https://gitlab.com/joermunG/tournament-tree/compare/v1.0.0...v2.0.2) (2019-09-29)
### Bug Fixes
* **Ngtt:** fixes small scaling issues with larger border widths ([b9fef41](https://gitlab.com/joermunG/tournament-tree/commit/b9fef41))
### Build System
* **Angular:** upgrade angular
## [2.0.0](https://gitlab.com/joermunG/tournament-tree/compare/v1.0.1...v2.0.0) (2019-09-29)
### Bug Fixes
* **Tournament-Trees:** Explicitly sets box-sizing properties ([dac5e1d](https://gitlab.com/joermunG/tournament-tree/commit/dac5e1d))
### Breaking Changes
* **Data-Model:** Removed unused properties
* **Single-Elimination-Tree:** 3rd place match is now expected to be in the 'Final'-Array
### [1.0.1](https://gitlab.com/joermunG/tournament-tree/compare/v1.0.0...v1.0.1) (2019-06-03)
### Build System
* **Angular:** upgrade to angular 8 ([d664a49](https://gitlab.com/joermunG/tournament-tree/commit/d664a49))
## 1.0.0 (2019-06-02)
### Features
* **DoubleElimination:** Adds double-elimination tree and scss config ([331ceed](https://gitlab.com/joermunG/tournament-tree/commit/331ceed))
* **MatchComponent:** Dynamic match components and first publish ([b833c88](https://gitlab.com/joermunG/tournament-tree/commit/b833c88))
* **SingleElimination:** Adds Single Elimination Tree ([dcdd20c](https://gitlab.com/joermunG/tournament-tree/commit/dcdd20c))