Skip to content

Latest commit

 

History

History
316 lines (178 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

316 lines (178 loc) · 18.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.0.0 (2024-01-17)

  • chore: replace deprecated angular api and update to angular 17 (ff65e9c)
  • fix: remove default value of getHalfStarVisible to avoid bugs related to half star logic (#129) (d4d39f3), closes #129

7.0.0 (2023-10-06)

  • chore: fix conflicting dev deps (739cc18)
  • chore: replace build status badge (e09f543)
  • docs: change link to demos (29aa89a)
  • docs: ignore cache folder from npm (276eb94)
  • feat: update to angular 16 (7870caa)

6.0.0 (2022-06-28)

Bug Fixes

  • remove logs from prod build (3428421)

Features

  • add support for ng-packagr 14 (aefe5d3)

  • upgrade to angular14 and remove unuse deps (ed04083)

5.1.0 (2022-06-06)

Features

  • add support for newer version of dart-sass (0166054)

Bug Fixes

5.0.1 (2022-03-21)

Bug Fixes

  • update peer dependencies to support major versions (bfcc76c)

5.0.0 (2022-03-21)

⚠️ BREAKING CHANGES

  • Angular 13 or higher is now required to use this package

Features

  • add missing migrations (532b6dc)
  • automated release chain: fixed paths and versions (bcc3057), closes #78
  • automated release chain: wip (b03857b)
  • automated release chain: wip (b5ccb11)
  • automated release chain: wip (2ed9b61)
  • control component: implement separate component for reactive form control (4df3b9f), closes #87
  • move to latest nx monorepo (f028b2d)
  • upgrade to latest angular version (3147365)

Bug Fixes

  • add formatted files (f47a1f1)
  • add missing assets to config (e59e142)
  • add missing tsconfig props and mark some todos (0579b92)
  • add new generated lock (7c423bc)
  • adjust script and regenerate lock (41d684c)
  • component interaction: fiy wrong color after hover end (3150e69), closes #91
  • dependencies: fixed deerDependencies for css-star-rating (695cfce)
  • dependencies: updated dependencies (5d93197)
  • examples: setup editable demo on stackbliz.com closes #42 (4701f57)
  • hover color with custom getColor: display color of custom getColor function when hovering (1bc63e5), closes #77
  • hover color with custom getColor: display color of custom getColor function when hovering (f00737e), closes #77
  • migrate rxjs syntax (9804c0d)
  • release script: auto copy assets into packaged version. (e7b7edf), closes #81
  • remove old lock files to avoid missmatch on install (6bd6cae)
  • rename angular5-example to demos project (c4e1445)
  • renamed event bindings: renamed event bindings (445f9cd)

Build

  • upgrade to angular 13

4.0.0-beta.3 (2018-04-20)

Features

  • automated release chain: fixed paths and versions (bcc3057), closes #78
  • automated release chain: wip (2ed9b61)
  • control component: implement separate component for reactive form control with selector star-rating-control (4df3b9f), closes #87
  • renamed components: changed component selector star-rating-comp to star-rating (4df3b9f), closes #87

4.0.0-beta.2 (2018-04-07)

Bug Fixes

  • dependencies: fixed deerDependencies for css-star-rating (695cfce)
  • dependencies: updated dependencies (5d93197)
  • examples: setup editable demo on stackbliz.com closes #42 (4701f57)
  • npm script: auto copy assets into packaged version. (e7b7edf), closes #81
  • renamed event bindings: renamed event bindings (445f9cd)

4.0.0-beta.1 (2018-03-30)

4.0.0-beta.0 (2018-03-24)

Bug Fixes

  • update package.json peerDependencies: Update package deps for angular 5.x fixes #67 (bc30186)

Features

  • move packaging to ngPackagr <3: Switch the release and bundle process to ngPackagr (9b4929e), closes #76
  • setup automated release: setup scripts implemented for #78 (49d9fec)

3.0.8 (2017-08-23)

3.0.7 (2017-08-22)

Bug Fixes

  • dependencies: add css-star-rating to dependencies (591054b)

3.0.6 (2017-08-22)

3.0.5 (2017-08-22)

Bug Fixes

  • dependencies: added css to dependencies (9c480c9)

3.0.4 (2017-08-16)

Bug Fixes

  • feature rollback: removed input binding (23806b0)
  • features rollback: label visible property binding (b3459ff)

2.5.10 (2017-07-07)

3.0.3 (2017-07-07)

3.0.2 (2017-07-07)

Bug Fixes

  • module export: implemented a forRoot method (c5acad7)

3.0.0 (2017-05-29)

Bug Fixes

  • aot: fixed build for AOT (928bda8), closes #22
  • renaming: renamed controller (8131351)

2.0.4 (2017-05-28)

2.0.3 (2017-04-29)

2.0.2 (2017-04-29)

Bug Fixes

  • increment: fixed increment function (0f0e911)
  • refactoring: code readebility improved (3364cbb)

Features

  • hover: implement on hover events and styles (e5f9f2c)
  • hover: implemented examples for hover feature (df5a9a4)
  • hover: removed unused imports (1586c0b)
  • hover: renamed callback (68c8939)
  • hover: updated readme (3916f05)

2.0.1 (2017-04-12)

2.0.0-rc.0 (2017-04-12)

Bug Fixes

  • examples: updated examples (b05d28e)
  • examples: updated examples (a44ef30)
  • fixed binding names: fixed binding names and class names (73cc7d0)
  • typings: updated typings (f4a1dd7)
  • versions: updated versions of libs (fc28c88)

Features

  • controlValueAccessor: finished implement control value accessor (5cb28d1), closes #11
  • controlValueAccessor: updated examples (2097b40)
  • direction and types: added direction in component and changed type names (c9ddaf5)
  • keyboard: finished keyboard implementation (ca35e8a)
  • keybord interaction: progress implementing keybord interaction (b071567)
  • keybord interaction: star implementing keybord interaction (a1a72ae)
  • labelVisible: added labelVisible property (16412dd)
  • refactoring: enable overrides for set rating (ae9749f)
  • utils: implement utils and controller class (80ab369), closes #12
  • valueAccessor: created new example for value accessor (20bd211)
  • valueAccessor: progress implementation (ba1c664)
  • valueAccessor: progress implementing the value accessor for reactive forms (059a0f9)
  • valueAccessor: progress implementing the value accessor for reactive froms (cd8136d)
  • valueAccessor: start implement the value accessor for reactive froms (d7adcf3)
  • valueAccessor: start progress implementing the value accessor for reactive froms (5c4e9be)
  • valueAccessor: start progress implementing the value accessor for reactive froms (0f27794)

2.0.0-beta2 (2017-04-06)

2.0.0-beta.1 (2017-01-31)

Bug Fixes

  • component: updated component (94ad8b6)
  • example: updated angular2 example (b89e3aa)
  • star rating: progress star rating component (a32a360)

Features

  • example: added basic components (8c2a50c)
  • example: added test folder (fece3b9)
  • example: start implementing star-rating component (0856f9e)
  • resources: added resources (18d0183)

2.0.0-beta.0 (2017-01-13)

Features

  • cli-migration: migrate to webpack and sass (dbc57ea)
  • cli-migration: migrate to webpack and sass (bf59f86)
  • cli-migration: migrate to webpack and sass (e78d5a1)
  • cli-migration: Start migration from systemJs to webpack (51a31a4)
  • component: setup component and example folders (7968d02)
  • created example folder: created folder and gitignore #1 (0939e67)
  • formComponent: started form component (4516f89)
  • ngModule: include third party css into project (facbeab)
  • started example project: initialized ng2 project over cli #1 (37dfa9a)
  • version bump: bumped version to 2..0.0-beta.0 (883ea1d)