Skip to content

Latest commit

 

History

History
170 lines (74 loc) · 7.61 KB

CHANGELOG.md

File metadata and controls

170 lines (74 loc) · 7.61 KB

Changelog

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

3.0.0 (2024-05-11)

3.0.0-rc.2 (2024-03-22)

3.0.0-rc.1 (2024-01-24)

Bug Fixes

  • remove angular material from core dependencies (#55) (1ed46eb)

3.0.0-rc.0 (2024-01-24)

⚠ BREAKING CHANGES

  • angular 15 update (#54)

Features

2.6.0 (2024-03-22)

Features

  • add insert-after option when coping row (4622a5b)

Bug Fixes

  • remove unwanted angular/material library dependency from core lib (4574261)

2.5.0 (2024-03-21)

Features

  • pass emit and only-self options to angular form controls (#58) (1d060aa)

2.4.1 (2024-03-21)

Bug Fixes

  • #56 use raw value on copy row to include disabled rows (#57) (e560fb8)

2.4.0 (2023-11-10)

Features

2.4.0-rc.0 (2023-03-13)

Features

  • add form builder, extend factory method, update versions, add form builder example (#48) (261fbf8)

2.3.0 (2022-12-14)

Features

  • added possibility to create disabled form controls (#44) (a1422ec)

Bug Fixes

2.2.0 (2022-11-30)

Features

  • added possibility to create disabled form controls (#44) (a1422ec)

2.1.0 (2022-11-28)

Features

  • add possibility to add data payload to action (#41) (46c23cb)

2.0.0 (2022-11-28)

⚠ BREAKING CHANGES

  • remove all deprecated methods

Features

  • add possibility to create and render a single control, add cypr… (#40) (564e2ce)

1.5.4 (2022-11-14)

Bug Fixes

  • control id generation, add cypress component tests (#39) (427b3c9)

1.5.3 (2022-11-07)

Bug Fixes

  • allow control id to have array index as first element (#37) (400f0ab)

1.5.2 (2022-11-07)

Bug Fixes

  • add validation, props and defaultValue to injectable question definition (fccbe06)

1.5.1 (2022-11-07)

Bug Fixes

  • add id to injectable question definition (98360af)

1.5.0 (2022-11-07)

Features

  • add action control and group for interacting with form-actions (#35) (76c53d6)

1.4.2 (2022-10-25)

Bug Fixes

1.4.1 (2022-10-24)

Bug Fixes

  • export services, add mocks for easier testing (#32) (d3ef89c)

1.4.0 (2022-10-24)

Features

1.3.0 (2022-09-23)

Features

Bug Fixes