This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 0.2.0 - Added scoped slot for custom suggestions - Added some basic unit tests - Added UMD/CommonJS library builds - Added unpkg tag to packags.json - Updated documentation website (prep for gh-pages)
- Loading branch information
1 parent
db55a96
commit d77144d
Showing
28 changed files
with
6,032 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
> 1% | ||
last 2 versions | ||
not ie <= 8 | ||
not ie <= 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
# local env files | ||
.env.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: node_js | ||
node_js: | ||
- "8" | ||
script: | ||
- npm run lint | ||
- npm run test:unit | ||
- npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<<<<<<< HEAD | ||
# 0.1.2 - 28 Aug 2018 | ||
Fixed issues #3 & #4 | ||
======= | ||
## 0.1.2 - 28 Aug 2018 | ||
- Fixed #3 & #4 | ||
>>>>>>> #3 | ||
|
||
## 0.2.0 - 6 Sept 2018 | ||
- Added a scoped slot for custom suggestion list items | ||
- Added library build + unpkg tags | ||
- Updated documentation site (working on gh-pages) | ||
- Added basic unit tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.