Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Release 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Jul 4, 2018
1 parent 586645a commit ef0a344
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# CHANGELOG

## master
## 3.1.0

- Add `data` property to `change` events.
- Don't crash when some, but not all, result items have children (#227, thanks to @watsab).
- Trim template results to avoid runtime errors (#210, thanks to @darekzak).
- Fix clear button if item text is too long (#211, thanks to @dmarchuk).
- React: Don't use `componentWillReceiveProps()` for forward compatibility with React 17.

## 3.0.6

Expand Down
11 changes: 7 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="project_title">Selectivity.js</h1>
<h2 id="project_tagline">Modular and light-weight selection library</h2>

<section id="downloads">
<a class="tar_download_link" href="https://github.com/arendjr/selectivity/releases/download/3.0.6/selectivity-3.0.6.tar.gz">Download this project as a tar.gz file</a>
<a class="tar_download_link" href="https://github.com/arendjr/selectivity/releases/download/3.1.0/selectivity-3.1.0.tar.gz">Download this project as a tar.gz file</a>
</section>
</header>
</div>
Expand Down Expand Up @@ -237,7 +237,8 @@ <h2>

<p>
<i>Note: If this example stops working, please wait a few minutes. There is an active rate-limit in the GitHub
API.</i>
API.
</i>
</p>

<div id="example-6" class="selectivity-input example-input"></div>
Expand Down Expand Up @@ -690,7 +691,8 @@ <h2>Options</h2>
<code>dropdownEl</code> (the element to be positioned) and
<code>selectEl</code> (the element of the Selectivity instance) as arguments. The default implementation positions
the dropdown element under the Selectivity instance's element and gives it the same width as
well.</td>
well.
</td>
</tr>
<tr>
<td>query</td>
Expand Down Expand Up @@ -829,7 +831,8 @@ <h2>Options</h2>
<code>text</code> properties) and
<code>options</code> (the options set on the Selectivity instance) arguments. Any string returned by the tokenizer
function is treated as the remainder of untokenized input. This option only applies to multiple-value
inputs.</td>
inputs.
</td>
</tr>
<tr>
<td>tokenSeparators</td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selectivity",
"desc": "Modular and light-weight selection library",
"version": "3.0.6",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "git://github.com/arendjr/selectivity.git"
Expand Down
41 changes: 31 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,12 @@ binaryextensions@2:
version "2.1.1"
resolved "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-2.1.1.tgz#3209a51ca4a4ad541a3b8d3d6a6d5b83a2485935"

bl@^0.9.1:
version "0.9.5"
resolved "https://registry.yarnpkg.com/bl/-/bl-0.9.5.tgz#c06b797af085ea00bc527afc8efcf11de2232054"
bl@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
dependencies:
readable-stream "~1.0.26"
readable-stream "^2.3.5"
safe-buffer "^5.1.1"

blob@0.0.4:
version "0.0.4"
Expand Down Expand Up @@ -3819,6 +3820,10 @@ process-nextick-args@^1.0.6, process-nextick-args@~1.0.6:
version "1.0.7"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"

process-nextick-args@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"

process@~0.11.0:
version "0.11.10"
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
Expand Down Expand Up @@ -3956,7 +3961,7 @@ read-pkg@^1.0.0:
normalize-package-data "^2.3.2"
path-type "^1.0.0"

"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.26:
"readable-stream@>=1.0.33-1 <1.1.0-0":
version "1.0.34"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
dependencies:
Expand Down Expand Up @@ -3986,6 +3991,18 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable
string_decoder "~1.0.3"
util-deprecate "~1.0.1"

readable-stream@^2.3.5:
version "2.3.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.3"
isarray "~1.0.0"
process-nextick-args "~2.0.0"
safe-buffer "~5.1.1"
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

readable-stream@~2.0.0:
version "2.0.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e"
Expand Down Expand Up @@ -4197,6 +4214,10 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

safe-buffer@^5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

sax@^1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
Expand Down Expand Up @@ -4523,7 +4544,7 @@ string.prototype.trim@~1.1.2:
es-abstract "^1.5.0"
function-bind "^1.0.2"

string_decoder@^1.1.1:
string_decoder@^1.1.1, string_decoder@~1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
dependencies:
Expand Down Expand Up @@ -4904,11 +4925,11 @@ verror@1.10.0:
extsprintf "^1.2.0"

vinyl-buffer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vinyl-buffer/-/vinyl-buffer-1.0.0.tgz#ca067ea08431d507722b1de5083f602616ebc234"
version "1.0.1"
resolved "https://registry.yarnpkg.com/vinyl-buffer/-/vinyl-buffer-1.0.1.tgz#96c1a3479b8c5392542c612029013b5b27f88bbf"
dependencies:
bl "^0.9.1"
through2 "^0.6.1"
bl "^1.2.1"
through2 "^2.0.3"

vinyl-fs@^0.3.0:
version "0.3.14"
Expand Down

0 comments on commit ef0a344

Please sign in to comment.