UNPKG

@orchestrator/layout

Version:

> A set of simple layout components for Orchestrator library.

155 lines (57 loc) 5.89 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.0.3](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@2.0.2...@orchestrator/layout@2.0.3) (2024-03-24) ### Bug Fixes * **deps:** allow angular peer deps until v17 ([#82](https://github.com/orchestratora/orchestrator/issues/82)) ([fe24b5c](https://github.com/orchestratora/orchestrator/commit/fe24b5c05c0b5ef87d2c4e238971a6b7b0468350)) ## [2.0.2](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@2.0.1...@orchestrator/layout@2.0.2) (2022-01-11) **Note:** Version bump only for package @orchestrator/layout ## [2.0.1](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@2.0.0...@orchestrator/layout@2.0.1) (2022-01-11) ### Bug Fixes * **deps:** allow rxjs v7.0.0 to be used as peer dependency ([2689146](https://github.com/orchestratora/orchestrator/commit/26891468ccf11be6c5b4193bd01a29b278ffc0f9)) * **deps:** update core peer dependency to v2.0.0 ([1bc6eab](https://github.com/orchestratora/orchestrator/commit/1bc6eabe4a212f2b3b443451df6f1e1b4d0d09ce)) # [2.0.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@2.0.0-next.1...@orchestrator/layout@2.0.0) (2021-12-13) **Note:** Version bump only for package @orchestrator/layout # [2.0.0-next.1](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@2.0.0-next.0...@orchestrator/layout@2.0.0-next.1) (2021-12-09) ### Bug Fixes * **layout:** update peer dependencies ([da40f81](https://github.com/orchestratora/orchestrator/commit/da40f81a5d884590a72ba6bbc129287f2ff17ebd)) # [2.0.0-next.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@1.0.0...@orchestrator/layout@2.0.0-next.0) (2021-12-06) ### Features * **ng:** update to Angular v13 ([a95e8d4](https://github.com/orchestratora/orchestrator/commit/a95e8d4848a29b123a2951407de7fb0e4cfda2d3)) ### BREAKING CHANGES * **ng:** Libraries updated to Angular v13 and compiled using partial compilation # [1.0.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@1.0.0-next.0...@orchestrator/layout@1.0.0) (2020-08-15) **Note:** Version bump only for package @orchestrator/layout # [1.0.0-next.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@0.1.1-next.0...@orchestrator/layout@1.0.0-next.0) (2020-06-30) ### Features * **deps:** require Angular v10 as a peer dependency ([d70f8de](https://github.com/orchestratora/orchestrator/commit/d70f8de2a2554dcdb99836ad4b912a9de0e12ea8)) * **deps:** upgrade to Angular v10 ([469d382](https://github.com/orchestratora/orchestrator/commit/469d382175067532cdb156739ff14f39c4151509)) ### 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.1-next.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@0.1.0...@orchestrator/layout@0.1.1-next.0) (2020-05-01) ### Bug Fixes * **lib:** upgrade to latest Angular with libs ([5921d28](https://github.com/orchestratora/orchestrator/commit/5921d28a20423f6d1a37dfa4d0459d24a48c907e)) # [0.1.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@0.1.0-next.1...@orchestrator/layout@0.1.0) (2020-03-09) **Note:** Version bump only for package @orchestrator/layout # [0.1.0-next.1](https://github.com/orchestratora/orchestrator/compare/@orchestrator/layout@0.1.0-next.0...@orchestrator/layout@0.1.0-next.1) (2020-03-08) ### Bug Fixes * **changelogs:** mention removed NPM packages ([50a04f5](https://github.com/orchestratora/orchestrator/commit/50a04f5f628920c874eeadbefe3f543107b1d5bb)) # 0.1.0-next.0 (2020-03-08) _NOTE:_ This version was removed from NPM due to incomplete package ### Bug Fixes * **core:** make testing module private ([8837f5b](https://github.com/orchestratora/orchestrator/commit/8837f5bdc190b8e4eff4fac30c40c7f63ea4fe88)) * **layout:** add config validation to layout flat component ([622e033](https://github.com/orchestratora/orchestrator/commit/622e033185c5f219baf8d2a33cd3486d446f387e)) * **layout:** re-export core module ([c80041c](https://github.com/orchestratora/orchestrator/commit/c80041ce8aad30fb469740a0d09ec43d69730233)) * **modules:** move all components into it's own modues ([ebb6f55](https://github.com/orchestratora/orchestrator/commit/ebb6f556dd8151f95278e1587d5d0e8c0bbc3fd4)) * **modules:** move providers to static methods ([38f56f5](https://github.com/orchestratora/orchestrator/commit/38f56f50f0aa2470bf052f55daf3df41bca78b50)) * **packages:** remove tslib from peerDependencies ([5936151](https://github.com/orchestratora/orchestrator/commit/5936151a8482c2e018381adc9b4d12febf409fa6)) ### Features * **core:** update io-ts to v2 with it's deps libs ([89ed81a](https://github.com/orchestratora/orchestrator/commit/89ed81aa296b87c13806602bd0ce5dde3c1d0496)) * **release:** automate libs releases with lerna ([b455742](https://github.com/orchestratora/orchestrator/commit/b45574223b347fad3b01b8a0294a0ddc3e88875d)) * **repo:** update to NG n9 and NX v9 ([e0555ae](https://github.com/orchestratora/orchestrator/commit/e0555aef981563b9ebd7ef5731fe691a7c40877d)) * **ui-web:** add heading dynamic component ([bbbb2c1](https://github.com/orchestratora/orchestrator/commit/bbbb2c1402db499ac0f19f43b04b4edd55a2a374)) ### Reverts * chore(release): publish ([0cb44fa](https://github.com/orchestratora/orchestrator/commit/0cb44fa88f147459ba55445baee8d28299f9b614)) * chore(release): publish ([0e2c1ce](https://github.com/orchestratora/orchestrator/commit/0e2c1cea1694916c1808460ca98951c6871a0eed))