@rxap/config 18.1.0 → 18.1.1-dev.1

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 (119) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +14 -1
  3. package/compodoc/changelog.html +513 -0
  4. package/compodoc/dependencies.html +203 -0
  5. package/compodoc/fonts/ionicons.eot +0 -0
  6. package/compodoc/fonts/ionicons.svg +2090 -0
  7. package/compodoc/fonts/ionicons.ttf +0 -0
  8. package/compodoc/fonts/ionicons.woff +0 -0
  9. package/compodoc/fonts/ionicons.woff2 +0 -0
  10. package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
  11. package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
  12. package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
  13. package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
  14. package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
  15. package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
  16. package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
  17. package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
  18. package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
  19. package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
  20. package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
  21. package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
  22. package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
  23. package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
  24. package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
  25. package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
  26. package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
  27. package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
  28. package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
  29. package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
  30. package/compodoc/graph/dependencies.svg +24 -0
  31. package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
  32. package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
  33. package/compodoc/images/compodoc-vectorise.png +0 -0
  34. package/compodoc/images/compodoc-vectorise.svg +201 -0
  35. package/compodoc/images/favicon.ico +0 -0
  36. package/compodoc/index.html +200 -0
  37. package/compodoc/injectables/ConfigLoaderService.html +551 -0
  38. package/compodoc/injectables/ConfigService.html +1951 -0
  39. package/compodoc/injectables/ConfigTestingService.html +706 -0
  40. package/compodoc/interfaces/ConfigLoadOptions.html +802 -0
  41. package/compodoc/js/compodoc.js +14 -0
  42. package/compodoc/js/lazy-load-graphs.js +44 -0
  43. package/compodoc/js/libs/EventDispatcher.js +5 -0
  44. package/compodoc/js/libs/bootstrap-native.js +2 -0
  45. package/compodoc/js/libs/clipboard.min.js +7 -0
  46. package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
  47. package/compodoc/js/libs/custom-elements.min.js +38 -0
  48. package/compodoc/js/libs/d3.v3.min.js +2 -0
  49. package/compodoc/js/libs/deep-iterator.js +2 -0
  50. package/compodoc/js/libs/es6-shim.min.js +12 -0
  51. package/compodoc/js/libs/htmlparser.js +23 -0
  52. package/compodoc/js/libs/innersvg.js +9 -0
  53. package/compodoc/js/libs/lit-html.js +1 -0
  54. package/compodoc/js/libs/prism.js +46 -0
  55. package/compodoc/js/libs/promise.min.js +6 -0
  56. package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
  57. package/compodoc/js/libs/tablesort.min.js +6 -0
  58. package/compodoc/js/libs/tablesort.number.min.js +6 -0
  59. package/compodoc/js/libs/vis.min.js +47 -0
  60. package/compodoc/js/libs/zepto.min.js +2 -0
  61. package/compodoc/js/menu-wc.js +120 -0
  62. package/compodoc/js/menu-wc_es5.js +40 -0
  63. package/compodoc/js/menu.js +270 -0
  64. package/compodoc/js/routes.js +301 -0
  65. package/compodoc/js/search/lunr.min.js +6 -0
  66. package/compodoc/js/search/search-lunr.js +67 -0
  67. package/compodoc/js/search/search.js +283 -0
  68. package/compodoc/js/search/search_index.js +4 -0
  69. package/compodoc/js/sourceCode.js +58 -0
  70. package/compodoc/js/svg-pan-zoom.controls.js +53 -0
  71. package/compodoc/js/tabs.js +21 -0
  72. package/compodoc/js/tree.js +147 -0
  73. package/compodoc/license.html +731 -0
  74. package/compodoc/miscellaneous/functions.html +329 -0
  75. package/compodoc/miscellaneous/typealiases.html +313 -0
  76. package/compodoc/miscellaneous/variables.html +221 -0
  77. package/compodoc/modules.html +183 -0
  78. package/compodoc/overview.html +201 -0
  79. package/compodoc/properties.html +197 -0
  80. package/compodoc/styles/bootstrap-card.css +219 -0
  81. package/compodoc/styles/bootstrap.min.css +6 -0
  82. package/compodoc/styles/compodoc.css +1124 -0
  83. package/compodoc/styles/dark.css +121 -0
  84. package/compodoc/styles/ionicons.min.css +11 -0
  85. package/compodoc/styles/laravel.css +113 -0
  86. package/compodoc/styles/material.css +131 -0
  87. package/compodoc/styles/original.css +51 -0
  88. package/compodoc/styles/postmark.css +238 -0
  89. package/compodoc/styles/prism.css +301 -0
  90. package/compodoc/styles/readthedocs.css +117 -0
  91. package/compodoc/styles/reset.css +129 -0
  92. package/compodoc/styles/stripe.css +106 -0
  93. package/compodoc/styles/style.css +7 -0
  94. package/compodoc/styles/tablesort.css +33 -0
  95. package/compodoc/styles/vagrant.css +130 -0
  96. package/docs/.nojekyll +1 -0
  97. package/docs/assets/highlight.css +43 -0
  98. package/docs/assets/icons.js +15 -0
  99. package/docs/assets/icons.svg +1 -0
  100. package/docs/assets/main.js +59 -0
  101. package/docs/assets/navigation.js +1 -0
  102. package/docs/assets/search.js +1 -0
  103. package/docs/assets/style.css +1412 -0
  104. package/docs/classes/ConfigLoaderService.html +6 -0
  105. package/docs/classes/ConfigService.html +28 -0
  106. package/docs/classes/ConfigTestingService.html +8 -0
  107. package/docs/documentation.json +3870 -0
  108. package/docs/functions/ProvideConfig.html +1 -0
  109. package/docs/hierarchy.html +1 -0
  110. package/docs/index.html +28 -0
  111. package/docs/interfaces/ConfigLoadOptions.html +7 -0
  112. package/docs/modules.html +12 -0
  113. package/docs/types/AnySchema.html +1 -0
  114. package/docs/types/Join.html +1 -0
  115. package/docs/types/Leaves.html +1 -0
  116. package/docs/types/NoInferType.html +1 -0
  117. package/docs/types/Paths.html +1 -0
  118. package/docs/variables/RXAP_CONFIG.html +1 -0
  119. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [18.1.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.0...@rxap/config@18.1.1-dev.1) (2024-06-21)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
