|
| 1 | +#### 18.0.0 (2024-06-25) |
| 2 | + |
| 3 | +##### Build System / Dependencies |
| 4 | + |
| 5 | +* update versions and pnpm lock (#48) (b64d84ca) |
| 6 | +* preinstall script for forbidding usage different package manage (d8810523) |
| 7 | +* update angular to 16 (8104bd82) |
| 8 | +* **commit-lint:** fix building commit-lint (c5134cfd) |
| 9 | + |
| 10 | +##### Chores |
| 11 | + |
| 12 | +* **release:** |
| 13 | + * 17.0.5 (e20eb76a) |
| 14 | + * 17.0.4 (d68e5597) |
| 15 | + * 17.0.3 (bd9b52b8) |
| 16 | + * 17.0.2 (11323a90) |
| 17 | + * 17.0.1 (73aac9e8) |
| 18 | + * 17.0.0 (1987d258) |
| 19 | + * 16.0.0 (a4bf8748) |
| 20 | + * 15.0.1 (ae9150b6) |
| 21 | + * 15.0.0 (f990be2c) |
| 22 | +* **typed-urls:** |
| 23 | + * add repo information to project file (16de03b5) |
| 24 | + * include readme and license file in built libraries (d1adf994) |
| 25 | + |
| 26 | +##### Documentation Changes |
| 27 | + |
| 28 | +* add information about (2f9d4964) |
| 29 | +* add versions with links in readme (d4a1a075) |
| 30 | +* create readme files (7ab3fa02) |
| 31 | +* **validation-messages:** |
| 32 | + * remove typo (0486d0f1) |
| 33 | + * update readme (f3fa2610) |
| 34 | + |
| 35 | +##### New Features |
| 36 | + |
| 37 | +* **workspace:** update workspace to v18 (6fe2231b) |
| 38 | +* **typed-urls:** |
| 39 | + * update peer deps (f5970123) |
| 40 | + * typed-urls migration (d938a953) |
| 41 | +* **validation-messages:** |
| 42 | + * new builder (c34725dc) |
| 43 | + * update example app (f16351f4) |
| 44 | + * add support for specifying validation messages locally (7072219c) |
| 45 | + * read from control from host component (1fb418ec) |
| 46 | + * add ApiErrorMessages type and ad matInputControl getters (38bc702c) |
| 47 | + * add support for controlName input (8e42d761) |
| 48 | + * support multiple interpolate parameters (e2954419) |
| 49 | + * angular material config (9c015d94) |
| 50 | + * example app config (3603f156) |
| 51 | + * validation messages lib migration (b2b51134) |
| 52 | +* fix package.json (b6dd5ec2) |
| 53 | +* fix package.json (#42) (25171780) |
| 54 | +* fix lint (82de64a7) |
| 55 | +* fix tests, bug with defining error messages + update more packages (bb0de65a) |
| 56 | +* fix ci (762179f7) |
| 57 | +* update workspace to v17 (66a9f65b) |
| 58 | +* add possibility to update package in publish packages workflow (d1732a19) |
| 59 | +* add github action for publishing to npm (22154d56) |
| 60 | +* create example application for typed urls (7583a278) |
| 61 | +* add script for publishing latest, built packages (ee7987e0) |
| 62 | +* **hoa:** auto-generate changelog on update libs versions (ffb21595) |
| 63 | +* **ng-forms:** allow to use plain string value for patter error message (fc120e26) |
| 64 | +* **packages:** |
| 65 | + * resolve peer dependencies conflicts (abb14cc0) |
| 66 | + * ci setup (c0dc830b) |
| 67 | +* **validation-message:** onpush change detection strategy (26f7faf5) |
| 68 | +* **commit-lint:** create commit lint lib and move from "dev" repository (ddff8d85) |
| 69 | +* **linking-tool:** linking-tool migration & validation-messages lib config (45703d23) |
| 70 | +* **config:** |
| 71 | + * standard version (14c11554) |
| 72 | + * hasky commit lint (5e5196a2) |
| 73 | + |
| 74 | +##### Bug Fixes |
| 75 | + |
| 76 | +* update publish packages pnpm version (d1f6b8a2) |
| 77 | +* update prettier and fix config path (#46) (223e1e67) |
| 78 | +* fix types of form (269e7ac0) |
| 79 | +* fix publish packages.yml misspell (37bd0e26) |
| 80 | +* fix import and publish command (1702d037) |
| 81 | +* **commit-lint:** |
| 82 | + * peer dependencies (24dcb0f7) |
| 83 | + * make control container optional (f1f60e14) |
| 84 | +* **validation-messages:** |
| 85 | + * add optional decorator to MatFormField dependency (58b27f46) |
| 86 | + * update control input type to AbstractControl (53c032ac) |
| 87 | + * export utils from library, add merge config messages util to index.ts (4670f1a9) |
| 88 | + * mark component for check after updating the messages (510645bb) |
| 89 | + * remove white space between error and input caused by block elements (8cdec93e) |
| 90 | + * execute cdr#markForCheck on valueChanges (cbdc42e4) |
| 91 | +* **typed-urls:** Fix bug where passing urls with multiple params resulted in Record<string, string> type (3fce4c8a) |
| 92 | + |
| 93 | +##### Other Changes |
| 94 | + |
| 95 | +* add script for updating packages' versions (9ea38e0e) |
| 96 | + |
| 97 | +##### Refactors |
| 98 | + |
| 99 | +* **validation-messages:** |
| 100 | + * refactor code using signals (11ed7215) |
| 101 | + * implement review suggestions in validation-messages.component.ts (22479005) |
| 102 | + * rename validationMessages input to errorMessages (8adc7f1d) |
| 103 | +* change npm to pnpm commands in publish packages action (5cc611ed) |
| 104 | + |
| 105 | +##### Code Style Changes |
| 106 | + |
| 107 | +* **validation-messages:** format code with prettier, remove commented code related to memoization (7506d49c) |
| 108 | + |
| 109 | +##### Tests |
| 110 | + |
| 111 | +* **validation-messages:** fix validation-messages unit test (a10cabdf) |
| 112 | + |
| 113 | +#### 18.0.4 (2024-06-25) |
| 114 | + |
| 115 | +##### Build System / Dependencies |
| 116 | + |
| 117 | +* update versions and pnpm lock (#48) (b64d84ca) |
| 118 | +* preinstall script for forbidding usage different package manage (d8810523) |
| 119 | +* update angular to 16 (8104bd82) |
| 120 | +* **commit-lint:** fix building commit-lint (c5134cfd) |
| 121 | + |
| 122 | +##### Chores |
| 123 | + |
| 124 | +* **release:** |
| 125 | + * 17.0.5 (e20eb76a) |
| 126 | + * 17.0.4 (d68e5597) |
| 127 | + * 17.0.3 (bd9b52b8) |
| 128 | + * 17.0.2 (11323a90) |
| 129 | + * 17.0.1 (73aac9e8) |
| 130 | + * 17.0.0 (1987d258) |
| 131 | + * 16.0.0 (a4bf8748) |
| 132 | + * 15.0.1 (ae9150b6) |
| 133 | + * 15.0.0 (f990be2c) |
| 134 | +* **typed-urls:** |
| 135 | + * add repo information to project file (16de03b5) |
| 136 | + * include readme and license file in built libraries (d1adf994) |
| 137 | + |
| 138 | +##### Documentation Changes |
| 139 | + |
| 140 | +* add information about (2f9d4964) |
| 141 | +* add versions with links in readme (d4a1a075) |
| 142 | +* create readme files (7ab3fa02) |
| 143 | +* **validation-messages:** |
| 144 | + * remove typo (0486d0f1) |
| 145 | + * update readme (f3fa2610) |
| 146 | + |
| 147 | +##### New Features |
| 148 | + |
| 149 | +* **workspace:** update workspace to v18 (6fe2231b) |
| 150 | +* **typed-urls:** |
| 151 | + * update peer deps (f5970123) |
| 152 | + * typed-urls migration (d938a953) |
| 153 | +* **validation-messages:** |
| 154 | + * new builder (c34725dc) |
| 155 | + * update example app (f16351f4) |
| 156 | + * add support for specifying validation messages locally (7072219c) |
| 157 | + * read from control from host component (1fb418ec) |
| 158 | + * add ApiErrorMessages type and ad matInputControl getters (38bc702c) |
| 159 | + * add support for controlName input (8e42d761) |
| 160 | + * support multiple interpolate parameters (e2954419) |
| 161 | + * angular material config (9c015d94) |
| 162 | + * example app config (3603f156) |
| 163 | + * validation messages lib migration (b2b51134) |
| 164 | +* fix package.json (b6dd5ec2) |
| 165 | +* fix package.json (#42) (25171780) |
| 166 | +* fix lint (82de64a7) |
| 167 | +* fix tests, bug with defining error messages + update more packages (bb0de65a) |
| 168 | +* fix ci (762179f7) |
| 169 | +* update workspace to v17 (66a9f65b) |
| 170 | +* add possibility to update package in publish packages workflow (d1732a19) |
| 171 | +* add github action for publishing to npm (22154d56) |
| 172 | +* create example application for typed urls (7583a278) |
| 173 | +* add script for publishing latest, built packages (ee7987e0) |
| 174 | +* **hoa:** auto-generate changelog on update libs versions (ffb21595) |
| 175 | +* **ng-forms:** allow to use plain string value for patter error message (fc120e26) |
| 176 | +* **packages:** |
| 177 | + * resolve peer dependencies conflicts (abb14cc0) |
| 178 | + * ci setup (c0dc830b) |
| 179 | +* **validation-message:** onpush change detection strategy (26f7faf5) |
| 180 | +* **commit-lint:** create commit lint lib and move from "dev" repository (ddff8d85) |
| 181 | +* **linking-tool:** linking-tool migration & validation-messages lib config (45703d23) |
| 182 | +* **config:** |
| 183 | + * standard version (14c11554) |
| 184 | + * hasky commit lint (5e5196a2) |
| 185 | + |
| 186 | +##### Bug Fixes |
| 187 | + |
| 188 | +* update publish packages pnpm version (d1f6b8a2) |
| 189 | +* update prettier and fix config path (#46) (223e1e67) |
| 190 | +* fix types of form (269e7ac0) |
| 191 | +* fix publish packages.yml misspell (37bd0e26) |
| 192 | +* fix import and publish command (1702d037) |
| 193 | +* **commit-lint:** |
| 194 | + * peer dependencies (24dcb0f7) |
| 195 | + * make control container optional (f1f60e14) |
| 196 | +* **validation-messages:** |
| 197 | + * add optional decorator to MatFormField dependency (58b27f46) |
| 198 | + * update control input type to AbstractControl (53c032ac) |
| 199 | + * export utils from library, add merge config messages util to index.ts (4670f1a9) |
| 200 | + * mark component for check after updating the messages (510645bb) |
| 201 | + * remove white space between error and input caused by block elements (8cdec93e) |
| 202 | + * execute cdr#markForCheck on valueChanges (cbdc42e4) |
| 203 | +* **typed-urls:** Fix bug where passing urls with multiple params resulted in Record<string, string> type (3fce4c8a) |
| 204 | + |
| 205 | +##### Other Changes |
| 206 | + |
| 207 | +* add script for updating packages' versions (9ea38e0e) |
| 208 | + |
| 209 | +##### Refactors |
| 210 | + |
| 211 | +* **validation-messages:** |
| 212 | + * refactor code using signals (11ed7215) |
| 213 | + * implement review suggestions in validation-messages.component.ts (22479005) |
| 214 | + * rename validationMessages input to errorMessages (8adc7f1d) |
| 215 | +* change npm to pnpm commands in publish packages action (5cc611ed) |
| 216 | + |
| 217 | +##### Code Style Changes |
| 218 | + |
| 219 | +* **validation-messages:** format code with prettier, remove commented code related to memoization (7506d49c) |
| 220 | + |
| 221 | +##### Tests |
| 222 | + |
| 223 | +* **validation-messages:** fix validation-messages unit test (a10cabdf) |
| 224 | + |
1 | 225 | #### 17.0.6 (2024-04-24)
|
2 | 226 |
|
3 | 227 | ##### Build System / Dependencies
|
|
0 commit comments