@rxap/layout 18.0.2 → 18.0.3-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.
- package/CHANGELOG.md +8 -0
- package/README.md +14 -1
- package/compodoc/changelog.html +732 -0
- package/compodoc/components/AppsButtonComponent.html +604 -0
- package/compodoc/components/FooterComponent.html +487 -0
- package/compodoc/components/HeaderComponent.html +781 -0
- package/compodoc/components/LanguageSelectorComponent.html +526 -0
- package/compodoc/components/LayoutComponent.html +1035 -0
- package/compodoc/components/NavigationComponent.html +1156 -0
- package/compodoc/components/NavigationItemComponent.html +1328 -0
- package/compodoc/components/NavigationProgressBarComponent.html +550 -0
- package/compodoc/components/ResetButtonComponent.html +486 -0
- package/compodoc/components/SettingsButtonComponent.html +1416 -0
- package/compodoc/components/SidenavComponent.html +689 -0
- package/compodoc/components/SidenavToggleButtonComponent.html +517 -0
- package/compodoc/components/SignOutComponent.html +493 -0
- package/compodoc/components/ToggleWindowSidenavButtonComponent.html +549 -0
- package/compodoc/components/UserProfileIconComponent.html +657 -0
- package/compodoc/components/VersionComponent.html +524 -0
- package/compodoc/components/WindowContainerSidenavComponent.html +687 -0
- package/compodoc/dependencies.html +241 -0
- package/compodoc/directives/FooterDirective.html +371 -0
- package/compodoc/directives/SidenavFooterDirective.html +387 -0
- package/compodoc/directives/SidenavHeaderDirective.html +387 -0
- package/compodoc/fonts/ionicons.eot +0 -0
- package/compodoc/fonts/ionicons.svg +2090 -0
- package/compodoc/fonts/ionicons.ttf +0 -0
- package/compodoc/fonts/ionicons.woff +0 -0
- package/compodoc/fonts/ionicons.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
- package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
- package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
- package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
- package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/compodoc/graph/dependencies.svg +24 -0
- package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
- package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
- package/compodoc/images/compodoc-vectorise.png +0 -0
- package/compodoc/images/compodoc-vectorise.svg +201 -0
- package/compodoc/images/favicon.ico +0 -0
- package/compodoc/index.html +197 -0
- package/compodoc/injectables/AppUrlService.html +829 -0
- package/compodoc/injectables/AuthenticationServiceMock.html +303 -0
- package/compodoc/injectables/LayoutComponentService.html +848 -0
- package/compodoc/injectables/NavigationService.html +1081 -0
- package/compodoc/injectables/ReplaceRouterPathsService.html +337 -0
- package/compodoc/injectables/SidenavComponentService.html +408 -0
- package/compodoc/interfaces/ExternalApps.html +634 -0
- package/compodoc/interfaces/LogoConfig.html +381 -0
- package/compodoc/interfaces/NavigationDividerItem.html +385 -0
- package/compodoc/interfaces/NavigationInsertItem.html +340 -0
- package/compodoc/interfaces/NavigationItem.html +520 -0
- package/compodoc/interfaces/NavigationStatus.html +376 -0
- package/compodoc/js/compodoc.js +14 -0
- package/compodoc/js/lazy-load-graphs.js +44 -0
- package/compodoc/js/libs/EventDispatcher.js +5 -0
- package/compodoc/js/libs/bootstrap-native.js +2 -0
- package/compodoc/js/libs/clipboard.min.js +7 -0
- package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
- package/compodoc/js/libs/custom-elements.min.js +38 -0
- package/compodoc/js/libs/d3.v3.min.js +2 -0
- package/compodoc/js/libs/deep-iterator.js +2 -0
- package/compodoc/js/libs/es6-shim.min.js +12 -0
- package/compodoc/js/libs/htmlparser.js +23 -0
- package/compodoc/js/libs/innersvg.js +9 -0
- package/compodoc/js/libs/lit-html.js +1 -0
- package/compodoc/js/libs/prism.js +46 -0
- package/compodoc/js/libs/promise.min.js +6 -0
- package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
- package/compodoc/js/libs/tablesort.min.js +6 -0
- package/compodoc/js/libs/tablesort.number.min.js +6 -0
- package/compodoc/js/libs/vis.min.js +47 -0
- package/compodoc/js/libs/zepto.min.js +2 -0
- package/compodoc/js/menu-wc.js +237 -0
- package/compodoc/js/menu-wc_es5.js +40 -0
- package/compodoc/js/menu.js +270 -0
- package/compodoc/js/routes.js +301 -0
- package/compodoc/js/search/lunr.min.js +6 -0
- package/compodoc/js/search/search-lunr.js +67 -0
- package/compodoc/js/search/search.js +283 -0
- package/compodoc/js/search/search_index.js +4 -0
- package/compodoc/js/sourceCode.js +58 -0
- package/compodoc/js/svg-pan-zoom.controls.js +53 -0
- package/compodoc/js/tabs.js +21 -0
- package/compodoc/js/tree.js +147 -0
- package/compodoc/license.html +731 -0
- package/compodoc/miscellaneous/functions.html +460 -0
- package/compodoc/miscellaneous/typealiases.html +256 -0
- package/compodoc/miscellaneous/variables.html +370 -0
- package/compodoc/modules.html +183 -0
- package/compodoc/overview.html +225 -0
- package/compodoc/pipes/ReplaceRouterPathsPipe.html +363 -0
- package/compodoc/properties.html +195 -0
- package/compodoc/styles/bootstrap-card.css +219 -0
- package/compodoc/styles/bootstrap.min.css +6 -0
- package/compodoc/styles/compodoc.css +1124 -0
- package/compodoc/styles/dark.css +121 -0
- package/compodoc/styles/ionicons.min.css +11 -0
- package/compodoc/styles/laravel.css +113 -0
- package/compodoc/styles/material.css +131 -0
- package/compodoc/styles/original.css +51 -0
- package/compodoc/styles/postmark.css +238 -0
- package/compodoc/styles/prism.css +301 -0
- package/compodoc/styles/readthedocs.css +117 -0
- package/compodoc/styles/reset.css +129 -0
- package/compodoc/styles/stripe.css +106 -0
- package/compodoc/styles/style.css +7 -0
- package/compodoc/styles/tablesort.css +33 -0
- package/compodoc/styles/vagrant.css +130 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +43 -0
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +59 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1412 -0
- package/docs/classes/AppUrlService.html +13 -0
- package/docs/classes/AppsButtonComponent.html +9 -0
- package/docs/classes/AuthenticationServiceMock.html +3 -0
- package/docs/classes/FooterComponent.html +3 -0
- package/docs/classes/FooterDirective.html +8 -0
- package/docs/classes/HeaderComponent.html +8 -0
- package/docs/classes/LanguageSelectorComponent.html +3 -0
- package/docs/classes/LayoutComponent.html +18 -0
- package/docs/classes/LayoutComponentService.html +15 -0
- package/docs/classes/NavigationComponent.html +15 -0
- package/docs/classes/NavigationItemComponent.html +22 -0
- package/docs/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/classes/NavigationService.html +17 -0
- package/docs/classes/ReplaceRouterPathsPipe.html +4 -0
- package/docs/classes/ReplaceRouterPathsService.html +3 -0
- package/docs/classes/ResetButtonComponent.html +3 -0
- package/docs/classes/SettingsButtonComponent.html +30 -0
- package/docs/classes/SidenavComponent.html +5 -0
- package/docs/classes/SidenavComponentService.html +5 -0
- package/docs/classes/SidenavFooterDirective.html +3 -0
- package/docs/classes/SidenavHeaderDirective.html +3 -0
- package/docs/classes/SidenavToggleButtonComponent.html +4 -0
- package/docs/classes/SignOutComponent.html +4 -0
- package/docs/classes/ToggleWindowSidenavButtonComponent.html +5 -0
- package/docs/classes/UserProfileIconComponent.html +6 -0
- package/docs/classes/VersionComponent.html +7 -0
- package/docs/classes/WindowContainerSidenavComponent.html +10 -0
- package/docs/documentation.json +13308 -0
- package/docs/functions/IsNavigationDividerItem.html +1 -0
- package/docs/functions/IsNavigationInsertItem.html +1 -0
- package/docs/functions/IsNavigationItem.html +1 -0
- package/docs/index.html +25 -0
- package/docs/interfaces/ExternalApps.html +8 -0
- package/docs/interfaces/LogoConfig.html +4 -0
- package/docs/interfaces/NavigationDividerItem.html +3 -0
- package/docs/interfaces/NavigationInsertItem.html +2 -0
- package/docs/interfaces/NavigationItem.html +6 -0
- package/docs/interfaces/NavigationStatus.html +2 -0
- package/docs/modules.html +47 -0
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/types/Navigation.html +1 -0
- package/docs/types/NavigationWithInserts.html +1 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- package/package.json +46 -44
|
@@ -0,0 +1,732 @@
|
|
|
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-layout</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-layout</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/layout@18.0.3-dev.0...@rxap/layout@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2...@rxap/layout@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2>
|
|
91
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
92
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2-dev.2...@rxap/layout@18.0.2">18.0.2</a> (2024-06-18)</h2>
|
|
93
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
94
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2-dev.1...@rxap/layout@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2>
|
|
95
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
96
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2-dev.0...@rxap/layout@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2>
|
|
97
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
98
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.1...@rxap/layout@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2>
|
|
99
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
100
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.1-dev.0...@rxap/layout@18.0.1">18.0.1</a> (2024-05-30)</h2>
|
|
101
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
102
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@17.0.1...@rxap/layout@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2>
|
|
103
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
104
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@17.0.1...@rxap/layout@17.0.1">17.0.1</a> (2024-05-29)</h2>
|
|
105
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
106
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@17.0.1...@rxap/layout@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
|
|
107
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
108
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@17.0.1-dev.0...@rxap/layout@17.0.1">17.0.1</a> (2024-05-29)</h2>
|
|
109
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
110
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.3...@rxap/layout@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
|
|
111
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
112
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.3-dev.0...@rxap/layout@16.0.3">16.0.3</a> (2024-05-28)</h2>
|
|
113
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
114
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2...@rxap/layout@16.0.3-dev.0">16.0.3-dev.0</a> (2024-05-28)</h2>
|
|
115
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
116
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2-dev.2...@rxap/layout@16.0.2">16.0.2</a> (2024-05-27)</h2>
|
|
117
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
118
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2-dev.1...@rxap/layout@16.0.2-dev.2">16.0.2-dev.2</a> (2024-05-27)</h2>
|
|
119
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
120
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2-dev.0...@rxap/layout@16.0.2-dev.1">16.0.2-dev.1</a> (2024-04-29)</h2>
|
|
121
|
+
<h3>Bug Fixes</h3>
|
|
122
|
+
<ul>
|
|
123
|
+
<li>disable theme and font menu point if property is false (<a href="https://gitlab.com/rxap/packages/commit/2999fac0ddac677a73318d24ffc726812c9b599e">2999fac</a>)</li>
|
|
124
|
+
<li>return null if explicit set to false (<a href="https://gitlab.com/rxap/packages/commit/285b99c01c6cd051238747150f0c11f0764239c2">285b99c</a>)</li>
|
|
125
|
+
</ul>
|
|
126
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1...@rxap/layout@16.0.2-dev.0">16.0.2-dev.0</a> (2024-04-28)</h2>
|
|
127
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
128
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.4...@rxap/layout@16.0.1">16.0.1</a> (2024-04-17)</h2>
|
|
129
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
130
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.3...@rxap/layout@16.0.1-dev.4">16.0.1-dev.4</a> (2024-04-09)</h2>
|
|
131
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
132
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.2...@rxap/layout@16.0.1-dev.3">16.0.1-dev.3</a> (2024-03-11)</h2>
|
|
133
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
134
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.1...@rxap/layout@16.0.1-dev.2">16.0.1-dev.2</a> (2024-03-05)</h2>
|
|
135
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
136
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.0...@rxap/layout@16.0.1-dev.1">16.0.1-dev.1</a> (2024-03-04)</h2>
|
|
137
|
+
<h3>Bug Fixes</h3>
|
|
138
|
+
<ul>
|
|
139
|
+
<li>use correct tailwind class for hidden (<a href="https://gitlab.com/rxap/packages/commit/e56611cfdf62e135d25d28614c5b4641855fa635">e56611c</a>)</li>
|
|
140
|
+
</ul>
|
|
141
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0...@rxap/layout@16.0.1-dev.0">16.0.1-dev.0</a> (2024-02-09)</h2>
|
|
142
|
+
<h3>Bug Fixes</h3>
|
|
143
|
+
<ul>
|
|
144
|
+
<li>remove FlexLayout dependency (<a href="https://gitlab.com/rxap/packages/commit/1fea895ea326d64e3ca230386175d1cd71d25ace">1fea895</a>)</li>
|
|
145
|
+
</ul>
|
|
146
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.43...@rxap/layout@16.0.0">16.0.0</a> (2024-02-07)</h1>
|
|
147
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
148
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.42...@rxap/layout@16.0.0-dev.43">16.0.0-dev.43</a> (2023-11-23)</h1>
|
|
149
|
+
<h3>Bug Fixes</h3>
|
|
150
|
+
<ul>
|
|
151
|
+
<li>always show the selected language (<a href="https://gitlab.com/rxap/packages/commit/78d02b7c9918104e9cdf750b7d29a04e60a68187">78d02b7</a>)</li>
|
|
152
|
+
</ul>
|
|
153
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.41...@rxap/layout@16.0.0-dev.42">16.0.0-dev.42</a> (2023-10-30)</h1>
|
|
154
|
+
<h3>Bug Fixes</h3>
|
|
155
|
+
<ul>
|
|
156
|
+
<li>only add lang string if in production (<a href="https://gitlab.com/rxap/packages/commit/f4b555cd17c054aef64efffedec6cf3aefcaf212">f4b555c</a>)</li>
|
|
157
|
+
</ul>
|
|
158
|
+
<h3>Features</h3>
|
|
159
|
+
<ul>
|
|
160
|
+
<li>add getAppUrlOrThrow method (<a href="https://gitlab.com/rxap/packages/commit/7e0c816b95c1ef0be7883e0d0ac450569ff36e37">7e0c816</a>)</li>
|
|
161
|
+
</ul>
|
|
162
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.40...@rxap/layout@16.0.0-dev.41">16.0.0-dev.41</a> (2023-10-11)</h1>
|
|
163
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
164
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.39...@rxap/layout@16.0.0-dev.40">16.0.0-dev.40</a> (2023-10-11)</h1>
|
|
165
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
166
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.5...@rxap/layout@16.0.0-dev.39">16.0.0-dev.39</a> (2023-10-11)</h1>
|
|
167
|
+
<h3>Bug Fixes</h3>
|
|
168
|
+
<ul>
|
|
169
|
+
<li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3">3d90660</a>)</li>
|
|
170
|
+
<li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6">d7de1cb</a>)</li>
|
|
171
|
+
<li>apply restored theme config in the correct order (<a href="https://gitlab.com/rxap/packages/commit/59f9b7e7b83e948e236f1afbc8ac9dbfff670d1b">59f9b7e</a>)</li>
|
|
172
|
+
<li>change overscroll-contain to overscroll-auto (<a href="https://gitlab.com/rxap/packages/commit/88340559e9dcaa45f8d88c4468e77965ba92e2d3">8834055</a>)</li>
|
|
173
|
+
<li>close sidenav if change to collapsed mode (<a href="https://gitlab.com/rxap/packages/commit/d42cf017c7b5af95fd1f627667f15bb7413b8c94">d42cf01</a>)</li>
|
|
174
|
+
<li>darkMode property was changed to a single (<a href="https://gitlab.com/rxap/packages/commit/ed6002e2566d84d5d33226306e77e28a2aabc712">ed6002e</a>)</li>
|
|
175
|
+
<li>disable i18n check in development mode (<a href="https://gitlab.com/rxap/packages/commit/3394767dd304a9046a9c70004e73dac74a38643d">3394767</a>)</li>
|
|
176
|
+
<li>ensure min padding for navigation items (<a href="https://gitlab.com/rxap/packages/commit/2a50b096226e79a6956c71112205a1bc8dacbd72">2a50b09</a>)</li>
|
|
177
|
+
<li>ensure sidenav container is always fulling the screen (<a href="https://gitlab.com/rxap/packages/commit/706dad36ccb7e4b1ca8b1cbc2167d5354f318675">706dad3</a>)</li>
|
|
178
|
+
<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>
|
|
179
|
+
<li>ensure the username is always fully visible (<a href="https://gitlab.com/rxap/packages/commit/6c8560a06bcdc80bd02d98b738bfa63965bd3ee2">6c8560a</a>)</li>
|
|
180
|
+
<li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9">27c2cd7</a>)</li>
|
|
181
|
+
<li>improve dynamic theme handling (<a href="https://gitlab.com/rxap/packages/commit/77c62dfe77a38bdc00da6a176b09f99c38de2147">77c62df</a>)</li>
|
|
182
|
+
<li>initial state issues (<a href="https://gitlab.com/rxap/packages/commit/80f4aae6fbbc7c2479c506b37f267507e4f6d38b">80f4aae</a>)</li>
|
|
183
|
+
<li>move status infiltrator to layout component (<a href="https://gitlab.com/rxap/packages/commit/7ee22eebcf0b544df6e718205bd3fc353032cac9">7ee22ee</a>)</li>
|
|
184
|
+
<li>move theme related code to the project angular-theme (<a href="https://gitlab.com/rxap/packages/commit/c0fd3bc6de2b1b43ddafa0743bc9efe3e144ea72">c0fd3bc</a>)</li>
|
|
185
|
+
<li>only add margin to sidenav content if in collapsed mode (<a href="https://gitlab.com/rxap/packages/commit/96e00c459627077438f27299b29cc68419ac2b6a">96e00c4</a>)</li>
|
|
186
|
+
<li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a">ee95415</a>)</li>
|
|
187
|
+
<li>refactor user service use (<a href="https://gitlab.com/rxap/packages/commit/3b30276a4847c009bab9e3322dde1efb54e80125">3b30276</a>)</li>
|
|
188
|
+
<li>remove @Required decorator (<a href="https://gitlab.com/rxap/packages/commit/bcd9988f0667bf4563a0e5b91977becfd29b1597">bcd9988</a>)</li>
|
|
189
|
+
<li>remove css class usage of container (<a href="https://gitlab.com/rxap/packages/commit/472cc12f824acc10bca596e4a34e8bc13e809eaa">472cc12</a>)</li>
|
|
190
|
+
<li>set default layout header color to undefined (<a href="https://gitlab.com/rxap/packages/commit/569488a897a8df9f18e12eabe7a7da2ef1f1dc16">569488a</a>)</li>
|
|
191
|
+
<li>start user settings theme sync (<a href="https://gitlab.com/rxap/packages/commit/6049e53bf4cfe54515430b48200e80f5ca993dae">6049e53</a>)</li>
|
|
192
|
+
<li>support advanced settings for layout sidenav (<a href="https://gitlab.com/rxap/packages/commit/0a4a33de6af3c853fb86f1311b2da7c32d41e63f">0a4a33d</a>)</li>
|
|
193
|
+
<li>use authorization service directly (<a href="https://gitlab.com/rxap/packages/commit/71024c3c64edc19ddd3b08c4b29dc28ed7ca598b">71024c3</a>)</li>
|
|
194
|
+
<li>use mdi icons (<a href="https://gitlab.com/rxap/packages/commit/55afb8b4fbfecc588190d86bb61bb0635550d5fa">55afb8b</a>)</li>
|
|
195
|
+
<li>use new angular-theme project (<a href="https://gitlab.com/rxap/packages/commit/67e9290c693b0f1c5ac087453897c0ee3d43521e">67e9290</a>)</li>
|
|
196
|
+
<li>use relative path as default (<a href="https://gitlab.com/rxap/packages/commit/66d39a40be24c5d1db805ca493b9b4d1d523059e">66d39a4</a>)</li>
|
|
197
|
+
<li>use tailwind to create a bundled theme.css (<a href="https://gitlab.com/rxap/packages/commit/da870f0ece624653a9ae1bc34b455e2f8f8ffc60">da870f0</a>)</li>
|
|
198
|
+
</ul>
|
|
199
|
+
<h3>Features</h3>
|
|
200
|
+
<ul>
|
|
201
|
+
<li>add changelog button (<a href="https://gitlab.com/rxap/packages/commit/582830bbf6192414b0f65cb5e20c3c77987de05f">582830b</a>)</li>
|
|
202
|
+
<li>add language utility services (<a href="https://gitlab.com/rxap/packages/commit/4c248be9cf00e8e96c859ffa86bff2bd19d4c9f6">4c248be</a>)</li>
|
|
203
|
+
<li>load icons on layout component creation (<a href="https://gitlab.com/rxap/packages/commit/29a5462000a690826b031d05575bbf1868474ef8">29a5462</a>)</li>
|
|
204
|
+
<li>restore theme settings from user settings (<a href="https://gitlab.com/rxap/packages/commit/fd3270834279958e6650c099e55a812bde9c1c19">fd32708</a>)</li>
|
|
205
|
+
<li>support custom menu items for the layout header component (<a href="https://gitlab.com/rxap/packages/commit/2e2c3518d7bd2a5cc11608cdbacacb0ccb27383f">2e2c351</a>)</li>
|
|
206
|
+
<li>support dynamic font families and theme density (<a href="https://gitlab.com/rxap/packages/commit/6a549982461755f4470123ce90f9fb70990ee206">6a54998</a>)</li>
|
|
207
|
+
<li>support dynamic theme configuration (<a href="https://gitlab.com/rxap/packages/commit/ce4f5c454ce267a79cd004351a2165063da1da1c">ce4f5c4</a>)</li>
|
|
208
|
+
<li>use status indicator component (<a href="https://gitlab.com/rxap/packages/commit/cfdce4e9730f44963280153ede64b8219fdd3600">cfdce4e</a>)</li>
|
|
209
|
+
</ul>
|
|
210
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.37...@rxap/layout@16.0.0-dev.38">16.0.0-dev.38</a> (2023-10-01)</h1>
|
|
211
|
+
<h3>Bug Fixes</h3>
|
|
212
|
+
<ul>
|
|
213
|
+
<li>ensure sidenav container is always fulling the screen (<a href="https://gitlab.com/rxap/packages/commit/31c72a17bea1e05b7f0b3b0bdcb1cc3697a55515">31c72a1</a>)</li>
|
|
214
|
+
</ul>
|
|
215
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.36...@rxap/layout@16.0.0-dev.37">16.0.0-dev.37</a> (2023-09-30)</h1>
|
|
216
|
+
<h3>Bug Fixes</h3>
|
|
217
|
+
<ul>
|
|
218
|
+
<li>apply restored theme config in the correct order (<a href="https://gitlab.com/rxap/packages/commit/95c5dc07dbadfd82dbfa0ab44e4bf5f7f3fec0f4">95c5dc0</a>)</li>
|
|
219
|
+
</ul>
|
|
220
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.35...@rxap/layout@16.0.0-dev.36">16.0.0-dev.36</a> (2023-09-30)</h1>
|
|
221
|
+
<h3>Bug Fixes</h3>
|
|
222
|
+
<ul>
|
|
223
|
+
<li>darkMode property was changed to a single (<a href="https://gitlab.com/rxap/packages/commit/f4979504c4bdbdc1d59e67756691380f835f0ee0">f497950</a>)</li>
|
|
224
|
+
<li>start user settings theme sync (<a href="https://gitlab.com/rxap/packages/commit/14545bffba3de0afd2fd3a1a22c06507b15be3d6">14545bf</a>)</li>
|
|
225
|
+
</ul>
|
|
226
|
+
<h3>Features</h3>
|
|
227
|
+
<ul>
|
|
228
|
+
<li>restore theme settings from user settings (<a href="https://gitlab.com/rxap/packages/commit/35d2fefa3e5cd1c63962a6d9a1ba854679ee60c2">35d2fef</a>)</li>
|
|
229
|
+
</ul>
|
|
230
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.34...@rxap/layout@16.0.0-dev.35">16.0.0-dev.35</a> (2023-09-29)</h1>
|
|
231
|
+
<h3>Bug Fixes</h3>
|
|
232
|
+
<ul>
|
|
233
|
+
<li>move theme related code to the project angular-theme (<a href="https://gitlab.com/rxap/packages/commit/dff497a36e7dab5de535050c5ddafa7082bfa399">dff497a</a>)</li>
|
|
234
|
+
<li>use new angular-theme project (<a href="https://gitlab.com/rxap/packages/commit/4d99def8e1b70a5c27e19bc5f5452ee1d5eadfa8">4d99def</a>)</li>
|
|
235
|
+
</ul>
|
|
236
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.33...@rxap/layout@16.0.0-dev.34">16.0.0-dev.34</a> (2023-09-28)</h1>
|
|
237
|
+
<h3>Bug Fixes</h3>
|
|
238
|
+
<ul>
|
|
239
|
+
<li>improve dynamic theme handling (<a href="https://gitlab.com/rxap/packages/commit/7ffd28b0a6d86cd6690cac1d750bda104108fb74">7ffd28b</a>)</li>
|
|
240
|
+
</ul>
|
|
241
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.32...@rxap/layout@16.0.0-dev.33">16.0.0-dev.33</a> (2023-09-28)</h1>
|
|
242
|
+
<h3>Features</h3>
|
|
243
|
+
<ul>
|
|
244
|
+
<li>support dynamic font families and theme density (<a href="https://gitlab.com/rxap/packages/commit/a21236669cfe89f51b5946cd2d28e72411481dc9">a212366</a>)</li>
|
|
245
|
+
<li>support dynamic theme configuration (<a href="https://gitlab.com/rxap/packages/commit/2c0cf1d14803dc4f1e7db47cd269c3e8b57de2d4">2c0cf1d</a>)</li>
|
|
246
|
+
</ul>
|
|
247
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.31...@rxap/layout@16.0.0-dev.32">16.0.0-dev.32</a> (2023-09-27)</h1>
|
|
248
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
249
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.30...@rxap/layout@16.0.0-dev.31">16.0.0-dev.31</a> (2023-09-22)</h1>
|
|
250
|
+
<h3>Bug Fixes</h3>
|
|
251
|
+
<ul>
|
|
252
|
+
<li>initial state issues (<a href="https://gitlab.com/rxap/packages/commit/f390f65c83d131bf71cbc2930e80c11743380241">f390f65</a>)</li>
|
|
253
|
+
</ul>
|
|
254
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.29...@rxap/layout@16.0.0-dev.30">16.0.0-dev.30</a> (2023-09-21)</h1>
|
|
255
|
+
<h3>Bug Fixes</h3>
|
|
256
|
+
<ul>
|
|
257
|
+
<li>change overscroll-contain to overscroll-auto (<a href="https://gitlab.com/rxap/packages/commit/0a8db9ff3d131b98d207ad40aef411927ebdc837">0a8db9f</a>)</li>
|
|
258
|
+
</ul>
|
|
259
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.28...@rxap/layout@16.0.0-dev.29">16.0.0-dev.29</a> (2023-09-21)</h1>
|
|
260
|
+
<h3>Bug Fixes</h3>
|
|
261
|
+
<ul>
|
|
262
|
+
<li>close sidenav if change to collapsed mode (<a href="https://gitlab.com/rxap/packages/commit/7a356602e2228360f85bae8cb9346e3228e0fe29">7a35660</a>)</li>
|
|
263
|
+
<li>only add margin to sidenav content if in collapsed mode (<a href="https://gitlab.com/rxap/packages/commit/c72febe141f8c11f126f99b3ef23b753599a5a47">c72febe</a>)</li>
|
|
264
|
+
</ul>
|
|
265
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.27...@rxap/layout@16.0.0-dev.28">16.0.0-dev.28</a> (2023-09-21)</h1>
|
|
266
|
+
<h3>Bug Fixes</h3>
|
|
267
|
+
<ul>
|
|
268
|
+
<li>move status infiltrator to layout component (<a href="https://gitlab.com/rxap/packages/commit/1d1f69b22ae171a9d69b7d6d9e3f4e9f2e0849ee">1d1f69b</a>)</li>
|
|
269
|
+
<li>support advanced settings for layout sidenav (<a href="https://gitlab.com/rxap/packages/commit/65ff765b66f799de5089c954d34532bc9b4a7e77">65ff765</a>)</li>
|
|
270
|
+
</ul>
|
|
271
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.26...@rxap/layout@16.0.0-dev.27">16.0.0-dev.27</a> (2023-09-19)</h1>
|
|
272
|
+
<h3>Bug Fixes</h3>
|
|
273
|
+
<ul>
|
|
274
|
+
<li>refactor user service use (<a href="https://gitlab.com/rxap/packages/commit/cf553c96765bfbc0ded49c6611e4d57903e55647">cf553c9</a>)</li>
|
|
275
|
+
<li>use authorization service directly (<a href="https://gitlab.com/rxap/packages/commit/35ec333dc0f2959302f9fa74160de8a8d1437a7f">35ec333</a>)</li>
|
|
276
|
+
</ul>
|
|
277
|
+
<h3>Features</h3>
|
|
278
|
+
<ul>
|
|
279
|
+
<li>add language utility services (<a href="https://gitlab.com/rxap/packages/commit/96e67855bfcb27f274393526d1ab81f6d7c2f24a">96e6785</a>)</li>
|
|
280
|
+
</ul>
|
|
281
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.25...@rxap/layout@16.0.0-dev.26">16.0.0-dev.26</a> (2023-09-18)</h1>
|
|
282
|
+
<h3>Bug Fixes</h3>
|
|
283
|
+
<ul>
|
|
284
|
+
<li>use relative path as default (<a href="https://gitlab.com/rxap/packages/commit/42f1a8e68794926635c33371dabded7a1bcc8682">42f1a8e</a>)</li>
|
|
285
|
+
</ul>
|
|
286
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.24...@rxap/layout@16.0.0-dev.25">16.0.0-dev.25</a> (2023-09-17)</h1>
|
|
287
|
+
<h3>Features</h3>
|
|
288
|
+
<ul>
|
|
289
|
+
<li>add changelog button (<a href="https://gitlab.com/rxap/packages/commit/ccd3b2b4467ed82cc1a5efdcdf948ef83537de06">ccd3b2b</a>)</li>
|
|
290
|
+
</ul>
|
|
291
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.23...@rxap/layout@16.0.0-dev.24">16.0.0-dev.24</a> (2023-09-14)</h1>
|
|
292
|
+
<h3>Bug Fixes</h3>
|
|
293
|
+
<ul>
|
|
294
|
+
<li>remove css class usage of container (<a href="https://gitlab.com/rxap/packages/commit/9a1969f8748a08d6d948f9e7d4f4b511c1349352">9a1969f</a>)</li>
|
|
295
|
+
</ul>
|
|
296
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.22...@rxap/layout@16.0.0-dev.23">16.0.0-dev.23</a> (2023-09-12)</h1>
|
|
297
|
+
<h3>Bug Fixes</h3>
|
|
298
|
+
<ul>
|
|
299
|
+
<li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e">e67e2b8</a>)</li>
|
|
300
|
+
</ul>
|
|
301
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.21...@rxap/layout@16.0.0-dev.22">16.0.0-dev.22</a> (2023-09-12)</h1>
|
|
302
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
303
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.20...@rxap/layout@16.0.0-dev.21">16.0.0-dev.21</a> (2023-09-07)</h1>
|
|
304
|
+
<h3>Bug Fixes</h3>
|
|
305
|
+
<ul>
|
|
306
|
+
<li>ensure the username is always fully visible (<a href="https://gitlab.com/rxap/packages/commit/48fc3f5f4906485961351b7e13d44a77b6aa37b8">48fc3f5</a>)</li>
|
|
307
|
+
</ul>
|
|
308
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.19...@rxap/layout@16.0.0-dev.20">16.0.0-dev.20</a> (2023-09-07)</h1>
|
|
309
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
310
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.18...@rxap/layout@16.0.0-dev.19">16.0.0-dev.19</a> (2023-09-03)</h1>
|
|
311
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
312
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.17...@rxap/layout@16.0.0-dev.18">16.0.0-dev.18</a> (2023-09-03)</h1>
|
|
313
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
314
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.16...@rxap/layout@16.0.0-dev.17">16.0.0-dev.17</a> (2023-09-03)</h1>
|
|
315
|
+
<h3>Bug Fixes</h3>
|
|
316
|
+
<ul>
|
|
317
|
+
<li>use mdi icons (<a href="https://gitlab.com/rxap/packages/commit/abc10a146c502bebda62568a9627ca2771142d2c">abc10a1</a>)</li>
|
|
318
|
+
</ul>
|
|
319
|
+
<h3>Features</h3>
|
|
320
|
+
<ul>
|
|
321
|
+
<li>load icons on layout component creation (<a href="https://gitlab.com/rxap/packages/commit/0143fc37d5eb9da95e87cd28edfcd1cb4734dc1a">0143fc3</a>)</li>
|
|
322
|
+
</ul>
|
|
323
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.15...@rxap/layout@16.0.0-dev.16">16.0.0-dev.16</a> (2023-09-01)</h1>
|
|
324
|
+
<h3>Features</h3>
|
|
325
|
+
<ul>
|
|
326
|
+
<li>use status indicator component (<a href="https://gitlab.com/rxap/packages/commit/a95c8add48196bbec87904e41b26b664c7e14b1c">a95c8ad</a>)</li>
|
|
327
|
+
</ul>
|
|
328
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.14...@rxap/layout@16.0.0-dev.15">16.0.0-dev.15</a> (2023-08-31)</h1>
|
|
329
|
+
<h3>Bug Fixes</h3>
|
|
330
|
+
<ul>
|
|
331
|
+
<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>
|
|
332
|
+
</ul>
|
|
333
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.13...@rxap/layout@16.0.0-dev.14">16.0.0-dev.14</a> (2023-08-24)</h1>
|
|
334
|
+
<h3>Features</h3>
|
|
335
|
+
<ul>
|
|
336
|
+
<li>support custom menu items for the layout header component (<a href="https://gitlab.com/rxap/packages/commit/97ce8d0ea58cff709c5e8516733be866b89b3999">97ce8d0</a>)</li>
|
|
337
|
+
</ul>
|
|
338
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.12...@rxap/layout@16.0.0-dev.13">16.0.0-dev.13</a> (2023-08-07)</h1>
|
|
339
|
+
<h3>Bug Fixes</h3>
|
|
340
|
+
<ul>
|
|
341
|
+
<li>set default layout header color to undefined (<a href="https://gitlab.com/rxap/packages/commit/21b6199f047f2345de3e716a038306b2303e6dc6">21b6199</a>)</li>
|
|
342
|
+
</ul>
|
|
343
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.11...@rxap/layout@16.0.0-dev.12">16.0.0-dev.12</a> (2023-08-06)</h1>
|
|
344
|
+
<h3>Bug Fixes</h3>
|
|
345
|
+
<ul>
|
|
346
|
+
<li>disable i18n check in development mode (<a href="https://gitlab.com/rxap/packages/commit/69f92d3f66599ac8f07f72b4a7a4331e486d965a">69f92d3</a>)</li>
|
|
347
|
+
</ul>
|
|
348
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.10...@rxap/layout@16.0.0-dev.11">16.0.0-dev.11</a> (2023-08-06)</h1>
|
|
349
|
+
<h3>Bug Fixes</h3>
|
|
350
|
+
<ul>
|
|
351
|
+
<li>remove @Required decorator (<a href="https://gitlab.com/rxap/packages/commit/8df4bf33d4a9929f5bc65f8973963fbe1d7ce193">8df4bf3</a>)</li>
|
|
352
|
+
</ul>
|
|
353
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.9...@rxap/layout@16.0.0-dev.10">16.0.0-dev.10</a> (2023-08-04)</h1>
|
|
354
|
+
<h3>Bug Fixes</h3>
|
|
355
|
+
<ul>
|
|
356
|
+
<li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a">ca6d4d5</a>)</li>
|
|
357
|
+
</ul>
|
|
358
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.8...@rxap/layout@16.0.0-dev.9">16.0.0-dev.9</a> (2023-08-03)</h1>
|
|
359
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
360
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.7...@rxap/layout@16.0.0-dev.8">16.0.0-dev.8</a> (2023-08-03)</h1>
|
|
361
|
+
<h3>Bug Fixes</h3>
|
|
362
|
+
<ul>
|
|
363
|
+
<li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061">6ea13c5</a>)</li>
|
|
364
|
+
<li>ensure min padding for navigation items (<a href="https://gitlab.com/rxap/packages/commit/2667fd785e891e6145acd9c68918a9deb270aaf1">2667fd7</a>)</li>
|
|
365
|
+
</ul>
|
|
366
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.6...@rxap/layout@16.0.0-dev.7">16.0.0-dev.7</a> (2023-08-01)</h1>
|
|
367
|
+
<h3>Bug Fixes</h3>
|
|
368
|
+
<ul>
|
|
369
|
+
<li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb">e7039bb</a>)</li>
|
|
370
|
+
<li>use tailwind to create a bundled theme.css (<a href="https://gitlab.com/rxap/packages/commit/bfda0dc14c6d46f374e81871ab18307dc9f6d9b4">bfda0dc</a>)</li>
|
|
371
|
+
</ul>
|
|
372
|
+
<h1>16.0.0-dev.6 (2023-08-01)</h1>
|
|
373
|
+
<h3>Bug Fixes</h3>
|
|
374
|
+
<ul>
|
|
375
|
+
<li>resolve circular dependency between NavigationItemComponent and NavigationComponent (<a href="https://gitlab.com/rxap/packages/commit/cc0eece415c86614f1cb29e973649daa4f9b1547">cc0eece</a>)</li>
|
|
376
|
+
<li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86">a057d77</a>)</li>
|
|
377
|
+
<li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941">45bd022</a>)</li>
|
|
378
|
+
</ul>
|
|
379
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.4...@rxap/layout@16.0.0-dev.5">16.0.0-dev.5</a> (2023-07-20)</h1>
|
|
380
|
+
<h3>Bug Fixes</h3>
|
|
381
|
+
<ul>
|
|
382
|
+
<li>resolve circular dependency between NavigationItemComponent and NavigationComponent (<a href="https://gitlab.com/rxap/packages/commit/3e97a5d18c34286198fedb9024d6e91fa1910da3">3e97a5d</a>)</li>
|
|
383
|
+
</ul>
|
|
384
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.3...@rxap/layout@16.0.0-dev.4">16.0.0-dev.4</a> (2023-07-10)</h1>
|
|
385
|
+
<h3>Bug Fixes</h3>
|
|
386
|
+
<ul>
|
|
387
|
+
<li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c">8479f5c</a>)</li>
|
|
388
|
+
</ul>
|
|
389
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.2...@rxap/layout@16.0.0-dev.3">16.0.0-dev.3</a> (2023-07-10)</h1>
|
|
390
|
+
<h3>Bug Fixes</h3>
|
|
391
|
+
<ul>
|
|
392
|
+
<li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da">653b4cd</a>)</li>
|
|
393
|
+
</ul>
|
|
394
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.1...@rxap/layout@16.0.0-dev.2">16.0.0-dev.2</a> (2023-05-31)</h1>
|
|
395
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
396
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.0-dev.0...@rxap/layout@16.0.0-dev.1">16.0.0-dev.1</a> (2023-05-18)</h1>
|
|
397
|
+
<h3>Bug Fixes</h3>
|
|
398
|
+
<ul>
|
|
399
|
+
<li>update rxap packagedependencies (<a href="https://gitlab.com/rxap/packages/commit/6e12567c05ee3c504da5079cb393660f2ab4cd30">6e12567</a>)</li>
|
|
400
|
+
</ul>
|
|
401
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@15.0.0...@rxap/layout@16.0.0-dev.0">16.0.0-dev.0</a> (2023-05-18)</h1>
|
|
402
|
+
<h3>chore</h3>
|
|
403
|
+
<ul>
|
|
404
|
+
<li>upgrade to nrwl 16.x.x (<a href="https://gitlab.com/rxap/packages/commit/12dd87ef38d465c8af33cd26f7d5d7714bf7c392">12dd87e</a>)</li>
|
|
405
|
+
</ul>
|
|
406
|
+
<h3>BREAKING CHANGES</h3>
|
|
407
|
+
<ul>
|
|
408
|
+
<li>upgrade nrwl 16.x.x</li>
|
|
409
|
+
</ul>
|
|
410
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@14.0.3...@rxap/layout@15.0.0">15.0.0</a> (2023-05-17)</h1>
|
|
411
|
+
<h3>chore</h3>
|
|
412
|
+
<ul>
|
|
413
|
+
<li>upgrade to nrwl 15.x.x (<a href="https://gitlab.com/rxap/packages/commit/ad95577538adc5cd134cde8d1ff3b8fad52c9c2b">ad95577</a>)</li>
|
|
414
|
+
</ul>
|
|
415
|
+
<h3>BREAKING CHANGES</h3>
|
|
416
|
+
<ul>
|
|
417
|
+
<li>upgrade nrwl 15.x.x</li>
|
|
418
|
+
</ul>
|
|
419
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@14.0.2...@rxap/layout@14.0.3">14.0.3</a> (2022-12-14)</h2>
|
|
420
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
421
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@14.0.1...@rxap/layout@14.0.2">14.0.2</a> (2022-12-13)</h2>
|
|
422
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
423
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@14.0.0...@rxap/layout@14.0.1">14.0.1</a> (2022-10-31)</h2>
|
|
424
|
+
<h3>Bug Fixes</h3>
|
|
425
|
+
<ul>
|
|
426
|
+
<li>remove i18n specific ids (<a href="https://gitlab.com/rxap/packages/commit/21ef36dfeaaef4e12f12dd21cdb86f6fdf8ff25a">21ef36d</a>)</li>
|
|
427
|
+
</ul>
|
|
428
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@13.0.0...@rxap/layout@14.0.0">14.0.0</a> (2022-09-16)</h1>
|
|
429
|
+
<h3>chore</h3>
|
|
430
|
+
<ul>
|
|
431
|
+
<li>upgrade to 14.x.x (<a href="https://gitlab.com/rxap/packages/commit/66f0719ecac1378ca6f3edbf670de8de2fc33401">66f0719</a>)</li>
|
|
432
|
+
</ul>
|
|
433
|
+
<h3>BREAKING CHANGES</h3>
|
|
434
|
+
<ul>
|
|
435
|
+
<li>upgrade to 14.x.x</li>
|
|
436
|
+
</ul>
|
|
437
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@13.0.0-next.3...@rxap/layout@13.0.0">13.0.0</a> (2022-09-11)</h1>
|
|
438
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
439
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@13.0.0-next.2...@rxap/layout@13.0.0-next.3">13.0.0-next.3</a> (2022-03-29)</h1>
|
|
440
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
441
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@13.0.0-next.1...@rxap/layout@13.0.0-next.2">13.0.0-next.2</a> (2022-03-29)</h1>
|
|
442
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
443
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.3...@rxap/layout@13.0.0-next.1">13.0.0-next.1</a> (2022-03-17)</h1>
|
|
444
|
+
<h3>Build System</h3>
|
|
445
|
+
<ul>
|
|
446
|
+
<li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li>
|
|
447
|
+
</ul>
|
|
448
|
+
<h3>BREAKING CHANGES</h3>
|
|
449
|
+
<ul>
|
|
450
|
+
<li>update the core nrwl/angular packages to 13.x.x</li>
|
|
451
|
+
</ul>
|
|
452
|
+
<p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p>
|
|
453
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.2...@rxap/layout@12.2.3">12.2.3</a> (2022-02-24)</h2>
|
|
454
|
+
<h3>Bug Fixes</h3>
|
|
455
|
+
<ul>
|
|
456
|
+
<li><strong>navigation:</strong> expose replace routerpipe (<a href="https://gitlab.com/rxap/packages/commit/3a2a2380766bb4889e06bf5e7160829f67d0ef4b">3a2a238</a>)</li>
|
|
457
|
+
</ul>
|
|
458
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.2...@rxap/layout@13.0.0-next.0">13.0.0-next.0</a> (2022-02-19)</h1>
|
|
459
|
+
<h3>Build System</h3>
|
|
460
|
+
<ul>
|
|
461
|
+
<li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li>
|
|
462
|
+
</ul>
|
|
463
|
+
<h3>BREAKING CHANGES</h3>
|
|
464
|
+
<ul>
|
|
465
|
+
<li>update the core nrwl/angular packages to 13.x.x</li>
|
|
466
|
+
</ul>
|
|
467
|
+
<p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p>
|
|
468
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.1...@rxap/layout@12.2.2">12.2.2</a> (2022-01-28)</h2>
|
|
469
|
+
<h3>Bug Fixes</h3>
|
|
470
|
+
<ul>
|
|
471
|
+
<li><strong>navigation:</strong> only check children status if childrenexists (<a href="https://gitlab.com/rxap/packages/commit/8f1d007549985e7205450ae356d84067ff942783">8f1d007</a>)</li>
|
|
472
|
+
</ul>
|
|
473
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.0...@rxap/layout@12.2.1">12.2.1</a> (2022-01-28)</h2>
|
|
474
|
+
<h3>Bug Fixes</h3>
|
|
475
|
+
<ul>
|
|
476
|
+
<li><strong>navigation:</strong> support custom navigation itemproperties (<a href="https://gitlab.com/rxap/packages/commit/a085d577edd2d4a0ba4ea60ab73672b59eeaaace">a085d57</a>)</li>
|
|
477
|
+
</ul>
|
|
478
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.2.0-next.0...@rxap/layout@12.2.0">12.2.0</a> (2021-09-03)</h1>
|
|
479
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
480
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.1.0...@rxap/layout@12.2.0-next.0">12.2.0-next.0</a> (2021-08-11)</h1>
|
|
481
|
+
<h3>Bug Fixes</h3>
|
|
482
|
+
<ul>
|
|
483
|
+
<li>default collapse sidenav (<a href="https://gitlab.com/rxap/packages/commit/346be5d3470d1200f2b44bd6443681c4fa3d83f9">346be5d</a>)</li>
|
|
484
|
+
</ul>
|
|
485
|
+
<h3>Features</h3>
|
|
486
|
+
<ul>
|
|
487
|
+
<li>add tooltip for collapsed navigationitems (<a href="https://gitlab.com/rxap/packages/commit/0a5c87b6d35b206def6ce898e4070816a46c820b">0a5c87b</a>)</li>
|
|
488
|
+
</ul>
|
|
489
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.1.0-next.1...@rxap/layout@12.1.0">12.1.0</a> (2021-07-22)</h1>
|
|
490
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
491
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.1.0-next.0...@rxap/layout@12.1.0-next.1">12.1.0-next.1</a> (2021-07-21)</h1>
|
|
492
|
+
<h3>Features</h3>
|
|
493
|
+
<ul>
|
|
494
|
+
<li>navigate to root after signout (<a href="https://gitlab.com/rxap/packages/commit/10a64b681fbc5a1932efb75b828cc4fe45aa016f">10a64b6</a>)</li>
|
|
495
|
+
</ul>
|
|
496
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.11-next.0...@rxap/layout@12.1.0-next.0">12.1.0-next.0</a> (2021-07-21)</h1>
|
|
497
|
+
<h3>Features</h3>
|
|
498
|
+
<ul>
|
|
499
|
+
<li>navigate to root after signout (<a href="https://gitlab.com/rxap/packages/commit/a98e46700f22da6232471b5521e1649dc9fc37c3">a98e467</a>)</li>
|
|
500
|
+
</ul>
|
|
501
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.11-next.0...@rxap/layout@12.0.11-alpha.0">12.0.11-alpha.0</a> (2021-07-20)</h2>
|
|
502
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
503
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.10...@rxap/layout@12.0.11-next.0">12.0.11-next.0</a> (2021-07-15)</h2>
|
|
504
|
+
<h3>Bug Fixes</h3>
|
|
505
|
+
<ul>
|
|
506
|
+
<li>set default logo width to192px (<a href="https://gitlab.com/rxap/packages/commit/cc1e4c2ca54db76a206928a70dea4029a1c10a77">cc1e4c2</a>)</li>
|
|
507
|
+
</ul>
|
|
508
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.9...@rxap/layout@12.0.10">12.0.10</a> (2021-07-12)</h2>
|
|
509
|
+
<h3>Bug Fixes</h3>
|
|
510
|
+
<ul>
|
|
511
|
+
<li><strong>layout:</strong> fix missing modetype (<a href="https://gitlab.com/rxap/packages/commit/cf1649a5baaaed0435991296377cdecd207bc623">cf1649a</a>)</li>
|
|
512
|
+
</ul>
|
|
513
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.9-next.0...@rxap/layout@12.0.9">12.0.9</a> (2021-07-09)</h2>
|
|
514
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
515
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.8...@rxap/layout@12.0.9-next.0">12.0.9-next.0</a> (2021-07-09)</h2>
|
|
516
|
+
<h3>Bug Fixes</h3>
|
|
517
|
+
<ul>
|
|
518
|
+
<li>split into rxjs and reflect-metadata subpackages (<a href="https://gitlab.com/rxap/packages/commit/ab6e32562dbed73752165f3568624f8d3417d7ee">ab6e325</a>)</li>
|
|
519
|
+
</ul>
|
|
520
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.8-next.0...@rxap/layout@12.0.8">12.0.8</a> (2021-07-09)</h2>
|
|
521
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
522
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.7...@rxap/layout@12.0.8-next.0">12.0.8-next.0</a> (2021-06-29)</h2>
|
|
523
|
+
<h3>Bug Fixes</h3>
|
|
524
|
+
<ul>
|
|
525
|
+
<li>collapse styling (<a href="https://gitlab.com/rxap/packages/commit/e9fe775ea950af6cfbabe3e2eb2375c1f0f24832">e9fe775</a>)</li>
|
|
526
|
+
</ul>
|
|
527
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.6...@rxap/layout@12.0.7">12.0.7</a> (2021-06-24)</h2>
|
|
528
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
529
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.5...@rxap/layout@12.0.6">12.0.6</a> (2021-06-23)</h2>
|
|
530
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
531
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.4...@rxap/layout@12.0.5">12.0.5</a> (2021-06-23)</h2>
|
|
532
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
533
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.3...@rxap/layout@12.0.4">12.0.4</a> (2021-06-14)</h2>
|
|
534
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
535
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.2...@rxap/layout@12.0.3">12.0.3</a> (2021-06-09)</h2>
|
|
536
|
+
<h3>Bug Fixes</h3>
|
|
537
|
+
<ul>
|
|
538
|
+
<li>remove ng-mockspeerDependency (<a href="https://gitlab.com/rxap/packages/commit/0940f5f9a79d07c3ad82d7cf6ae17aeb28b23158">0940f5f</a>)</li>
|
|
539
|
+
</ul>
|
|
540
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.5...@rxap/layout@12.0.2">12.0.2</a> (2021-06-09)</h2>
|
|
541
|
+
<h3>Bug Fixes</h3>
|
|
542
|
+
<ul>
|
|
543
|
+
<li>add readme generator (<a href="https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50">aca8e49</a>)</li>
|
|
544
|
+
</ul>
|
|
545
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@12.0.0...@rxap/layout@12.0.1">12.0.1</a> (2021-05-24)</h2>
|
|
546
|
+
<h3>Bug Fixes</h3>
|
|
547
|
+
<ul>
|
|
548
|
+
<li>add readme generator (<a href="https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50">aca8e49</a>)</li>
|
|
549
|
+
</ul>
|
|
550
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.4...@rxap/layout@12.0.0">12.0.0</a> (2021-05-24)</h1>
|
|
551
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
552
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.3...@rxap/layout@11.4.4">11.4.4</a> (2021-05-04)</h2>
|
|
553
|
+
<h3>Bug Fixes</h3>
|
|
554
|
+
<ul>
|
|
555
|
+
<li>add missing i18n tag (<a href="https://gitlab.com/rxap/packages/commit/5139adb1f4ee0534987f9b66352ef0a4530e7db0">5139adb</a>)</li>
|
|
556
|
+
</ul>
|
|
557
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.2...@rxap/layout@11.4.3">11.4.3</a> (2021-04-30)</h2>
|
|
558
|
+
<h3>Bug Fixes</h3>
|
|
559
|
+
<ul>
|
|
560
|
+
<li><strong>schematics:</strong> update module toesnext (<a href="https://gitlab.com/rxap/packages/commit/d1e2cd252f3866471935131187b3acaefe2cca82">d1e2cd2</a>)</li>
|
|
561
|
+
<li><strong>schematics:</strong> update to general schematicstsconfig (<a href="https://gitlab.com/rxap/packages/commit/83e5f9a0cf1810686a503425d87a5e4ae30b8c84">83e5f9a</a>)</li>
|
|
562
|
+
</ul>
|
|
563
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.1...@rxap/layout@11.4.2">11.4.2</a> (2021-04-28)</h2>
|
|
564
|
+
<h3>Bug Fixes</h3>
|
|
565
|
+
<ul>
|
|
566
|
+
<li><strong>navigation-item:</strong> remove iconpadding (<a href="https://gitlab.com/rxap/packages/commit/354cce1a033155ba1d17e6a2de01f9ba53b26ca3">354cce1</a>)</li>
|
|
567
|
+
</ul>
|
|
568
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.4.0...@rxap/layout@11.4.1">11.4.1</a> (2021-04-21)</h2>
|
|
569
|
+
<h3>Bug Fixes</h3>
|
|
570
|
+
<ul>
|
|
571
|
+
<li>trigger auto redirectmanuel (<a href="https://gitlab.com/rxap/packages/commit/849e28a5ef6a7fa49a8f81903337517c9331d24a">849e28a</a>)</li>
|
|
572
|
+
</ul>
|
|
573
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.3.1...@rxap/layout@11.4.0">11.4.0</a> (2021-04-21)</h1>
|
|
574
|
+
<h3>Features</h3>
|
|
575
|
+
<ul>
|
|
576
|
+
<li>add language selector (<a href="https://gitlab.com/rxap/packages/commit/4204cd4437520ffebdabc42fd8c8000402c7ff47">4204cd4</a>)</li>
|
|
577
|
+
</ul>
|
|
578
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.3.0...@rxap/layout@11.3.1">11.3.1</a> (2021-04-21)</h2>
|
|
579
|
+
<h3>Bug Fixes</h3>
|
|
580
|
+
<ul>
|
|
581
|
+
<li>suppressed href action (<a href="https://gitlab.com/rxap/packages/commit/a7874fbf06cc85d7ccb42787d06883f016c9b8ba">a7874fb</a>)</li>
|
|
582
|
+
</ul>
|
|
583
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.2.2...@rxap/layout@11.3.0">11.3.0</a> (2021-04-21)</h1>
|
|
584
|
+
<h3>Features</h3>
|
|
585
|
+
<ul>
|
|
586
|
+
<li>add apps button concept (<a href="https://gitlab.com/rxap/packages/commit/be394b0bb4df0ef75f5a641943188b4b6d24ea2d">be394b0</a>)</li>
|
|
587
|
+
</ul>
|
|
588
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.2.1...@rxap/layout@11.2.2">11.2.2</a> (2021-03-19)</h2>
|
|
589
|
+
<h3>Bug Fixes</h3>
|
|
590
|
+
<ul>
|
|
591
|
+
<li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/954fde47836ff0c1f25a77c33ff871ddc7685b6c">954fde4</a>)</li>
|
|
592
|
+
</ul>
|
|
593
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.2.0...@rxap/layout@11.2.1">11.2.1</a> (2021-03-19)</h2>
|
|
594
|
+
<h3>Bug Fixes</h3>
|
|
595
|
+
<ul>
|
|
596
|
+
<li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/dd22b0ce053bc266c7aea659a2faf3be39f424e7">dd22b0c</a>)</li>
|
|
597
|
+
</ul>
|
|
598
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.1.1...@rxap/layout@11.2.0">11.2.0</a> (2021-03-19)</h1>
|
|
599
|
+
<h3>Bug Fixes</h3>
|
|
600
|
+
<ul>
|
|
601
|
+
<li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/2eeb7eb85eedd6d610e855dc1724c7153cf01fd0">2eeb7eb</a>)</li>
|
|
602
|
+
<li>update peer dependencies (<a href="https://gitlab.com/rxap/packages/commit/c7d12671f3efc198985cddee92caa2558e74b023">c7d1267</a>)</li>
|
|
603
|
+
</ul>
|
|
604
|
+
<h3>Features</h3>
|
|
605
|
+
<ul>
|
|
606
|
+
<li>mv the material directives to the packagerxap/material-directives (<a href="https://gitlab.com/rxap/packages/commit/d54c5feaecf49f84b64f7ff327eb3496b00122b6">d54c5fe</a>)</li>
|
|
607
|
+
</ul>
|
|
608
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.1.0...@rxap/layout@11.1.1">11.1.1</a> (2021-03-09)</h2>
|
|
609
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
610
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.0.4...@rxap/layout@11.1.0">11.1.0</a> (2021-03-02)</h1>
|
|
611
|
+
<h3>Features</h3>
|
|
612
|
+
<ul>
|
|
613
|
+
<li><strong>navigation:</strong> add status providersupport (<a href="https://gitlab.com/rxap/packages/commit/1dba44a5efe7d8a9154ef542e3a2424e9d33b5dd">1dba44a</a>)</li>
|
|
614
|
+
</ul>
|
|
615
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.0.3...@rxap/layout@11.0.4">11.0.4</a> (2021-02-04)</h2>
|
|
616
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
617
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.0.2...@rxap/layout@11.0.3">11.0.3</a> (2021-01-15)</h2>
|
|
618
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
619
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.0.1...@rxap/layout@11.0.2">11.0.2</a> (2021-01-12)</h2>
|
|
620
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
621
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@11.0.0...@rxap/layout@11.0.1">11.0.1</a> (2021-01-05)</h2>
|
|
622
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
623
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@10.0.0...@rxap/layout@11.0.0">11.0.0</a> (2021-01-03)</h1>
|
|
624
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
625
|
+
<h1>10.0.0 (2021-01-03)</h1>
|
|
626
|
+
<h3>Bug Fixes</h3>
|
|
627
|
+
<ul>
|
|
628
|
+
<li>custom property keygeneration (<a href="https://gitlab.com/rxap/packages/commit/b6e6d23215f0b35e0de2d35003b186a3d435b8e4">b6e6d23</a>)</li>
|
|
629
|
+
<li><strong>SidenavContentComponentService:</strong> update footer rowcount (<a href="https://gitlab.com/rxap/packages/commit/1d2383c44ac3d9148a54ff21a2e8da108124540c">1d2383c</a>)</li>
|
|
630
|
+
</ul>
|
|
631
|
+
<h3>Features</h3>
|
|
632
|
+
<ul>
|
|
633
|
+
<li><strong>layout:</strong> add collapse sidenavigation (<a href="https://gitlab.com/rxap/packages/commit/cb2082fd44cc4a343cd09149609cb3bc0b13ab52">cb2082f</a>)</li>
|
|
634
|
+
<li><strong>layout:</strong> add collapse sidenavigation (<a href="https://gitlab.com/rxap/packages/commit/069a66b0929e1198224552197e597c5abca0c072">069a66b</a>)</li>
|
|
635
|
+
<li><strong>layout:</strong> add collapse side navigationbutton (<a href="https://gitlab.com/rxap/packages/commit/2873ec402ead3f360282adf8d07b197dbf5733da">2873ec4</a>)</li>
|
|
636
|
+
<li>add FooterDirective (<a href="https://gitlab.com/rxap/packages/commit/3051ba6bc60d92e58909b099b9fdbf4170d569c0">3051ba6</a>)</li>
|
|
637
|
+
<li>support for custom root navigation and collapsedclasses (<a href="https://gitlab.com/rxap/packages/commit/95d3e46890ae453bb1068716239dc19d71387717">95d3e46</a>)</li>
|
|
638
|
+
<li>support for the new footer serviceconcept (<a href="https://gitlab.com/rxap/packages/commit/4a175e885b43a1cb2ac4ac96d05c351bf5307337">4a175e8</a>)</li>
|
|
639
|
+
</ul>
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
</div><div class="search-results">
|
|
662
|
+
<div class="has-results">
|
|
663
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
664
|
+
<ul class="search-results-list"></ul>
|
|
665
|
+
</div>
|
|
666
|
+
<div class="no-results">
|
|
667
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
668
|
+
</div>
|
|
669
|
+
</div>
|
|
670
|
+
</div>
|
|
671
|
+
<!-- END CONTENT -->
|
|
672
|
+
</div>
|
|
673
|
+
</div>
|
|
674
|
+
|
|
675
|
+
<label class="dark-mode-switch">
|
|
676
|
+
<input type="checkbox">
|
|
677
|
+
<span class="slider">
|
|
678
|
+
<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">
|
|
679
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
680
|
+
</svg>
|
|
681
|
+
</span>
|
|
682
|
+
</label>
|
|
683
|
+
|
|
684
|
+
<script>
|
|
685
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
686
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
|
|
687
|
+
var COMPODOC_CURRENT_PAGE_URL = 'changelog.html';
|
|
688
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
689
|
+
</script>
|
|
690
|
+
|
|
691
|
+
<script>
|
|
692
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
693
|
+
checkToggle(darkModeState);
|
|
694
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
695
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
696
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
697
|
+
darkModeState = !darkModeState;
|
|
698
|
+
toggleDarkMode(darkModeState);
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
</script>
|
|
703
|
+
|
|
704
|
+
<script src="./js/libs/custom-elements.min.js"></script>
|
|
705
|
+
<script src="./js/libs/lit-html.js"></script>
|
|
706
|
+
|
|
707
|
+
<script src="./js/menu-wc.js" defer></script>
|
|
708
|
+
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
709
|
+
|
|
710
|
+
<script src="./js/libs/bootstrap-native.js"></script>
|
|
711
|
+
|
|
712
|
+
<script src="./js/libs/es6-shim.min.js"></script>
|
|
713
|
+
<script src="./js/libs/EventDispatcher.js"></script>
|
|
714
|
+
<script src="./js/libs/promise.min.js"></script>
|
|
715
|
+
<script src="./js/libs/zepto.min.js"></script>
|
|
716
|
+
|
|
717
|
+
<script src="./js/compodoc.js"></script>
|
|
718
|
+
|
|
719
|
+
<script src="./js/tabs.js"></script>
|
|
720
|
+
<script src="./js/menu.js"></script>
|
|
721
|
+
<script src="./js/libs/clipboard.min.js"></script>
|
|
722
|
+
<script src="./js/libs/prism.js"></script>
|
|
723
|
+
<script src="./js/sourceCode.js"></script>
|
|
724
|
+
<script src="./js/search/search.js"></script>
|
|
725
|
+
<script src="./js/search/lunr.min.js"></script>
|
|
726
|
+
<script src="./js/search/search-lunr.js"></script>
|
|
727
|
+
<script src="./js/search/search_index.js"></script>
|
|
728
|
+
<script src="./js/lazy-load-graphs.js"></script>
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
</body>
|
|
732
|
+
</html>
|