Skip to content

Commit 6110d87

Browse files
committed
Version 0.0.8
1 parent 067aa57 commit 6110d87

File tree

4 files changed

+40
-36
lines changed

4 files changed

+40
-36
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.0.8] - 2017-01-25
55
### Added
66
- Implemented the scrollable property on pf-table which allows for fixed header and footer with scrollable rows.
77

@@ -88,7 +88,8 @@ disabled, as per PatternFly design guidelines.
8888
- pf-toolbar component
8989
- pf-utilization-bar-chart component
9090

91-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.7...HEAD
91+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.8...HEAD
92+
[0.0.8]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.7...v0.0.8
9293
[0.0.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.6...v0.0.7
9394
[0.0.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.5...v0.0.6
9495
[0.0.5]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.4...v0.0.5

docs/docs.js

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Vue PatternFly</title>
8-
<link rel="shortcut icon" href="https://unpkg.com/patternfly@3.15.0/dist/img/favicon.ico">
9-
<link rel="stylesheet" href="https://unpkg.com/patternfly@3.15.0/dist/css/patternfly.min.css">
10-
<link rel="stylesheet" href="https://unpkg.com/patternfly@3.15.0/dist/css/patternfly-additions.min.css">
8+
<link rel="shortcut icon" href="https://unpkg.com/patternfly@3.18.1/dist/img/favicon.ico">
9+
<link rel="stylesheet" href="https://unpkg.com/patternfly@3.18.1/dist/css/patternfly.min.css">
10+
<link rel="stylesheet" href="https://unpkg.com/patternfly@3.18.1/dist/css/patternfly-additions.min.css">
1111
<link rel="stylesheet" href="https://unpkg.com/[email protected]/c3.min.css">
1212
<link rel="stylesheet" href="https://unpkg.com/[email protected]/themes/prism.css">
13-
<link rel="stylesheet" href="vue-patternfly.css">
13+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/vue-patternfly.css">
1414
<link rel="stylesheet" href="docs.css">
1515
</head>
1616
<body>
@@ -96,7 +96,7 @@
9696
<script src="https://unpkg.com/[email protected]/d3.min.js"></script>
9797
<script src="https://unpkg.com/[email protected]/c3.min.js"></script>
9898
<script src="https://unpkg.com/[email protected]/prism.js"></script>
99-
<script src="https://unpkg.com/[email protected].1/dist/vue-router.min.js"></script>
99+
<script src="https://unpkg.com/[email protected].3/dist/vue-router.min.js"></script>
100100
<script src="docs.js"></script>
101101
</body>
102102
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "PatternFly components for Vue.js 2",
55
"main": "dist/vue-patternfly.min.js",
66
"directories": {

0 commit comments

Comments
 (0)