You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## v1.0.1 Release
4
+
5
+
This release contains bugfixes.
6
+
7
+
### Bugfixes
8
+
9
+
* Fixed javascript automatic scroll top on page transition for short pages #462
10
+
* Enable async components on app level, only usable in pages and components before #458
11
+
* Fixed duplicate directory error when using matestack-ui-core with webpacker #460
12
+
13
+
3
14
## v1.0.0 Release
4
15
5
16
Please note that this release contains breaking changes and soft deprecations. To make things easy for users of the current `v0.7.*` version, we have provided **Migration TODOs** at the end of each chapter.
@@ -127,11 +127,11 @@ For further reading check out the [basic building blocks](/docs/guides/200-basic
127
127
128
128
## Usage
129
129
130
-
There are two ways to use matestack.
130
+
There are two ways to use matestack.
131
131
132
132
### Full matestack
133
133
134
-
First, as we call it, _full matestack_, enabling all features and developing with all benefits. Learn more about the _full matestack_ approach by following the [tutorial](/docs/guides/100-tutorial/README.md) or reading about matestacks [basic building blocks](/docs/guides/200-basic_building_blocks/README.md).
134
+
First, as we call it, _full matestack_, enabling all features and developing with all benefits. Learn more about the _full matestack_ approach by following the [tutorial](/docs/guides/100-tutorial/README.md) or reading about matestacks [basic building blocks](/docs/guides/200-basic_building_blocks/README.md).
0 commit comments