All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.4 (2024-03-24)
2.0.3 (2022-01-17)
- ui-web: deprecate
ui-web
package in favor of newhtml-tag
package (0b171f7)
2.0.2 (2022-01-11)
Note: Version bump only for package @orchestrator/ui-web
2.0.1 (2022-01-11)
- 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)
- ng: update to Angular v13 (a95e8d4)
- 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)
- 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)
- lib: upgrade to latest Angular with libs (5921d28)
0.1.1 (2020-03-09)
- 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)
- changelogs: mention removed NPM packages (50a04f5)
NOTE: This version was removed from NPM due to incomplete package
- 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)
- 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)