@everchron/ec-shards 2.2.2 → 2.2.3
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/dist/ec-shards.common.js +27 -27
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +27 -27
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +2 -2
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/layout-index/layout-index.vue +1 -0
- package/src/stories/Changelog.stories.mdx +6 -0
package/package.json
CHANGED
|
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
|
|
|
6
6
|
Changelog
|
|
7
7
|
</h1>
|
|
8
8
|
|
|
9
|
+
## Version 2.2.3 (7 November 2022)
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- Fixed pushed out sidebar in EcsIndexLayout when the content of the main canvas is larger than 100%
|
|
14
|
+
|
|
9
15
|
## Version 2.2.2 (4 November 2022)
|
|
10
16
|
|
|
11
17
|
### Fixes
|