Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 88394bc

Browse files
committed
Update to 0.2.3
2 parents 58f22ae + 467f87f commit 88394bc

19 files changed

+130
-84
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
- Added updated documentation. `docs` folder now to be published to gh-pages
1616
- Updated readme
1717
- Added `.npmignore`
18+
19+
## 0.2.3 - 21 Sept 2018
20+
- Fixed Safari bug (issue #14)
21+
- Fixed error when `v-model` is not used on component (issue #18)

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A simple `list-group` based typeahead/autocomplete using Bootstrap 4 and Vue 2
66

77
<img src="https://raw.githubusercontent.com/alexurquhart/vue-bootstrap-typeahead/master/assets/screenshot.png" alt="Preview image of the vue-bootstrap-typeahead component">
88

9+
## [View The Examples](https://alexurquhart.github.io/vue-bootstrap-typeahead/#/examples)
10+
911
## Installation
1012

1113
From NPM:
@@ -143,9 +145,15 @@ for the suggestion `list-item`'s
143145
</vue-bootstrap-typeahead>
144146
```
145147

146-
## Examples/Demo
148+
## Local Examples/Demo
149+
150+
Clone this repository and run `npm run serve` and navigate to http://localhost:8080 to launch the documentation. The source is in `src/views/Home.vue`
151+
152+
You can also view and edit examples hosted on CodePen [here](https://alexurquhart.github.io/vue-bootstrap-typeahead/#/examples)
147153

148-
Clone this repository and run `npm run serve` and navigate to http://localhost:8080 to launch some examples. The source is in `src/views/Home.vue`
154+
## Contributing
155+
156+
Please note that active development is done on the `Development` branch. PR's are welcome!
149157

150158
## Contributing
151159

dist/VueBootstrapTypeahead.common.js

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

dist/VueBootstrapTypeahead.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueBootstrapTypeahead.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)