-
-
-
- menu
-
+
+
+ menu
+
- {{ pageTitle }}
+ {{ pageTitle }}
-
- Version:
-
- {{ doc }}
-
-
+
+ Version:
+
+ {{ doc }}
+
+
-
-
-
-
+
+
+
@@ -33,12 +31,8 @@
}
.main-header {
- position: relative;
z-index: 2;
-
- .md-toolbar {
- color: #fff !important;
- }
+ color: #fff !important;
}
.nav-trigger {
diff --git a/docs/src/pages/Changelog.vue b/docs/src/pages/Changelog.vue
index 41a48da..ece2d8d 100644
--- a/docs/src/pages/Changelog.vue
+++ b/docs/src/pages/Changelog.vue
@@ -1,6 +1,22 @@
+
+ v0.4.1 - Bugfixes
+ Fixes:
+
+ - create custom tags in whiteframe component #169
+ - fix undefined object.values method and emit @change event #167 #165 (Thanks to @jtouzy)
+ - add reference of currentPage in mdTablePagination #163 (Thanks to @jonataswalker)
+ - add scrollbar behaviour in dialog content #161
+ - resize textarea when a value change #160
+ - fix disabled selects being selectable #159
+ - add code sample to switch #157 (Thanks to @vuchl)
+ - fix tooltip not being removed #156
+ - update prompt code example to be a prompt #150 (Thanks to @vuchl)
+
+
+
v0.4.0 - New Documentation Website
New Documentation:
diff --git a/docs/src/pages/Introduction.vue b/docs/src/pages/Introduction.vue
index 68db730..e4432bb 100644
--- a/docs/src/pages/Introduction.vue
+++ b/docs/src/pages/Introduction.vue
@@ -1,31 +1,33 @@