Skip to content

Commit

Permalink
Release 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xcash committed Aug 25, 2020
1 parent bc486d2 commit 53ebf52
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 144 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca

[Documentation](http://bootstrap-autocomplete.rtfd.io/)

Latest version: 2.3.6dev (2020/08/03)
Latest version: 2.3.6 (2020/08/25)

Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box.

Expand Down
138 changes: 1 addition & 137 deletions dist/latest/bootstrap-autocomplete.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/latest/bootstrap-autocomplete.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.6dev'
release = u'2.3.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Using CDN (thanks to JSDelivr)
.. code-block:: html
:caption: STABLE version |release|

<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.5/dist/latest/bootstrap-autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.6/dist/latest/bootstrap-autocomplete.min.js"></script>

.. code-block:: html
:caption: Latest version (this is the development branch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-autocomplete",
"version": "2.3.5",
"version": "2.3.6",
"description": "Bootstrap autocomplete for Bootstrap 3 and 4.",
"keywords": [
"bootstrap",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
},
// mode: 'production'
mode: 'development'
mode: 'production'
// mode: 'development'
};

0 comments on commit 53ebf52

Please sign in to comment.