Skip to content

Commit 37dc4e1

Browse files
author
Nathan Reyes
committed
Restructure docs. Fix date picker event forwarding and layout bugs.
1 parent 30f969f commit 37dc4e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+764
-586
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.1
2+
* Add documentation for custom theming
3+
* Restructure docs component hierarchy
4+
* Remove lib files from git tracking
5+
* Fix layout bug in calendar pane
6+
* Fix event forwarding for date picker
7+
8+
## 0.1.0
9+
* Add navigation pickers in calendar headers
10+
111
## 0.0.9
212
* Add support for more flexible month/year navigation
313
* Fix popover visibility bug

docs/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</template>
99

1010
<script>
11-
import SectionNavbar from './components/sections/SectionNavbar';
12-
import SectionHeader from './components/sections/SectionHeader';
13-
import SectionFooter from './components/sections/SectionFooter';
11+
import SectionNavbar from './components/app/sections/SectionNavbar';
12+
import SectionHeader from './components/app/sections/SectionHeader';
13+
import SectionFooter from './components/app/sections/SectionFooter';
1414
1515
export default {
1616
name: 'app',

docs/components/api/CalendarApiProps.vue

Lines changed: 0 additions & 215 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)