Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Bumped to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Mar 20, 2021
1 parent 6a8c2c2 commit a0fd4b3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
v2.1.0 - In progress
v2.2.0 - In progress
* Docs: examples
* Docs: migration guide
* Docs: v2 API
* Docs: Migration guide

v2.1.0
* Arrow, Loader position style fixes
* Handled disabled options

v2.0.0
* Typescript support
Expand Down
4 changes: 2 additions & 2 deletions docs/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1 id="examples">Examples</h1>
<br/>
<div id="slm-2"></div>

<script type="text/javascript" src="https://unpkg.com/select-madu@2.0.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.0.0/dist/selectmadu.css">
<script type="text/javascript" src="https://unpkg.com/select-madu@2.1.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.1.0/dist/selectmadu.css">

<script>
new SelectMadu({
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2 id="get-started">Get started</h2>
<h2 id="license">License</h2>
<p>SelectMadu is licensed under the <a href="https://github.com/pavish/select-madu/blob/master/LICENSE">MIT License</a></p>

<script type="text/javascript" src="https://unpkg.com/select-madu@2.0.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.0.0/dist/selectmadu.css">
<script type="text/javascript" src="https://unpkg.com/select-madu@2.1.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.1.0/dist/selectmadu.css">

<script>
new SelectMadu({
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "select-madu",
"consName": "SelectMadu",
"version": "2.0.0",
"version": "2.1.0",
"description": "Select-madu is a replacement for the select menu, with support for searching, multiple selections, async loading, animations and more.",
"main": "nodesrc/index.js",
"module": "nodesrc/index.mjs",
Expand Down

0 comments on commit a0fd4b3

Please sign in to comment.