ydb-embedded-ui 1.8.4 → 1.8.5

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.5](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.8.4...v1.8.5) (2022-07-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **AsideNavigation:** aside header is compact by default ([aa3ad03](https://github.com/ydb-platform/ydb-embedded-ui/commit/aa3ad033fc6b62e6f2ee595e266343e67e764ec6))
9
+
3
10
  ## [1.8.4](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.8.3...v1.8.4) (2022-07-11)
4
11
 
5
12
 
@@ -189,6 +189,7 @@ function AsideNavigation(props: AsideNavigationProps) {
189
189
  onLogoIconClick={() => history.push('/')}
190
190
  menuItems={menuItems}
191
191
  settings={<UserSettings />}
192
+ initIsCompact
192
193
  className={b()}
193
194
  renderContent={() => props.children}
194
195
  renderFooter={({isCompact, asideRef}) => (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "files": [
5
5
  "dist"
6
6
  ],