diff --git a/CHANGELOG.md b/CHANGELOG.md index b9186c8..adaf2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ 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. +## [0.2.0](https://github.com/feryardiant/poc-brackets/compare/v0.1.1...v0.2.0) (2024-12-07) + + +### ⚠ BREAKING CHANGES + +* `render` method second param changed into list of +registered parties +* See 351278d and 9b5a26e for detail + +### Features + +* **#13:** patch matchup arrangement to comply with `upper-byes` pattern ([#18](https://github.com/feryardiant/poc-brackets/issues/18)) ([f6d2673](https://github.com/feryardiant/poc-brackets/commit/f6d26732a89d8f7302a63df602ab67976a686857)), closes [#13](https://github.com/feryardiant/poc-brackets/issues/13) [#14](https://github.com/feryardiant/poc-brackets/issues/14) [#15](https://github.com/feryardiant/poc-brackets/issues/15) +* **#6:** add behavior to the radio box to select winner on each match ([#8](https://github.com/feryardiant/poc-brackets/issues/8)) ([a3476a6](https://github.com/feryardiant/poc-brackets/commit/a3476a6dc4a9a9baab3eda212e96585311b0e095)), closes [#6](https://github.com/feryardiant/poc-brackets/issues/6) +* add ability to calculate 'bye' match and move it to next round ([62f8138](https://github.com/feryardiant/poc-brackets/commit/62f813839224c0114d4e9d295a2221c5076ea5af)), closes [#15](https://github.com/feryardiant/poc-brackets/issues/15) +* add ability to replace participant name on next round ([#19](https://github.com/feryardiant/poc-brackets/issues/19)) ([88d354b](https://github.com/feryardiant/poc-brackets/commit/88d354bb94e874454120d168d690f28113e6672a)), closes [#6](https://github.com/feryardiant/poc-brackets/issues/6) +* add ability to upload `csv` file to generate chart ([#12](https://github.com/feryardiant/poc-brackets/issues/12)) ([0c71dc1](https://github.com/feryardiant/poc-brackets/commit/0c71dc1d0004d7948f51d7e2a3290d1f6a93bb2a)) +* add new `determineNextRoundFromPrevMatches` method ([6ece748](https://github.com/feryardiant/poc-brackets/commit/6ece7481e7dd3fca8b0dfd57a5a549fce0a91ccb)) +* **dev:** add type definition to improve dx ([d181314](https://github.com/feryardiant/poc-brackets/commit/d1813142bc0f9e48d0128e4bcbd1b096f4858c80)) +* **dev:** configure automation for pull-requests ([#4](https://github.com/feryardiant/poc-brackets/issues/4)) ([e042dbb](https://github.com/feryardiant/poc-brackets/commit/e042dbb1a3006bc243e2bac52b0cc4656da1735f)) +* **dev:** ignore `bun` and `deno` lock file ([5a18f13](https://github.com/feryardiant/poc-brackets/commit/5a18f13eb4e81af0a15c224035ba4582cf8dbf93)) +* **dev:** split labeling job into separated workflow with `pull_request_target` ([9583bd0](https://github.com/feryardiant/poc-brackets/commit/9583bd05dcdeced4991f72d0d07a37c4507d48ee)) +* refactor `generateRounds` and `generateParties` method signature ([#11](https://github.com/feryardiant/poc-brackets/issues/11)) ([1decbe1](https://github.com/feryardiant/poc-brackets/commit/1decbe14aa406067e72e2cca60a36273bb571920)) +* simplify the logic of registering parties based on matches in prior round ([6f8154d](https://github.com/feryardiant/poc-brackets/commit/6f8154ddb0f38569e421ca8357d109e11d2f1f41)) +* use specific numeric font-variant and make slider width fixed ([e0ef778](https://github.com/feryardiant/poc-brackets/commit/e0ef778f14af663f4d769b8b26127c614df0d2f2)) + + +### Bug Fixes + +* **#5:** fix match position ([#10](https://github.com/feryardiant/poc-brackets/issues/10)) ([0b26e71](https://github.com/feryardiant/poc-brackets/commit/0b26e71a022f79b4b8b6631db9f9b939a2d4115b)) +* fix issue caused by prior commit ([a466bf9](https://github.com/feryardiant/poc-brackets/commit/a466bf9a603676fa1dd88d2a657db7677bae52db)) +* fix match `size` and `span` mechanic ([a9f6bf3](https://github.com/feryardiant/poc-brackets/commit/a9f6bf3d68e3987588411af312ebf4c69fafc5c6)) +* generation of `match.id` on `singular` match ([d021ccf](https://github.com/feryardiant/poc-brackets/commit/d021ccfb8679e2e953d05c666247fd8c98119f55)), closes [#14](https://github.com/feryardiant/poc-brackets/issues/14) +* rearrange matches structure and layouts ([#7](https://github.com/feryardiant/poc-brackets/issues/7)) ([215e2a2](https://github.com/feryardiant/poc-brackets/commit/215e2a2c5be5946bf2bc441a1eafe586bd4d338a)) +* remove console.log and fix linting issues ([67ff868](https://github.com/feryardiant/poc-brackets/commit/67ff8686396b19270c57bef4e2d7721b58d5bb1e)) + ### [0.1.1](https://github.com/feryardiant/poc-brackets/compare/v0.1.0...v0.1.1) (2024-11-13) diff --git a/package-lock.json b/package-lock.json index e28bf0b..11e0f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knockout-chart", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knockout-chart", - "version": "0.1.1", + "version": "0.2.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 6b16c37..227edc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "knockout-chart", "type": "module", - "version": "0.1.1", + "version": "0.2.0", "description": "Knockout Chart", "author": "Fery Wardiyanto ", "license": "MIT",