Navigation Menu

Skip to content

Commit

Permalink
Update typeahead.js library to 1.3.0
Browse files Browse the repository at this point in the history
Fixes #26382
  • Loading branch information
dregad committed Dec 2, 2019
1 parent 1bd17e6 commit e1adc8d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Expand Up @@ -660,8 +660,8 @@
define( 'DATETIME_PICKER_HASH_CSS', 'sha256-yMjaV542P+q1RnH6XByCPDfUFhmOafWbeLPmqKh11zo=' );

# Tyeahead JS
define( 'TYPEAHEAD_VERSION', '1.1.1' );
define( 'TYPEAHEAD_HASH', 'sha256-qZIhMVBV4/crmcmYXNq5ZE5gPRiiPPMKVYbapf5HDBs=' );
define( 'TYPEAHEAD_VERSION', '1.3.0' );
define( 'TYPEAHEAD_HASH', 'sha256-VWMJXexFUMAwIXw/PoOzOleP6q97pIbKWuY4v9gMXoY=' );

# List JS
define( 'LISTJS_VERSION', '1.5.0' );
Expand Down
7 changes: 0 additions & 7 deletions js/typeahead.jquery-1.1.1.min.js

This file was deleted.

8 changes: 8 additions & 0 deletions js/typeahead.jquery-1.3.0.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions library/README.md
Expand Up @@ -25,7 +25,7 @@ bootstrap-datetimepicker | 4.17.47 | unpatched
dropzone.js | 5.5.0 | unpatched
chart.js | 2.8.0 | unpatched
chartjs-plugin-colorschemes | 0.4.0 | unpatched
typeahead.js | 1.1.1 | unpatched
typeahead.js | 1.3.0 | unpatched
list.js | 1.5.0 | unpatched


Expand All @@ -48,5 +48,5 @@ datetimepicker | https://github.com/Eonasdan/bootstrap-datetimepicker
dropzone.js | http://www.dropzonejs.com/ - https://github.com/enyo/dropzone
chart.js | http://www.chartjs.org/ - https://github.com/chartjs/Chart.js
chartjs-plugin-colorschemes | https://github.com/nagix/chartjs-plugin-colorschemes/
typeahead.js | https://github.com/twitter/typeahead.js
typeahead.js | https://github.com/corejavascript/typeahead.js
list.js | http://listjs.com/ - https://github.com/javve/list.js

0 comments on commit e1adc8d

Please sign in to comment.