10
+ ## [18.1.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0...@rxap/config@18.1.1-dev.0) (2024-06-20)
11
+
12
+ **Note:** Version bump only for package @rxap/config
13
+
6
14
  # [18.1.0](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0-dev.0...@rxap/config@18.1.0) (2024-06-18)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/config
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  ![NPM](https://img.shields.io/npm/l/@rxap/config)
10
10
 
11
11
  - [Installation](#installation)
12
+ - [Generators](#generators)
12
13
 
13
14
  # Installation
14
15
 
@@ -18,5 +19,17 @@ yarn add @rxap/config
18
19
  ```
19
20
  **Install peer dependencies:**
20
21
  ```bash
21
- yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.2-dev.2 @rxap/utilities@^16.2.3-dev.0 rxjs@^7.8.1
22
+ yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1
23
+ ```
24
+ **Execute the init generator:**
25
+ ```bash
26
+ yarn nx g @rxap/config:init
27
+ ```
28
+ # Generators
29
+
30
+ ## init
31
+ > Initialize the package in the workspace
32
+
33
+ ```bash
34
+ yarn nx g @rxap/config:init
22
35
  ```
@@ -0,0 +1,513 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <title>angular-config</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
11
+ <link rel="stylesheet" href="./styles/style.css">
12
+ <link rel="stylesheet" href="./styles/dark.css">
13
+ </head>
14
+ <body>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="./" class="navbar-brand">angular-config</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
70
+ </div>
71
+
72
+ <div class="xs-menu menu" id="mobile-menu">
73
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
74
+ </div>
75
+
76
+ <div class="container-fluid main">
77
+ <div class="row main">
78
+ <div class="d-none d-md-block menu">
79
+ <compodoc-menu mode="normal"></compodoc-menu>
80
+ </div>
81
+ <!-- START CONTENT -->
82
+ <div class="content getting-started">
83
+ <div class="content-data">
84
+
85
+ <h1>Change Log</h1>
86
+ <p>All notable changes to this project will be documented in this file.
87
+ See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.0...@rxap/config@18.1.1-dev.1">18.1.1-dev.1</a> (2024-06-21)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0...@rxap/config@18.1.1-dev.0">18.1.1-dev.0</a> (2024-06-20)</h2>
91
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
92
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0-dev.0...@rxap/config@18.1.0">18.1.0</a> (2024-06-18)</h1>
93
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
94
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.0.2-dev.2...@rxap/config@18.1.0-dev.0">18.1.0-dev.0</a> (2024-06-18)</h1>
95
+ <h3>Bug Fixes</h3>
96
+ <ul>
97
+ <li>add provide config (<a href="https://gitlab.com/rxap/packages/commit/b796fa94a3979d5689a9a8e0436c59f5ca30af57">b796fa9</a>)</li>
98
+ </ul>
99
+ <h3>Features</h3>
100
+ <ul>
101
+ <li>add provide config (<a href="https://gitlab.com/rxap/packages/commit/a9db22f01524e9365cf9b4a2ce18fe3e9b3f5b09">a9db22f</a>)</li>
102
+ </ul>
103
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.0.2-dev.1...@rxap/config@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2>
104
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
105
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.0.2-dev.0...@rxap/config@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2>
106
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
107
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.0.1...@rxap/config@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2>
108
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
109
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.0.1-dev.0...@rxap/config@18.0.1">18.0.1</a> (2024-05-30)</h2>
110
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
111
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@17.0.1...@rxap/config@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2>
112
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
113
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@17.0.1...@rxap/config@17.0.1">17.0.1</a> (2024-05-29)</h2>
114
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
115
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@17.0.1...@rxap/config@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
116
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
117
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@17.0.1-dev.0...@rxap/config@17.0.1">17.0.1</a> (2024-05-29)</h2>
118
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
119
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.3...@rxap/config@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
120
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
121
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.3-dev.0...@rxap/config@16.0.3">16.0.3</a> (2024-05-28)</h2>
122
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
123
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.2...@rxap/config@16.0.3-dev.0">16.0.3-dev.0</a> (2024-05-28)</h2>
124
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
125
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.2-dev.0...@rxap/config@16.0.2">16.0.2</a> (2024-05-27)</h2>
126
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
127
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.1...@rxap/config@16.0.2-dev.0">16.0.2-dev.0</a> (2024-05-27)</h2>
128
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
129
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.1-dev.2...@rxap/config@16.0.1">16.0.1</a> (2024-04-17)</h2>
130
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
131
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.1-dev.1...@rxap/config@16.0.1-dev.2">16.0.1-dev.2</a> (2024-04-09)</h2>
132
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
133
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.1-dev.0...@rxap/config@16.0.1-dev.1">16.0.1-dev.1</a> (2024-03-11)</h2>
134
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
135
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0...@rxap/config@16.0.1-dev.0">16.0.1-dev.0</a> (2024-03-05)</h2>
136
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
137
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.22...@rxap/config@16.0.0">16.0.0</a> (2024-02-07)</h1>
138
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
139
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.21...@rxap/config@16.0.0-dev.22">16.0.0-dev.22</a> (2023-10-18)</h1>
140
+ <h3>Bug Fixes</h3>
141
+ <ul>
142
+ <li>overwrite config loading settings with environment object (<a href="https://gitlab.com/rxap/packages/commit/ab43c8322cd755e48f607e1ff66d164f81566460">ab43c83</a>)</li>
143
+ </ul>
144
+ <h3>Features</h3>
145
+ <ul>
146
+ <li>support loading configuration from environment object (<a href="https://gitlab.com/rxap/packages/commit/2f8c89b24d795650019cdb50bb8e2914eddf16d5">2f8c89b</a>)</li>
147
+ </ul>
148
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.20...@rxap/config@16.0.0-dev.21">16.0.0-dev.21</a> (2023-10-12)</h1>
149
+ <h3>Bug Fixes</h3>
150
+ <ul>
151
+ <li>auto refresh application on config loading error (<a href="https://gitlab.com/rxap/packages/commit/c2e8490a7f95a56c554dd5a306ea69e98e790a62">c2e8490</a>)</li>
152
+ </ul>
153
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.19...@rxap/config@16.0.0-dev.20">16.0.0-dev.20</a> (2023-10-11)</h1>
154
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
155
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.5...@rxap/config@16.0.0-dev.19">16.0.0-dev.19</a> (2023-10-11)</h1>
156
+ <h3>Bug Fixes</h3>
157
+ <ul>
158
+ <li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3">3d90660</a>)</li>
159
+ <li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6">d7de1cb</a>)</li>
160
+ <li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810">de3825a</a>)</li>
161
+ <li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2">46d4479</a>)</li>
162
+ <li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9">27c2cd7</a>)</li>
163
+ <li>improve error codes for config loading (<a href="https://gitlab.com/rxap/packages/commit/1e18cae7e6ab9dd9fd3e772e7ed79df56e1798e4">1e18cae</a>)</li>
164
+ <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a">ee95415</a>)</li>
165
+ </ul>
166
+ <h3>Features</h3>
167
+ <ul>
168
+ <li>support url functions (<a href="https://gitlab.com/rxap/packages/commit/ed914506c16834e9ed3ed1ffede5dc5b06d5ca11">ed91450</a>)</li>
169
+ </ul>
170
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.17...@rxap/config@16.0.0-dev.18">16.0.0-dev.18</a> (2023-09-30)</h1>
171
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
172
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.16...@rxap/config@16.0.0-dev.17">16.0.0-dev.17</a> (2023-09-27)</h1>
173
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
174
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.15...@rxap/config@16.0.0-dev.16">16.0.0-dev.16</a> (2023-09-18)</h1>
175
+ <h3>Bug Fixes</h3>
176
+ <ul>
177
+ <li>improve error codes for config loading (<a href="https://gitlab.com/rxap/packages/commit/ecee2c651a04309b8a3ee00ebd8629b26f59e4df">ecee2c6</a>)</li>
178
+ </ul>
179
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.14...@rxap/config@16.0.0-dev.15">16.0.0-dev.15</a> (2023-09-12)</h1>
180
+ <h3>Bug Fixes</h3>
181
+ <ul>
182
+ <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e">e67e2b8</a>)</li>
183
+ </ul>
184
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.13...@rxap/config@16.0.0-dev.14">16.0.0-dev.14</a> (2023-09-12)</h1>
185
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
186
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.12...@rxap/config@16.0.0-dev.13">16.0.0-dev.13</a> (2023-09-07)</h1>
187
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
188
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.11...@rxap/config@16.0.0-dev.12">16.0.0-dev.12</a> (2023-09-03)</h1>
189
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
190
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.10...@rxap/config@16.0.0-dev.11">16.0.0-dev.11</a> (2023-09-03)</h1>
191
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
192
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.9...@rxap/config@16.0.0-dev.10">16.0.0-dev.10</a> (2023-08-31)</h1>
193
+ <h3>Bug Fixes</h3>
194
+ <ul>
195
+ <li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753">b131ac3</a>)</li>
196
+ </ul>
197
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.8...@rxap/config@16.0.0-dev.9">16.0.0-dev.9</a> (2023-08-04)</h1>
198
+ <h3>Bug Fixes</h3>
199
+ <ul>
200
+ <li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a">ca6d4d5</a>)</li>
201
+ </ul>
202
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.7...@rxap/config@16.0.0-dev.8">16.0.0-dev.8</a> (2023-08-03)</h1>
203
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
204
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.6...@rxap/config@16.0.0-dev.7">16.0.0-dev.7</a> (2023-08-01)</h1>
205
+ <h3>Bug Fixes</h3>
206
+ <ul>
207
+ <li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061">6ea13c5</a>)</li>
208
+ <li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/bec6b96be15bbc11ad072ccefdcaf7df9e8fea52">bec6b96</a>)</li>
209
+ <li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb">e7039bb</a>)</li>
210
+ </ul>
211
+ <h1>16.0.0-dev.6 (2023-08-01)</h1>
212
+ <h3>Bug Fixes</h3>
213
+ <ul>
214
+ <li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86">a057d77</a>)</li>
215
+ <li>support url option for config loading method (<a href="https://gitlab.com/rxap/packages/commit/cffef12f248fc059dd9e89c62cb91acd33e0485d">cffef12</a>)</li>
216
+ <li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941">45bd022</a>)</li>
217
+ </ul>
218
+ <h3>Features</h3>
219
+ <ul>
220
+ <li>support url functions (<a href="https://gitlab.com/rxap/packages/commit/b5b1160887f664c36db434273f1215fb2d545de8">b5b1160</a>)</li>
221
+ </ul>
222
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.4...@rxap/config@16.0.0-dev.5">16.0.0-dev.5</a> (2023-07-11)</h1>
223
+ <h3>Bug Fixes</h3>
224
+ <ul>
225
+ <li>support url option for config loading method (<a href="https://gitlab.com/rxap/packages/commit/c651346853911bd63a011d352978d725aa149a66">c651346</a>)</li>
226
+ </ul>
227
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.3...@rxap/config@16.0.0-dev.4">16.0.0-dev.4</a> (2023-07-10)</h1>
228
+ <h3>Bug Fixes</h3>
229
+ <ul>
230
+ <li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c">8479f5c</a>)</li>
231
+ </ul>
232
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.2...@rxap/config@16.0.0-dev.3">16.0.0-dev.3</a> (2023-07-10)</h1>
233
+ <h3>Bug Fixes</h3>
234
+ <ul>
235
+ <li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da">653b4cd</a>)</li>
236
+ </ul>
237
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.1...@rxap/config@16.0.0-dev.2">16.0.0-dev.2</a> (2023-05-31)</h1>
238
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
239
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.0...@rxap/config@16.0.0-dev.1">16.0.0-dev.1</a> (2023-05-18)</h1>
240
+ <h3>Bug Fixes</h3>
241
+ <ul>
242
+ <li>update rxap packagedependencies (<a href="https://gitlab.com/rxap/packages/commit/6e12567c05ee3c504da5079cb393660f2ab4cd30">6e12567</a>)</li>
243
+ </ul>
244
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@15.0.0...@rxap/config@16.0.0-dev.0">16.0.0-dev.0</a> (2023-05-18)</h1>
245
+ <h3>chore</h3>
246
+ <ul>
247
+ <li>upgrade to nrwl 16.x.x (<a href="https://gitlab.com/rxap/packages/commit/12dd87ef38d465c8af33cd26f7d5d7714bf7c392">12dd87e</a>)</li>
248
+ </ul>
249
+ <h3>BREAKING CHANGES</h3>
250
+ <ul>
251
+ <li>upgrade nrwl 16.x.x</li>
252
+ </ul>
253
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.4...@rxap/config@15.0.0">15.0.0</a> (2023-05-17)</h1>
254
+ <h3>chore</h3>
255
+ <ul>
256
+ <li>upgrade to nrwl 15.x.x (<a href="https://gitlab.com/rxap/packages/commit/ad95577538adc5cd134cde8d1ff3b8fad52c9c2b">ad95577</a>)</li>
257
+ </ul>
258
+ <h3>BREAKING CHANGES</h3>
259
+ <ul>
260
+ <li>upgrade nrwl 15.x.x</li>
261
+ </ul>
262
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.4-dev.0...@rxap/config@14.1.4">14.1.4</a> (2023-05-17)</h2>
263
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
264
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.3...@rxap/config@14.1.4-dev.0">14.1.4-dev.0</a> (2023-04-18)</h2>
265
+ <h3>Bug Fixes</h3>
266
+ <ul>
267
+ <li>show error in overlay box instead ofalert (<a href="https://gitlab.com/rxap/packages/commit/af37e19e8caba07e9cc21485a9582585e544879d">af37e19</a>)</li>
268
+ <li>show error in overlay box instead ofalert (<a href="https://gitlab.com/rxap/packages/commit/c4c78ab49a57e159d86730f90cc5448edaaa1dc7">c4c78ab</a>)</li>
269
+ </ul>
270
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.2...@rxap/config@14.1.3">14.1.3</a> (2022-12-14)</h2>
271
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
272
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.1...@rxap/config@14.1.2">14.1.2</a> (2022-12-13)</h2>
273
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
274
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.0...@rxap/config@14.1.1">14.1.1</a> (2022-10-31)</h2>
275
+ <h3>Bug Fixes</h3>
276
+ <ul>
277
+ <li>check if partial config is notnull (<a href="https://gitlab.com/rxap/packages/commit/fef5c5e8dc7cc2507b31f2c4424020386b118f21">fef5c5e</a>)</li>
278
+ </ul>
279
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@14.0.1...@rxap/config@14.1.0">14.1.0</a> (2022-10-31)</h1>
280
+ <h3>Bug Fixes</h3>
281
+ <ul>
282
+ <li>change to asyncvalidation (<a href="https://gitlab.com/rxap/packages/commit/83637213fa134046da9c6fc6dd6a4ee034a6c106">8363721</a>)</li>
283
+ <li>resolve config promise (<a href="https://gitlab.com/rxap/packages/commit/e193e38c03598b33d1d1b976b2f76f2acbeaf8cf">e193e38</a>)</li>
284
+ <li>use AnySchema instead of ObjectSchama as schematype (<a href="https://gitlab.com/rxap/packages/commit/85a2dd52f1561948640576f1c42198afd9b4a14c">85a2dd5</a>)</li>
285
+ </ul>
286
+ <h3>Features</h3>
287
+ <ul>
288
+ <li>support joi configvalidation (<a href="https://gitlab.com/rxap/packages/commit/eafea07385967a0b7051632e59e4ef6362af333b">eafea07</a>)</li>
289
+ </ul>
290
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0...@rxap/config@14.0.1">14.0.1</a> (2022-09-17)</h2>
291
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
292
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0-next.1...@rxap/config@13.0.0">13.0.0</a> (2022-09-11)</h1>
293
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
294
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0-next.0...@rxap/config@13.0.0-next.1">13.0.0-next.1</a> (2022-03-29)</h1>
295
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
296
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.3.0...@rxap/config@13.0.0-next.0">13.0.0-next.0</a> (2022-02-19)</h1>
297
+ <h3>Build System</h3>
298
+ <ul>
299
+ <li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li>
300
+ </ul>
301
+ <h3>BREAKING CHANGES</h3>
302
+ <ul>
303
+ <li>update the core nrwl/angular packages to 13.x.x</li>
304
+ </ul>
305
+ <p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p>
306
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.3.0-next.0...@rxap/config@12.3.0">12.3.0</a> (2021-08-02)</h1>
307
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
308
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0...@rxap/config@12.3.0-next.0">12.3.0-next.0</a> (2021-07-28)</h1>
309
+ <h3>Features</h3>
310
+ <ul>
311
+ <li><strong>schematics:</strong> add side-loadschematic (<a href="https://gitlab.com/rxap/packages/commit/1579bfd3cd1238fefaf7562a69d05f9c1129222e">1579bfd</a>)</li>
312
+ </ul>
313
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.2...@rxap/config@12.2.0">12.2.0</a> (2021-07-22)</h1>
314
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
315
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.2...@rxap/config@12.2.0-alpha.0">12.2.0-alpha.0</a> (2021-07-20)</h1>
316
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
317
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.1...@rxap/config@12.2.0-next.2">12.2.0-next.2</a> (2021-07-20)</h1>
318
+ <h3>Bug Fixes</h3>
319
+ <ul>
320
+ <li>add required option (<a href="https://gitlab.com/rxap/packages/commit/3c89387e5369c09054d1859fe062cbd3b56f84bb">3c89387</a>)</li>
321
+ </ul>
322
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.0...@rxap/config@12.2.0-next.1">12.2.0-next.1</a> (2021-07-20)</h1>
323
+ <h3>Bug Fixes</h3>
324
+ <ul>
325
+ <li>add side load log (<a href="https://gitlab.com/rxap/packages/commit/0d51a2b5b1095aec3873b24e49bc28588f43af7b">0d51a2b</a>)</li>
326
+ </ul>
327
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.1.0...@rxap/config@12.2.0-next.0">12.2.0-next.0</a> (2021-07-20)</h1>
328
+ <h3>Features</h3>
329
+ <ul>
330
+ <li>add SideLoad method (<a href="https://gitlab.com/rxap/packages/commit/711ab67c2c05c690be9d0e42539bd83a80f96440">711ab67</a>)</li>
331
+ </ul>
332
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.1.0-next.0...@rxap/config@12.1.0">12.1.0</a> (2021-07-09)</h1>
333
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
334
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.7...@rxap/config@12.1.0-next.0">12.1.0-next.0</a> (2021-07-08)</h1>
335
+ <h3>Features</h3>
336
+ <ul>
337
+ <li>add ng-add logic to update projectfiles (<a href="https://gitlab.com/rxap/packages/commit/68641ec726e2f12c4e9481f0943801b5d901845e">68641ec</a>)</li>
338
+ </ul>
339
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.6...@rxap/config@12.0.7">12.0.7</a> (2021-06-24)</h2>
340
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
341
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.5...@rxap/config@12.0.6">12.0.6</a> (2021-06-23)</h2>
342
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
343
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.4...@rxap/config@12.0.5">12.0.5</a> (2021-06-23)</h2>
344
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
345
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.3...@rxap/config@12.0.4">12.0.4</a> (2021-06-14)</h2>
346
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
347
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.2...@rxap/config@12.0.3">12.0.3</a> (2021-06-10)</h2>
348
+ <h3>Bug Fixes</h3>
349
+ <ul>
350
+ <li>explicit imports (<a href="https://gitlab.com/rxap/packages/commit/373bf4c739deb42441db92dd6b043b9af723d25f">373bf4c</a>)</li>
351
+ </ul>
352
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.2...@rxap/config@12.0.2">12.0.2</a> (2021-06-09)</h2>
353
+ <h3>Bug Fixes</h3>
354
+ <ul>
355
+ <li>add readme generator (<a href="https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50">aca8e49</a>)</li>
356
+ </ul>
357
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.0...@rxap/config@12.0.1">12.0.1</a> (2021-05-24)</h2>
358
+ <h3>Bug Fixes</h3>
359
+ <ul>
360
+ <li>add readme generator (<a href="https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50">aca8e49</a>)</li>
361
+ </ul>
362
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.1...@rxap/config@12.0.0">12.0.0</a> (2021-05-24)</h1>
363
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
364
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.0...@rxap/config@11.1.1">11.1.1</a> (2021-04-30)</h2>
365
+ <h3>Bug Fixes</h3>
366
+ <ul>
367
+ <li><strong>schematics:</strong> update module toesnext (<a href="https://gitlab.com/rxap/packages/commit/d1e2cd252f3866471935131187b3acaefe2cca82">d1e2cd2</a>)</li>
368
+ <li><strong>schematics:</strong> update to general schematicstsconfig (<a href="https://gitlab.com/rxap/packages/commit/83e5f9a0cf1810686a503425d87a5e4ae30b8c84">83e5f9a</a>)</li>
369
+ </ul>
370
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.10...@rxap/config@11.1.0">11.1.0</a> (2021-04-22)</h1>
371
+ <h3>Features</h3>
372
+ <ul>
373
+ <li><strong>config-service:</strong> add methodgetOrThrow (<a href="https://gitlab.com/rxap/packages/commit/e7ca00931d9d5017f54d3d5482864b180fccafd4">e7ca009</a>)</li>
374
+ </ul>
375
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.9...@rxap/config@11.0.10">11.0.10</a> (2021-04-21)</h2>
376
+ <h3>Bug Fixes</h3>
377
+ <ul>
378
+ <li>update default config filepath (<a href="https://gitlab.com/rxap/packages/commit/ca53d05eb9605d35bda1fac41ee3c3c09683f0b0">ca53d05</a>)</li>
379
+ </ul>
380
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.8...@rxap/config@11.0.9">11.0.9</a> (2021-03-19)</h2>
381
+ <h3>Bug Fixes</h3>
382
+ <ul>
383
+ <li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/954fde47836ff0c1f25a77c33ff871ddc7685b6c">954fde4</a>)</li>
384
+ </ul>
385
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.7...@rxap/config@11.0.8">11.0.8</a> (2021-03-19)</h2>
386
+ <h3>Bug Fixes</h3>
387
+ <ul>
388
+ <li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/dd22b0ce053bc266c7aea659a2faf3be39f424e7">dd22b0c</a>)</li>
389
+ </ul>
390
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.6...@rxap/config@11.0.7">11.0.7</a> (2021-03-19)</h2>
391
+ <h3>Bug Fixes</h3>
392
+ <ul>
393
+ <li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/2eeb7eb85eedd6d610e855dc1724c7153cf01fd0">2eeb7eb</a>)</li>
394
+ <li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/c7d12671f3efc198985cddee92caa2558e74b023">c7d1267</a>)</li>
395
+ </ul>
396
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.5...@rxap/config@11.0.6">11.0.6</a> (2021-03-10)</h2>
397
+ <h3>Bug Fixes</h3>
398
+ <ul>
399
+ <li>default value return (<a href="https://gitlab.com/rxap/packages/commit/b2f7fb33fa1187feb06332cd5d42341f322f71bc">b2f7fb3</a>)</li>
400
+ </ul>
401
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.4...@rxap/config@11.0.5">11.0.5</a> (2021-03-09)</h2>
402
+ <h3>Bug Fixes</h3>
403
+ <ul>
404
+ <li>soft fail if the config path is notdefined (<a href="https://gitlab.com/rxap/packages/commit/6eeed2545e0603c6e8b852351fec52fe03d916c0">6eeed25</a>)</li>
405
+ </ul>
406
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.3...@rxap/config@11.0.4">11.0.4</a> (2021-02-04)</h2>
407
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
408
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.2...@rxap/config@11.0.3">11.0.3</a> (2021-01-15)</h2>
409
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
410
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@10.1.0...@rxap/config@11.0.2">11.0.2</a> (2021-01-15)</h2>
411
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
412
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.0...@rxap/config@11.0.1">11.0.1</a> (2021-01-05)</h2>
413
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
414
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@10.0.0...@rxap/config@11.0.0">11.0.0</a> (2021-01-03)</h1>
415
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
416
+ <h1>10.0.0 (2021-01-03)</h1>
417
+ <h3>Bug Fixes</h3>
418
+ <ul>
419
+ <li>custom property keygeneration (<a href="https://gitlab.com/rxap/packages/commit/b6e6d23215f0b35e0de2d35003b186a3d435b8e4">b6e6d23</a>)</li>
420
+ </ul>
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+ </div><div class="search-results">
443
+ <div class="has-results">
444
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
445
+ <ul class="search-results-list"></ul>
446
+ </div>
447
+ <div class="no-results">
448
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ <!-- END CONTENT -->
453
+ </div>
454
+ </div>
455
+
456
+ <label class="dark-mode-switch">
457
+ <input type="checkbox">
458
+ <span class="slider">
459
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
460
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
461
+ </svg>
462
+ </span>
463
+ </label>
464
+
465
+ <script>
466
+ var COMPODOC_CURRENT_PAGE_DEPTH = 0;
467
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
468
+ var COMPODOC_CURRENT_PAGE_URL = 'changelog.html';
469
+ var MAX_SEARCH_RESULTS = 15;
470
+ </script>
471
+
472
+ <script>
473
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
474
+ checkToggle(darkModeState);
475
+ if ($darkModeToggleSwitchers.length > 0) {
476
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
477
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
478
+ darkModeState = !darkModeState;
479
+ toggleDarkMode(darkModeState);
480
+ });
481
+ }
482
+ }
483
+ </script>
484
+
485
+ <script src="./js/libs/custom-elements.min.js"></script>
486
+ <script src="./js/libs/lit-html.js"></script>
487
+
488
+ <script src="./js/menu-wc.js" defer></script>
489
+ <script nomodule src="./js/menu-wc_es5.js" defer></script>
490
+
491
+ <script src="./js/libs/bootstrap-native.js"></script>
492
+
493
+ <script src="./js/libs/es6-shim.min.js"></script>
494
+ <script src="./js/libs/EventDispatcher.js"></script>
495
+ <script src="./js/libs/promise.min.js"></script>
496
+ <script src="./js/libs/zepto.min.js"></script>
497
+
498
+ <script src="./js/compodoc.js"></script>
499
+
500
+ <script src="./js/tabs.js"></script>
501
+ <script src="./js/menu.js"></script>
502
+ <script src="./js/libs/clipboard.min.js"></script>
503
+ <script src="./js/libs/prism.js"></script>
504
+ <script src="./js/sourceCode.js"></script>
505
+ <script src="./js/search/search.js"></script>
506
+ <script src="./js/search/lunr.min.js"></script>
507
+ <script src="./js/search/search-lunr.js"></script>
508
+ <script src="./js/search/search_index.js"></script>
509
+ <script src="./js/lazy-load-graphs.js"></script>
510
+
511
+
512
+ </body>
513
+ </html>