Skip to content

Latest commit

 

History

History
188 lines (77 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

188 lines (77 loc) · 8.82 KB

Change Log

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

2.0.4 (2024-03-24)

Bug Fixes

  • deps: allow angular peer deps until v17 (#82) (fe24b5c)

2.0.3 (2022-01-17)

Bug Fixes

  • ui-web: deprecate ui-web package in favor of new html-tag package (0b171f7)

2.0.2 (2022-01-11)

Note: Version bump only for package @orchestrator/ui-web

2.0.1 (2022-01-11)

Bug Fixes

  • deps: allow rxjs v7.0.0 to be used as peer dependency (2689146)
  • deps: update core peer dependency to v2.0.0 (1bc6eab)

2.0.0 (2021-12-13)

Note: Version bump only for package @orchestrator/ui-web

2.0.0-next.1 (2021-12-09)

Note: Version bump only for package @orchestrator/ui-web

2.0.0-next.0 (2021-12-06)

Features

  • ng: update to Angular v13 (a95e8d4)

BREAKING CHANGES

  • ng: Libraries updated to Angular v13 and compiled using partial compilation

1.0.0 (2020-08-15)

Note: Version bump only for package @orchestrator/ui-web

1.0.0-next.0 (2020-06-30)

Features

  • deps: require Angular v10 as a peer dependency (d70f8de)
  • deps: upgrade to Angular v10 (469d382)

BREAKING CHANGES

  • deps: After the library migrated to Angular v10 - now you should use Angular v10 as a peer dependency.
  • deps: Now the library is built using Angular v10. No public API changes.

0.1.2-next.0 (2020-05-01)

Bug Fixes

  • lib: upgrade to latest Angular with libs (5921d28)

0.1.1 (2020-03-09)

Bug Fixes

  • ui-web: optimise text function rendering in text component (45229e6)

0.1.0 (2020-03-09)

Note: Version bump only for package @orchestrator/ui-web

0.1.0-next.1 (2020-03-08)

Bug Fixes

  • changelogs: mention removed NPM packages (50a04f5)

0.1.0-next.0 (2020-03-08)

NOTE: This version was removed from NPM due to incomplete package

Bug Fixes

  • modules: move all components into it's own modues (ebb6f55)
  • modules: move providers to static methods (38f56f5)
  • packages: remove tslib from peerDependencies (5936151)
  • ui-web: add config validation for button component (60a0b9a)
  • ui-web: add config validation for FormAttributesConfig (d376067)
  • ui-web: add config validation for heading component (15faf9b)
  • ui-web: add config validation for input component (20bad6a)
  • ui-web: add config validation for select component (9cf443a)
  • ui-web: add config validation for textarea component (7fd1c74)
  • ui-web: add config validation to image component (d08cc18)
  • ui-web: bind value from config in input dynamic component (a0fad15)
  • ui-web: bind value from config in select dynamic component (10eddd6)
  • ui-web: make text config required in button component (b2b46ef)
  • ui-web: re-export core module (71df94e)
  • ui-web: reuse generic form attributes in config (4dde0fd)

Features

  • core: update io-ts to v2 with it's deps libs (89ed81a)
  • release: automate libs releases with lerna (b455742)
  • repo: update to NG n9 and NX v9 (e0555ae)
  • ui-web: add heading dynamic component (bbbb2c1)
  • ui-web: add input dynamic component (e9763e2), closes #11
  • ui-web: add new attributes to input (627b252), closes #11
  • ui-web: add select dynamic component (753baa1)
  • ui-web: add textarea dynamic component (54ed5e1)
  • ui-web: add textWithCtx to config of text component (b0e1927)
  • ui-web: support CSS in width/height of image config (13e8102)

Reverts