Skip to content

Latest commit

 

History

History
161 lines (78 loc) · 8.39 KB

CHANGELOG.md

File metadata and controls

161 lines (78 loc) · 8.39 KB

5.1.0 (2024-04-15)

5.0.2 (2024-01-30)

5.0.1 (2023-07-21)

5.0.0 (2023-07-21)

Bug Fixes

  • chore: added publish config to package.json file (1afbdbc)
  • chore: changed npm files (82c871d)
  • chore: fix release flow (d0279ef)
  • chore: fixed angularCompilerOptions (b963d52)
  • chore: fixed publish configuration (b773c8c)
  • chore: fixed release files (f6798c9)
  • chore: fixed yaml file (2204e0b)
  • chore: fixies for version command (6e71cef)
  • docs: fixing typo '0' in ngFor directive (#1087) (a6835aa)

Features

Reverts

4.0.0 (2023-02-06)

3.1.0 (2022-12-07)

Bug Fixes

  • chore: added publish config to package.json file (1afbdbc)
  • chore: fix release flow (d0279ef)
  • chore: fixed angularCompilerOptions (b963d52)
  • chore: fixed release files (f6798c9)
  • chore: fixed yaml file (2204e0b)

Features

Reverts

3.0.0 (2022-12-07)

Bug Fixes

  • chore: added publish config to package.json file (1afbdbc)
  • chore: fix release flow (d0279ef)
  • chore: fixed angularCompilerOptions (b963d52)
  • chore: fixed release files (f6798c9)

Features

Reverts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.1 (2018-11-01)

Bug Fixes

2.1.0 (2018-09-06)

Features

  • include sourceIndex and targetIndex in model events (ea5fb03)

2.0.4 (2018-08-31)

Bug Fixes

  • package: make NPMJS.com readme link to GH (c0e7b1b)

2.0.3 (2018-08-31)

Bug Fixes

  • shouldn't include jasmine/testdouble typings in published module (ceccf3a), closes #896

2.0.2 (2018-07-25)

Bug Fixes

  • directive should only emit, not save on removeModel (59783f0)
  • was doubling up on writes to drake.models, causing sometimes wrong model order (f1b26cd), closes #878

2.0.1 (2018-07-20)

Bug Fixes

  • types: '@types/dragula' was a devDependency, not present in published version, closes #876 (eaef778)