[Bps-public-commit] rt-extension-selectize branch, master, updated. 94da7c50606a52cb30261ef791f9e9bf59214906
? sunnavy
sunnavy at bestpractical.com
Thu Jun 20 10:21:18 EDT 2019
The branch, master has been updated
via 94da7c50606a52cb30261ef791f9e9bf59214906 (commit)
from b3279809767dad5e7095fec24faa29887fbbc11a (commit)
Summary of changes:
Changes | 8 ++++++++
META.yml | 2 +-
lib/RT/Extension/Selectize.pm | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 94da7c50606a52cb30261ef791f9e9bf59214906
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 20 22:16:05 2019 +0800
Prep version 0.02
diff --git a/Changes b/Changes
index c722dae..535031e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,12 @@
Revision history for RT-Extension-Selectize
+0.02 2019-06-20
+
+ - Fix autocomplete URL
+ - Backspace deletes a bubble as a whole
+ - Show labels instead of values(emails) for default values too
+ - Disable browser autocomplete for selectize related inputs
+ - Support selectize_option/selectize_item from json to customize option/item UI
+
0.01 2019-05-13
- Initial version
diff --git a/META.yml b/META.yml
index b2db485..eb4b76f 100644
--- a/META.yml
+++ b/META.yml
@@ -23,7 +23,7 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-selectize
-version: '0.01'
+version: '0.02'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.4.3
x_rt_too_new: 4.6.0
diff --git a/lib/RT/Extension/Selectize.pm b/lib/RT/Extension/Selectize.pm
index 3f7d85b..f4f497d 100644
--- a/lib/RT/Extension/Selectize.pm
+++ b/lib/RT/Extension/Selectize.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::Selectize;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
RT->AddStyleSheets($_) for qw/selectize.default.css selectize.customized.css/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list