Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jabali2004 authored Dec 13, 2021
1 parent 6e3d50d commit 0e73d60
Showing 1 changed file with 136 additions and 1 deletion.
137 changes: 136 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,142 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.1.1 (2021-12-13)
### [0.1.1](https://github.com/jabali2004/ngx-formulus/compare/v0.1.0...v0.1.1) (2021-12-13)


### Bug Fixes

* **deps:** bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2 ([7e0bb3e](https://github.com/jabali2004/ngx-formulus/commit/7e0bb3e3fb4eaae5891851a68492068cb3f3b26b))
* temp fix for build optimization ([52869db](https://github.com/jabali2004/ngx-formulus/commit/52869db8fbf536f8fd709dff415f9ffe43f66263))


### Chores

* **deps-dev:** bump @schematics/angular from 13.0.4 to 13.1.1 ([99c34b1](https://github.com/jabali2004/ngx-formulus/commit/99c34b10c88555252c6fea481f20187437ac364d))
* **deps-dev:** bump @types/node from 16.11.11 to 16.11.12 ([ce51bd5](https://github.com/jabali2004/ngx-formulus/commit/ce51bd508bf1bc24db916acf529e0defc36dec77))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([8c255c0](https://github.com/jabali2004/ngx-formulus/commit/8c255c09fffbea410b1411094c70d82632e5adc9))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([e6f1da4](https://github.com/jabali2004/ngx-formulus/commit/e6f1da487bb04d055a65b610a751c2de4491d590))
* **deps-dev:** bump @typescript-eslint/parser from 5.3.0 to 5.6.0 ([88781a1](https://github.com/jabali2004/ngx-formulus/commit/88781a1f4c6fe136c7b889dc0ba67b9273adf141))
* **deps-dev:** bump ng-packagr from 13.0.8 to 13.1.1 ([e71b582](https://github.com/jabali2004/ngx-formulus/commit/e71b582f3afcca2159fbd59c9317176403d890f5))
* **deps:** update bootstrap ([93e4296](https://github.com/jabali2004/ngx-formulus/commit/93e42966b03daab2e5d76dca654effdb35e619a3))
* **deps:** update to angular version 13.1.0 ([b9cfb76](https://github.com/jabali2004/ngx-formulus/commit/b9cfb76086bd14aeb0f1c0cfe8f57f23c0b3d458))
* **release:** 0.1.0 ([2a59e2b](https://github.com/jabali2004/ngx-formulus/commit/2a59e2b488ebafbf117434fba04d64ba3f568060))

## 0.1.0 (2021-12-13)


### Features

* add form controls (save and close button) ([23d6041](https://github.com/jabali2004/ngx-formulus/commit/23d6041274ccb3faf4580081531ab642a484fc57))
* add fullWidth property to control ([2c8c0de](https://github.com/jabali2004/ngx-formulus/commit/2c8c0de3f7a979a7ab950b300ab025e283a7e7d9))
* add option to hide or disable a specific control ([72827a9](https://github.com/jabali2004/ngx-formulus/commit/72827a95a160d0bd99245bbae34320f478fc30e1))
* **form-elements:** add reset button ([eb9af0c](https://github.com/jabali2004/ngx-formulus/commit/eb9af0c16dcc15431d025a9e123e6cd6646803bb))
* **form-service:** add basic formService ([5c31d9b](https://github.com/jabali2004/ngx-formulus/commit/5c31d9b2b06afea7342c361348e0add8fd452b0d))
* **templateing:** add func for getting all registered templates ([074fdf6](https://github.com/jabali2004/ngx-formulus/commit/074fdf601af03cbe010b06c60c42589c0a3110c7))
* **templating:** add basic templating functionality ([e21d186](https://github.com/jabali2004/ngx-formulus/commit/e21d1868332fd4cc4df7eb88126006f74c137c6a))


### Bug Fixes

* circular dependency ([ac15c76](https://github.com/jabali2004/ngx-formulus/commit/ac15c76e1774807b0300dd186bd2037b6d83eace))
* **deps:** bump actions/setup-node from 2.4.1 to 2.5.0 ([7783ba0](https://github.com/jabali2004/ngx-formulus/commit/7783ba0d813adab6892c272ccaa1c775956f311d))
* **deps:** bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2 ([7e0bb3e](https://github.com/jabali2004/ngx-formulus/commit/7e0bb3e3fb4eaae5891851a68492068cb3f3b26b))
* full width condition ([a4f8c7a](https://github.com/jabali2004/ngx-formulus/commit/a4f8c7aa8c30e5a2d5ab190f31f1789901129d1e))
* linting ([4d2288d](https://github.com/jabali2004/ngx-formulus/commit/4d2288db284ed5c7e634784d1a1879f316e3fb7d))
* linting && build ([099bde7](https://github.com/jabali2004/ngx-formulus/commit/099bde75af1ad3c5910520c5da21a84f027191bb))
* make module config optional ([80176f5](https://github.com/jabali2004/ngx-formulus/commit/80176f51d893d98a54973c2f43d4ed3ba3a99c52))
* minor style issue ([8ff7211](https://github.com/jabali2004/ngx-formulus/commit/8ff72112be6862d4b34862d289abcf4c62e122bf))
* save button check ([428aebc](https://github.com/jabali2004/ngx-formulus/commit/428aebc55951dc1d653c3121da220b4ee4ac8104))
* temp fix for build optimization ([52869db](https://github.com/jabali2004/ngx-formulus/commit/52869db8fbf536f8fd709dff415f9ffe43f66263))
* this.config is undefined ([f6c1972](https://github.com/jabali2004/ngx-formulus/commit/f6c1972a39e22d5e62ff1bacc3f4f3c427bc6206))


### Chores

* add basic data types and form gen ([9ac5479](https://github.com/jabali2004/ngx-formulus/commit/9ac547957bc6a38e077290ea0c5ff8c08e4e0903))
* add basic example ([2c21c73](https://github.com/jabali2004/ngx-formulus/commit/2c21c739790e5ac1b8806f781258dedca027915f))
* **architecture:** use simpler architecture first && add complexity later if needed ([fa94e4c](https://github.com/jabali2004/ngx-formulus/commit/fa94e4c111adc8fb7ba14091c7d1f7b21aed7da5))
* **cd:** update release.yml ([45ffc45](https://github.com/jabali2004/ngx-formulus/commit/45ffc459077a892a3beb3cdd00b8011897e7e097))
* **controls:** export controls in root module ([fb49b93](https://github.com/jabali2004/ngx-formulus/commit/fb49b93a3a7bc21f624763193165154a24dbde0f))
* **controls:** renaming controls ([18d0b88](https://github.com/jabali2004/ngx-formulus/commit/18d0b88446237a84c586114793bac4bf4f025fa5))
* **deps-dev:** bump @angular-devkit/build-angular ([7eacd97](https://github.com/jabali2004/ngx-formulus/commit/7eacd9755ccbdb6a78dfe4c916d0b6e88e8fa5f9))
* **deps-dev:** bump @angular-devkit/build-angular ([74f39df](https://github.com/jabali2004/ngx-formulus/commit/74f39df932353328ca54da1f30066b7543222bf6))
* **deps-dev:** bump @angular-eslint/builder from 12.5.0 to 12.6.0 ([b025e7c](https://github.com/jabali2004/ngx-formulus/commit/b025e7c8f181c13c6f694fa4e3dfb72abe272557))
* **deps-dev:** bump @angular-eslint/builder from 12.6.0 to 12.6.1 ([0d66f8a](https://github.com/jabali2004/ngx-formulus/commit/0d66f8af6c2291bbb016541b4777702731796767))
* **deps-dev:** bump @angular-eslint/eslint-plugin ([52870b5](https://github.com/jabali2004/ngx-formulus/commit/52870b5f4cbe1521992ef9eca3a08c9a142ffd2d))
* **deps-dev:** bump @angular-eslint/eslint-plugin ([dcb4141](https://github.com/jabali2004/ngx-formulus/commit/dcb41416f5e65f412b6823edfcc42328fbb44531))
* **deps-dev:** bump @angular-eslint/eslint-plugin-template ([de45946](https://github.com/jabali2004/ngx-formulus/commit/de45946de1363d4ca352604f6b5d29f57a7cf21a))
* **deps-dev:** bump @angular-eslint/eslint-plugin-template ([92901a9](https://github.com/jabali2004/ngx-formulus/commit/92901a98a8a87aaee9d5898ccba39eda10722eb4))
* **deps-dev:** bump @angular-eslint/schematics from 12.5.0 to 12.6.0 ([55137d8](https://github.com/jabali2004/ngx-formulus/commit/55137d8d697335dae712c8a07a81aadbb2866871))
* **deps-dev:** bump @angular-eslint/schematics from 12.6.0 to 12.6.1 ([cf3114f](https://github.com/jabali2004/ngx-formulus/commit/cf3114ffd7bc265115366157a2749f54b9a339e9))
* **deps-dev:** bump @angular-eslint/template-parser ([6c35e79](https://github.com/jabali2004/ngx-formulus/commit/6c35e7923559c9da167b6b675183c0bb37c17b38))
* **deps-dev:** bump @angular-eslint/template-parser ([7606d6a](https://github.com/jabali2004/ngx-formulus/commit/7606d6a2f962fa282422d6de5eb8422b89b250c9))
* **deps-dev:** bump @angular/cli from 12.2.8 to 12.2.12 ([fccb280](https://github.com/jabali2004/ngx-formulus/commit/fccb280cdac5cfe41ffdce684689054cb57d0c55))
* **deps-dev:** bump @compodoc/compodoc from 1.1.15 to 1.1.16 ([e77d081](https://github.com/jabali2004/ngx-formulus/commit/e77d08116ad1a5e058612b986278fab4c7e21918))
* **deps-dev:** bump @schematics/angular from 13.0.4 to 13.1.1 ([99c34b1](https://github.com/jabali2004/ngx-formulus/commit/99c34b10c88555252c6fea481f20187437ac364d))
* **deps-dev:** bump @types/jasmine from 3.10.0 to 3.10.1 ([b457f8f](https://github.com/jabali2004/ngx-formulus/commit/b457f8f5a3cb157cf1f1082e68a7b7b6954f1206))
* **deps-dev:** bump @types/jasmine from 3.10.1 to 3.10.2 ([11db4f1](https://github.com/jabali2004/ngx-formulus/commit/11db4f1e34de61ac85c22cfe4fbe1d2fb822c42a))
* **deps-dev:** bump @types/jasmine from 3.8.2 to 3.9.1 ([b344d01](https://github.com/jabali2004/ngx-formulus/commit/b344d01fa0c07fe5f34ab14148c9debd8ff246b5))
* **deps-dev:** bump @types/jasmine from 3.9.1 to 3.10.0 ([dcb931e](https://github.com/jabali2004/ngx-formulus/commit/dcb931e6001933313ba6b71116baaaebae5a1c01))
* **deps-dev:** bump @types/node from 12.20.27 to 16.10.2 ([f299aa2](https://github.com/jabali2004/ngx-formulus/commit/f299aa2c15a1021caf0b6ed887c6b399d04e3c5b))
* **deps-dev:** bump @types/node from 16.10.2 to 16.10.3 ([fc15602](https://github.com/jabali2004/ngx-formulus/commit/fc1560274eb0bb9fb599d9f2cde4a652f2d4870c))
* **deps-dev:** bump @types/node from 16.10.3 to 16.10.4 ([39cbb52](https://github.com/jabali2004/ngx-formulus/commit/39cbb52a884e7ca5f397fe9d937ce02ec95fa2a3))
* **deps-dev:** bump @types/node from 16.10.4 to 16.10.9 ([e5cd7dc](https://github.com/jabali2004/ngx-formulus/commit/e5cd7dc625a1bed88be6415319347404873013e9))
* **deps-dev:** bump @types/node from 16.10.9 to 16.11.0 ([f22402b](https://github.com/jabali2004/ngx-formulus/commit/f22402bd2ac6fcf660536a2c47b709a9394dd1ff))
* **deps-dev:** bump @types/node from 16.11.0 to 16.11.1 ([eacf1ec](https://github.com/jabali2004/ngx-formulus/commit/eacf1ec5163fe708d0b69ebfaa14ce12a399da65))
* **deps-dev:** bump @types/node from 16.11.1 to 16.11.2 ([60717c6](https://github.com/jabali2004/ngx-formulus/commit/60717c6b90c732146027d1697f9ed011c030c87a))
* **deps-dev:** bump @types/node from 16.11.10 to 16.11.11 ([cd4c9f2](https://github.com/jabali2004/ngx-formulus/commit/cd4c9f225d14ab2b00e6ace2cc18cde49e59f815))
* **deps-dev:** bump @types/node from 16.11.11 to 16.11.12 ([ce51bd5](https://github.com/jabali2004/ngx-formulus/commit/ce51bd508bf1bc24db916acf529e0defc36dec77))
* **deps-dev:** bump @types/node from 16.11.2 to 16.11.4 ([c28fcf1](https://github.com/jabali2004/ngx-formulus/commit/c28fcf1378cade5d147fbbf19c7098786ce2ca6f))
* **deps-dev:** bump @types/node from 16.11.4 to 16.11.6 ([c1837b8](https://github.com/jabali2004/ngx-formulus/commit/c1837b8e532175c54e8cba257dfca109b98a293d))
* **deps-dev:** bump @types/node from 16.11.6 to 16.11.7 ([86bdab3](https://github.com/jabali2004/ngx-formulus/commit/86bdab3c1e82b5ca3f209dfe85b4b4f935b3854c))
* **deps-dev:** bump @types/node from 16.11.7 to 16.11.8 ([99a02ba](https://github.com/jabali2004/ngx-formulus/commit/99a02ba148c2259c2de873e03ab8c67b7c76cc21))
* **deps-dev:** bump @types/node from 16.11.8 to 16.11.10 ([8c6550f](https://github.com/jabali2004/ngx-formulus/commit/8c6550fa2c09a83bd56f34021e115b07e481ab00))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([8c255c0](https://github.com/jabali2004/ngx-formulus/commit/8c255c09fffbea410b1411094c70d82632e5adc9))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([e6f1da4](https://github.com/jabali2004/ngx-formulus/commit/e6f1da487bb04d055a65b610a751c2de4491d590))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([c22133f](https://github.com/jabali2004/ngx-formulus/commit/c22133f993bcb9296f5a8a30dc6de49ec2d1902f))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([ff8f5a7](https://github.com/jabali2004/ngx-formulus/commit/ff8f5a7bfa733f7de385e61c1919f0e42fae4a69))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.2 to 4.32.0 ([555cc26](https://github.com/jabali2004/ngx-formulus/commit/555cc260f179acc5f1c7065cae374b7bc7f88dd3))
* **deps-dev:** bump @typescript-eslint/parser from 4.32.0 to 4.33.0 ([9766479](https://github.com/jabali2004/ngx-formulus/commit/9766479490d07b77fd7dde1415c3755530d35701))
* **deps-dev:** bump @typescript-eslint/parser from 5.3.0 to 5.6.0 ([88781a1](https://github.com/jabali2004/ngx-formulus/commit/88781a1f4c6fe136c7b889dc0ba67b9273adf141))
* **deps-dev:** bump husky from 7.0.2 to 7.0.4 ([987fd27](https://github.com/jabali2004/ngx-formulus/commit/987fd27b13d7c11e60ad015bd9057eeeffbf1edb))
* **deps-dev:** bump jasmine-core from 3.10.0 to 3.10.1 ([5c0b769](https://github.com/jabali2004/ngx-formulus/commit/5c0b76919b8d2a73d02551a63403b16b1170040f))
* **deps-dev:** bump jasmine-core from 3.8.0 to 3.9.0 ([0140f6e](https://github.com/jabali2004/ngx-formulus/commit/0140f6ed9aa16defc16635064ce43b1641f876fa))
* **deps-dev:** bump jasmine-core from 3.9.0 to 3.10.0 ([7f3091a](https://github.com/jabali2004/ngx-formulus/commit/7f3091ab149283931d80f87963244561980814c6))
* **deps-dev:** bump karma from 6.3.4 to 6.3.5 ([3585dbe](https://github.com/jabali2004/ngx-formulus/commit/3585dbed9ee12a99dab4a97270e97a0dbcacdc7f))
* **deps-dev:** bump karma from 6.3.5 to 6.3.6 ([102b0e4](https://github.com/jabali2004/ngx-formulus/commit/102b0e4fb15c41aed339f0e1576d09b76b2c8aee))
* **deps-dev:** bump karma from 6.3.6 to 6.3.7 ([1003f1a](https://github.com/jabali2004/ngx-formulus/commit/1003f1abdb10cccd5eb04cc386576e6f9bc1d384))
* **deps-dev:** bump karma from 6.3.7 to 6.3.8 ([5084392](https://github.com/jabali2004/ngx-formulus/commit/508439267ffd770d60fd509634a4c6ff0cfa7ff8))
* **deps-dev:** bump karma from 6.3.8 to 6.3.9 ([4d13940](https://github.com/jabali2004/ngx-formulus/commit/4d13940d82622f4d6d62016bb72f29294e6efbda))
* **deps-dev:** bump karma-coverage from 2.0.3 to 2.1.0 ([458aee3](https://github.com/jabali2004/ngx-formulus/commit/458aee3496db6d5e4af141e029699a094050defe))
* **deps-dev:** bump ng-packagr from 12.2.2 to 12.2.3 ([eb7ef9a](https://github.com/jabali2004/ngx-formulus/commit/eb7ef9aa5ddd4e836287d07ce34195608f8d0b69))
* **deps-dev:** bump ng-packagr from 12.2.3 to 12.2.5 ([b2dbfdd](https://github.com/jabali2004/ngx-formulus/commit/b2dbfdd4cac58d2755206b1eb27cc2b495bad744))
* **deps-dev:** bump ng-packagr from 13.0.8 to 13.1.1 ([e71b582](https://github.com/jabali2004/ngx-formulus/commit/e71b582f3afcca2159fbd59c9317176403d890f5))
* **deps-dev:** bump standard-version from 9.3.1 to 9.3.2 ([9aed162](https://github.com/jabali2004/ngx-formulus/commit/9aed162961792b5cacafcb9086e69edb6c156dbd))
* **deps:** update angular schematics ([bc89df3](https://github.com/jabali2004/ngx-formulus/commit/bc89df3b15e3a1a0eea1939078e4d0bd98dd2ccd))
* **deps:** update bootstrap ([93e4296](https://github.com/jabali2004/ngx-formulus/commit/93e42966b03daab2e5d76dca654effdb35e619a3))
* **deps:** update package-lock.json ([a4eacd6](https://github.com/jabali2004/ngx-formulus/commit/a4eacd6d808ecebd6ad0a76064b37aee4ef8031d))
* **deps:** update to angular 13 ([fa7ae4f](https://github.com/jabali2004/ngx-formulus/commit/fa7ae4f6198c5489f7051306119832b8ffa71062))
* **deps:** update to angular version 13.1.0 ([b9cfb76](https://github.com/jabali2004/ngx-formulus/commit/b9cfb76086bd14aeb0f1c0cfe8f57f23c0b3d458))
* **DynamicForm:** Add IDynamicForm ([650a484](https://github.com/jabali2004/ngx-formulus/commit/650a4849b7a8354b1804e85b35f53b18c2916f38))
* **example:** add onClose and onSave hooks ([71acc69](https://github.com/jabali2004/ngx-formulus/commit/71acc69deddaf765cb0949c2a4b7807452cc69bf))
* **example:** add some usecases for dynamicForm functionality ([7b5c329](https://github.com/jabali2004/ngx-formulus/commit/7b5c3291f8363f6031d8e5bffea36720285afc91))
* **example:** fix exmaple project build ([4effcad](https://github.com/jabali2004/ngx-formulus/commit/4effcad7cf0c499939f3e8256673a19c2ecdda63))
* **flavors:** add nebular / ngb / material ([6802a78](https://github.com/jabali2004/ngx-formulus/commit/6802a784446dd3073590cf72933f42bc3c244838))
* **linter:** update linting config ([16ffa4e](https://github.com/jabali2004/ngx-formulus/commit/16ffa4eb72e96e40e4f6c297866e5210d54f4393))
* **npm:** prepare npm publish pipelines && reset versions ([8948602](https://github.com/jabali2004/ngx-formulus/commit/8948602ffdab683d6e929d921bc382b1c52b18f3))
* prepare for versioning and changelogs ([6457487](https://github.com/jabali2004/ngx-formulus/commit/64574872b755aeb005af7636f16bd2e605c1efd9))
* **release:** 0.0.1 ([3d90dc6](https://github.com/jabali2004/ngx-formulus/commit/3d90dc680339098a61730d220ab7c025991e2040))
* **release:** 0.0.2 ([471ebc6](https://github.com/jabali2004/ngx-formulus/commit/471ebc62a3d45dce5173f124824a4e07c4bd6674))
* **release:** 0.0.3 ([48e3447](https://github.com/jabali2004/ngx-formulus/commit/48e34473bd23d47a378bb492ff0f14a690c1ed6b))
* **release:** 0.0.4 ([3fbe986](https://github.com/jabali2004/ngx-formulus/commit/3fbe98686962948228320c8c5332643e81c62d98))
* **release:** 0.0.5 ([103228e](https://github.com/jabali2004/ngx-formulus/commit/103228e91914f86468c4e1bf40d9956c9b3d22e0))
* **release:** 0.0.6 ([ee8dc6c](https://github.com/jabali2004/ngx-formulus/commit/ee8dc6c23f5e3beb9d2acc7b92063f23608612f5))
* **release:** 0.0.7 ([ed12608](https://github.com/jabali2004/ngx-formulus/commit/ed12608ea0cac49a726cf031469feb636a4afb0a))
* **release:** 0.0.8 ([2e209ad](https://github.com/jabali2004/ngx-formulus/commit/2e209ad3dbc955b28601e8bf4ea12d5a374e434c))
* **release:** 0.0.9 ([d4846fc](https://github.com/jabali2004/ngx-formulus/commit/d4846fcd689085328ca2fbe0883cb59472784629))
* **release:** 0.1.0 ([4efeea1](https://github.com/jabali2004/ngx-formulus/commit/4efeea1856d737222f3bd1464423e7098ec57622))
* **tooling:** add command for building exmaple project ([c7b653e](https://github.com/jabali2004/ngx-formulus/commit/c7b653ececc7cc4994f90c8818c14ba0fded065f))

### [0.0.10](https://github.com/jabali2004/ngx-formulus/compare/v0.0.9...v0.0.10) (2021-12-04)

Expand Down

0 comments on commit 0e73d60

Please sign in to comment.