@rxap/layout 16.0.0-dev.9 → 16.0.1-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +261 -0
  2. package/LICENSE +621 -0
  3. package/LICENSE.md +621 -0
  4. package/README.md +1 -1
  5. package/esm2022/index.mjs +1 -4
  6. package/esm2022/lib/app-url.service.mjs +38 -25
  7. package/esm2022/lib/footer/footer.component.mjs +3 -3
  8. package/esm2022/lib/header/apps-button/apps-button.component.mjs +3 -5
  9. package/esm2022/lib/header/header.component.mjs +30 -47
  10. package/esm2022/lib/header/language-selector/language-selector.component.mjs +6 -6
  11. package/esm2022/lib/header/reset-button/reset-button.component.mjs +3 -3
  12. package/esm2022/lib/header/settings-button/settings-button.component.mjs +87 -0
  13. package/esm2022/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +15 -18
  14. package/esm2022/lib/header/sign-out/sign-out.component.mjs +3 -3
  15. package/esm2022/lib/header/user-profile-icon/user-profile-icon.component.mjs +24 -21
  16. package/esm2022/lib/layout/layout.component.mjs +50 -29
  17. package/esm2022/lib/layout/layout.component.service.mjs +53 -19
  18. package/esm2022/lib/navigation/navigation-item/navigation-item.component.mjs +3 -8
  19. package/esm2022/lib/navigation/navigation.component.mjs +6 -10
  20. package/esm2022/lib/sidenav/sidenav.component.mjs +6 -12
  21. package/esm2022/lib/sidenav/version/version.component.mjs +6 -14
  22. package/esm2022/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +3 -3
  23. package/esm2022/lib/window-container-sidenav/window-container-sidenav.component.mjs +6 -8
  24. package/fesm2022/rxap-layout.mjs +364 -343
  25. package/fesm2022/rxap-layout.mjs.map +1 -1
  26. package/index.d.ts +0 -3
  27. package/lib/app-url.service.d.ts +7 -4
  28. package/lib/header/header.component.d.ts +10 -17
  29. package/lib/header/language-selector/language-selector.component.d.ts +1 -1
  30. package/lib/header/settings-button/settings-button.component.d.ts +39 -0
  31. package/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +6 -3
  32. package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +10 -10
  33. package/lib/layout/layout.component.d.ts +17 -5
  34. package/lib/layout/layout.component.service.d.ts +15 -9
  35. package/lib/navigation/navigation-item/navigation-item.component.d.ts +1 -1
  36. package/lib/navigation/navigation.component.d.ts +1 -1
  37. package/package.json +83 -47
  38. package/theme.css +1 -1
  39. package/esm2022/lib/i18n-check.guard.mjs +0 -34
  40. package/esm2022/lib/i18n.service.mjs +0 -36
  41. package/esm2022/lib/language-selector.service.mjs +0 -34
  42. package/lib/i18n-check.guard.d.ts +0 -14
  43. package/lib/i18n.service.d.ts +0 -12
  44. package/lib/language-selector.service.d.ts +0 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,267 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [16.0.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0...@rxap/layout@16.0.1-dev.0) (2024-02-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove FlexLayout dependency ([1fea895](https://gitlab.com/rxap/packages/commit/1fea895ea326d64e3ca230386175d1cd71d25ace))
11
+
12
+ # [16.0.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.43...@rxap/layout@16.0.0) (2024-02-07)
13
+
14
+ **Note:** Version bump only for package @rxap/layout
15
+
16
+ # [16.0.0-dev.43](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.42...@rxap/layout@16.0.0-dev.43) (2023-11-23)
17
+
18
+ ### Bug Fixes
19
+
20
+ - always show the selected language ([78d02b7](https://gitlab.com/rxap/packages/commit/78d02b7c9918104e9cdf750b7d29a04e60a68187))
21
+
22
+ # [16.0.0-dev.42](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.41...@rxap/layout@16.0.0-dev.42) (2023-10-30)
23
+
24
+ ### Bug Fixes
25
+
26
+ - only add lang string if in production ([f4b555c](https://gitlab.com/rxap/packages/commit/f4b555cd17c054aef64efffedec6cf3aefcaf212))
27
+
28
+ ### Features
29
+
30
+ - add getAppUrlOrThrow method ([7e0c816](https://gitlab.com/rxap/packages/commit/7e0c816b95c1ef0be7883e0d0ac450569ff36e37))
31
+
32
+ # [16.0.0-dev.41](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.40...@rxap/layout@16.0.0-dev.41) (2023-10-11)
33
+
34
+ **Note:** Version bump only for package @rxap/layout
35
+
36
+ # [16.0.0-dev.40](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.39...@rxap/layout@16.0.0-dev.40) (2023-10-11)
37
+
38
+ **Note:** Version bump only for package @rxap/layout
39
+
40
+ # [16.0.0-dev.39](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.5...@rxap/layout@16.0.0-dev.39) (2023-10-11)
41
+
42
+ ### Bug Fixes
43
+
44
+ - add browser-tailwind as imp dep if project has tailwind configuration ([3d90660](https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3))
45
+ - add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
46
+ - apply restored theme config in the correct order ([59f9b7e](https://gitlab.com/rxap/packages/commit/59f9b7e7b83e948e236f1afbc8ac9dbfff670d1b))
47
+ - change overscroll-contain to overscroll-auto ([8834055](https://gitlab.com/rxap/packages/commit/88340559e9dcaa45f8d88c4468e77965ba92e2d3))
48
+ - close sidenav if change to collapsed mode ([d42cf01](https://gitlab.com/rxap/packages/commit/d42cf017c7b5af95fd1f627667f15bb7413b8c94))
49
+ - darkMode property was changed to a single ([ed6002e](https://gitlab.com/rxap/packages/commit/ed6002e2566d84d5d33226306e77e28a2aabc712))
50
+ - disable i18n check in development mode ([3394767](https://gitlab.com/rxap/packages/commit/3394767dd304a9046a9c70004e73dac74a38643d))
51
+ - ensure min padding for navigation items ([2a50b09](https://gitlab.com/rxap/packages/commit/2a50b096226e79a6956c71112205a1bc8dacbd72))
52
+ - ensure sidenav container is always fulling the screen ([706dad3](https://gitlab.com/rxap/packages/commit/706dad36ccb7e4b1ca8b1cbc2167d5354f318675))
53
+ - ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
54
+ - ensure the username is always fully visible ([6c8560a](https://gitlab.com/rxap/packages/commit/6c8560a06bcdc80bd02d98b738bfa63965bd3ee2))
55
+ - generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
56
+ - improve dynamic theme handling ([77c62df](https://gitlab.com/rxap/packages/commit/77c62dfe77a38bdc00da6a176b09f99c38de2147))
57
+ - initial state issues ([80f4aae](https://gitlab.com/rxap/packages/commit/80f4aae6fbbc7c2479c506b37f267507e4f6d38b))
58
+ - move status infiltrator to layout component ([7ee22ee](https://gitlab.com/rxap/packages/commit/7ee22eebcf0b544df6e718205bd3fc353032cac9))
59
+ - move theme related code to the project angular-theme ([c0fd3bc](https://gitlab.com/rxap/packages/commit/c0fd3bc6de2b1b43ddafa0743bc9efe3e144ea72))
60
+ - only add margin to sidenav content if in collapsed mode ([96e00c4](https://gitlab.com/rxap/packages/commit/96e00c459627077438f27299b29cc68419ac2b6a))
61
+ - peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
62
+ - refactor user service use ([3b30276](https://gitlab.com/rxap/packages/commit/3b30276a4847c009bab9e3322dde1efb54e80125))
63
+ - remove @Required decorator ([bcd9988](https://gitlab.com/rxap/packages/commit/bcd9988f0667bf4563a0e5b91977becfd29b1597))
64
+ - remove css class usage of container ([472cc12](https://gitlab.com/rxap/packages/commit/472cc12f824acc10bca596e4a34e8bc13e809eaa))
65
+ - set default layout header color to undefined ([569488a](https://gitlab.com/rxap/packages/commit/569488a897a8df9f18e12eabe7a7da2ef1f1dc16))
66
+ - start user settings theme sync ([6049e53](https://gitlab.com/rxap/packages/commit/6049e53bf4cfe54515430b48200e80f5ca993dae))
67
+ - support advanced settings for layout sidenav ([0a4a33d](https://gitlab.com/rxap/packages/commit/0a4a33de6af3c853fb86f1311b2da7c32d41e63f))
68
+ - use authorization service directly ([71024c3](https://gitlab.com/rxap/packages/commit/71024c3c64edc19ddd3b08c4b29dc28ed7ca598b))
69
+ - use mdi icons ([55afb8b](https://gitlab.com/rxap/packages/commit/55afb8b4fbfecc588190d86bb61bb0635550d5fa))
70
+ - use new angular-theme project ([67e9290](https://gitlab.com/rxap/packages/commit/67e9290c693b0f1c5ac087453897c0ee3d43521e))
71
+ - use relative path as default ([66d39a4](https://gitlab.com/rxap/packages/commit/66d39a40be24c5d1db805ca493b9b4d1d523059e))
72
+ - use tailwind to create a bundled theme.css ([da870f0](https://gitlab.com/rxap/packages/commit/da870f0ece624653a9ae1bc34b455e2f8f8ffc60))
73
+
74
+ ### Features
75
+
76
+ - add changelog button ([582830b](https://gitlab.com/rxap/packages/commit/582830bbf6192414b0f65cb5e20c3c77987de05f))
77
+ - add language utility services ([4c248be](https://gitlab.com/rxap/packages/commit/4c248be9cf00e8e96c859ffa86bff2bd19d4c9f6))
78
+ - load icons on layout component creation ([29a5462](https://gitlab.com/rxap/packages/commit/29a5462000a690826b031d05575bbf1868474ef8))
79
+ - restore theme settings from user settings ([fd32708](https://gitlab.com/rxap/packages/commit/fd3270834279958e6650c099e55a812bde9c1c19))
80
+ - support custom menu items for the layout header component ([2e2c351](https://gitlab.com/rxap/packages/commit/2e2c3518d7bd2a5cc11608cdbacacb0ccb27383f))
81
+ - support dynamic font families and theme density ([6a54998](https://gitlab.com/rxap/packages/commit/6a549982461755f4470123ce90f9fb70990ee206))
82
+ - support dynamic theme configuration ([ce4f5c4](https://gitlab.com/rxap/packages/commit/ce4f5c454ce267a79cd004351a2165063da1da1c))
83
+ - use status indicator component ([cfdce4e](https://gitlab.com/rxap/packages/commit/cfdce4e9730f44963280153ede64b8219fdd3600))
84
+
85
+ # [16.0.0-dev.38](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.37...@rxap/layout@16.0.0-dev.38) (2023-10-01)
86
+
87
+ ### Bug Fixes
88
+
89
+ - ensure sidenav container is always fulling the screen ([31c72a1](https://gitlab.com/rxap/packages/commit/31c72a17bea1e05b7f0b3b0bdcb1cc3697a55515))
90
+
91
+ # [16.0.0-dev.37](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.36...@rxap/layout@16.0.0-dev.37) (2023-09-30)
92
+
93
+ ### Bug Fixes
94
+
95
+ - apply restored theme config in the correct order ([95c5dc0](https://gitlab.com/rxap/packages/commit/95c5dc07dbadfd82dbfa0ab44e4bf5f7f3fec0f4))
96
+
97
+ # [16.0.0-dev.36](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.35...@rxap/layout@16.0.0-dev.36) (2023-09-30)
98
+
99
+ ### Bug Fixes
100
+
101
+ - darkMode property was changed to a single ([f497950](https://gitlab.com/rxap/packages/commit/f4979504c4bdbdc1d59e67756691380f835f0ee0))
102
+ - start user settings theme sync ([14545bf](https://gitlab.com/rxap/packages/commit/14545bffba3de0afd2fd3a1a22c06507b15be3d6))
103
+
104
+ ### Features
105
+
106
+ - restore theme settings from user settings ([35d2fef](https://gitlab.com/rxap/packages/commit/35d2fefa3e5cd1c63962a6d9a1ba854679ee60c2))
107
+
108
+ # [16.0.0-dev.35](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.34...@rxap/layout@16.0.0-dev.35) (2023-09-29)
109
+
110
+ ### Bug Fixes
111
+
112
+ - move theme related code to the project angular-theme ([dff497a](https://gitlab.com/rxap/packages/commit/dff497a36e7dab5de535050c5ddafa7082bfa399))
113
+ - use new angular-theme project ([4d99def](https://gitlab.com/rxap/packages/commit/4d99def8e1b70a5c27e19bc5f5452ee1d5eadfa8))
114
+
115
+ # [16.0.0-dev.34](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.33...@rxap/layout@16.0.0-dev.34) (2023-09-28)
116
+
117
+ ### Bug Fixes
118
+
119
+ - improve dynamic theme handling ([7ffd28b](https://gitlab.com/rxap/packages/commit/7ffd28b0a6d86cd6690cac1d750bda104108fb74))
120
+
121
+ # [16.0.0-dev.33](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.32...@rxap/layout@16.0.0-dev.33) (2023-09-28)
122
+
123
+ ### Features
124
+
125
+ - support dynamic font families and theme density ([a212366](https://gitlab.com/rxap/packages/commit/a21236669cfe89f51b5946cd2d28e72411481dc9))
126
+ - support dynamic theme configuration ([2c0cf1d](https://gitlab.com/rxap/packages/commit/2c0cf1d14803dc4f1e7db47cd269c3e8b57de2d4))
127
+
128
+ # [16.0.0-dev.32](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.31...@rxap/layout@16.0.0-dev.32) (2023-09-27)
129
+
130
+ **Note:** Version bump only for package @rxap/layout
131
+
132
+ # [16.0.0-dev.31](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.30...@rxap/layout@16.0.0-dev.31) (2023-09-22)
133
+
134
+ ### Bug Fixes
135
+
136
+ - initial state issues ([f390f65](https://gitlab.com/rxap/packages/commit/f390f65c83d131bf71cbc2930e80c11743380241))
137
+
138
+ # [16.0.0-dev.30](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.29...@rxap/layout@16.0.0-dev.30) (2023-09-21)
139
+
140
+ ### Bug Fixes
141
+
142
+ - change overscroll-contain to overscroll-auto ([0a8db9f](https://gitlab.com/rxap/packages/commit/0a8db9ff3d131b98d207ad40aef411927ebdc837))
143
+
144
+ # [16.0.0-dev.29](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.28...@rxap/layout@16.0.0-dev.29) (2023-09-21)
145
+
146
+ ### Bug Fixes
147
+
148
+ - close sidenav if change to collapsed mode ([7a35660](https://gitlab.com/rxap/packages/commit/7a356602e2228360f85bae8cb9346e3228e0fe29))
149
+ - only add margin to sidenav content if in collapsed mode ([c72febe](https://gitlab.com/rxap/packages/commit/c72febe141f8c11f126f99b3ef23b753599a5a47))
150
+
151
+ # [16.0.0-dev.28](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.27...@rxap/layout@16.0.0-dev.28) (2023-09-21)
152
+
153
+ ### Bug Fixes
154
+
155
+ - move status infiltrator to layout component ([1d1f69b](https://gitlab.com/rxap/packages/commit/1d1f69b22ae171a9d69b7d6d9e3f4e9f2e0849ee))
156
+ - support advanced settings for layout sidenav ([65ff765](https://gitlab.com/rxap/packages/commit/65ff765b66f799de5089c954d34532bc9b4a7e77))
157
+
158
+ # [16.0.0-dev.27](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.26...@rxap/layout@16.0.0-dev.27) (2023-09-19)
159
+
160
+ ### Bug Fixes
161
+
162
+ - refactor user service use ([cf553c9](https://gitlab.com/rxap/packages/commit/cf553c96765bfbc0ded49c6611e4d57903e55647))
163
+ - use authorization service directly ([35ec333](https://gitlab.com/rxap/packages/commit/35ec333dc0f2959302f9fa74160de8a8d1437a7f))
164
+
165
+ ### Features
166
+
167
+ - add language utility services ([96e6785](https://gitlab.com/rxap/packages/commit/96e67855bfcb27f274393526d1ab81f6d7c2f24a))
168
+
169
+ # [16.0.0-dev.26](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.25...@rxap/layout@16.0.0-dev.26) (2023-09-18)
170
+
171
+ ### Bug Fixes
172
+
173
+ - use relative path as default ([42f1a8e](https://gitlab.com/rxap/packages/commit/42f1a8e68794926635c33371dabded7a1bcc8682))
174
+
175
+ # [16.0.0-dev.25](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.24...@rxap/layout@16.0.0-dev.25) (2023-09-17)
176
+
177
+ ### Features
178
+
179
+ - add changelog button ([ccd3b2b](https://gitlab.com/rxap/packages/commit/ccd3b2b4467ed82cc1a5efdcdf948ef83537de06))
180
+
181
+ # [16.0.0-dev.24](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.23...@rxap/layout@16.0.0-dev.24) (2023-09-14)
182
+
183
+ ### Bug Fixes
184
+
185
+ - remove css class usage of container ([9a1969f](https://gitlab.com/rxap/packages/commit/9a1969f8748a08d6d948f9e7d4f4b511c1349352))
186
+
187
+ # [16.0.0-dev.23](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.22...@rxap/layout@16.0.0-dev.23) (2023-09-12)
188
+
189
+ ### Bug Fixes
190
+
191
+ - peer dependency issue ([e67e2b8](https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e))
192
+
193
+ # [16.0.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.21...@rxap/layout@16.0.0-dev.22) (2023-09-12)
194
+
195
+ **Note:** Version bump only for package @rxap/layout
196
+
197
+ # [16.0.0-dev.21](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.20...@rxap/layout@16.0.0-dev.21) (2023-09-07)
198
+
199
+ ### Bug Fixes
200
+
201
+ - ensure the username is always fully visible ([48fc3f5](https://gitlab.com/rxap/packages/commit/48fc3f5f4906485961351b7e13d44a77b6aa37b8))
202
+
203
+ # [16.0.0-dev.20](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.19...@rxap/layout@16.0.0-dev.20) (2023-09-07)
204
+
205
+ **Note:** Version bump only for package @rxap/layout
206
+
207
+ # [16.0.0-dev.19](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.18...@rxap/layout@16.0.0-dev.19) (2023-09-03)
208
+
209
+ **Note:** Version bump only for package @rxap/layout
210
+
211
+ # [16.0.0-dev.18](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.17...@rxap/layout@16.0.0-dev.18) (2023-09-03)
212
+
213
+ **Note:** Version bump only for package @rxap/layout
214
+
215
+ # [16.0.0-dev.17](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.16...@rxap/layout@16.0.0-dev.17) (2023-09-03)
216
+
217
+ ### Bug Fixes
218
+
219
+ - use mdi icons ([abc10a1](https://gitlab.com/rxap/packages/commit/abc10a146c502bebda62568a9627ca2771142d2c))
220
+
221
+ ### Features
222
+
223
+ - load icons on layout component creation ([0143fc3](https://gitlab.com/rxap/packages/commit/0143fc37d5eb9da95e87cd28edfcd1cb4734dc1a))
224
+
225
+ # [16.0.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.15...@rxap/layout@16.0.0-dev.16) (2023-09-01)
226
+
227
+ ### Features
228
+
229
+ - use status indicator component ([a95c8ad](https://gitlab.com/rxap/packages/commit/a95c8add48196bbec87904e41b26b664c7e14b1c))
230
+
231
+ # [16.0.0-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.14...@rxap/layout@16.0.0-dev.15) (2023-08-31)
232
+
233
+ ### Bug Fixes
234
+
235
+ - ensure the project name is not included in the project tag list ([b131ac3](https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753))
236
+
237
+ # [16.0.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.13...@rxap/layout@16.0.0-dev.14) (2023-08-24)
238
+
239
+ ### Features
240
+
241
+ - support custom menu items for the layout header component ([97ce8d0](https://gitlab.com/rxap/packages/commit/97ce8d0ea58cff709c5e8516733be866b89b3999))
242
+
243
+ # [16.0.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.12...@rxap/layout@16.0.0-dev.13) (2023-08-07)
244
+
245
+ ### Bug Fixes
246
+
247
+ - set default layout header color to undefined ([21b6199](https://gitlab.com/rxap/packages/commit/21b6199f047f2345de3e716a038306b2303e6dc6))
248
+
249
+ # [16.0.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.11...@rxap/layout@16.0.0-dev.12) (2023-08-06)
250
+
251
+ ### Bug Fixes
252
+
253
+ - disable i18n check in development mode ([69f92d3](https://gitlab.com/rxap/packages/commit/69f92d3f66599ac8f07f72b4a7a4331e486d965a))
254
+
255
+ # [16.0.0-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.10...@rxap/layout@16.0.0-dev.11) (2023-08-06)
256
+
257
+ ### Bug Fixes
258
+
259
+ - remove @Required decorator ([8df4bf3](https://gitlab.com/rxap/packages/commit/8df4bf33d4a9929f5bc65f8973963fbe1d7ce193))
260
+
261
+ # [16.0.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.9...@rxap/layout@16.0.0-dev.10) (2023-08-04)
262
+
263
+ ### Bug Fixes
264
+
265
+ - add licence file to publishable packages ([ca6d4d5](https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a))
266
+
6
267
  # [16.0.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.8...@rxap/layout@16.0.0-dev.9) (2023-08-03)
7
268
 
8
269
  **Note:** Version bump only for package @rxap/layout