[Pkg-javascript-commits] [libjs-chosen] 03/04: Add upstream changelog

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 18:44:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository libjs-chosen.

commit a53d45074a5d433937b6103afc919e1c920837d8
Author: David Prévot <taffit at debian.org>
Date:   Thu Jul 31 14:20:21 2014 -0400

    Add upstream changelog
    
    https://github.com/harvesthq/chosen/releases
---
 debian/rules              |  3 +++
 debian/upstream/changelog | 69 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/debian/rules b/debian/rules
index 75ea8c1..d5c66c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,8 @@ override_dh_auto_clean:
 	rm -f chosen/*.js
 	dh_auto_clean
 
+override_dh_installchangelogs:
+	dh_installchangelogs debian/upstream/changelog
+
 get-orig-source:
 	uscan --verbose --rename --force
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..4c3dcb7
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,69 @@
+12 Dec 2012 - v0.9.11
+
+Retain Select Classes, Disable Split Words
+
+Add an option to inherit initial select classes
+
+When enabled, this option will grab any class names off the initial select and add them to Chosen's container div:
+
+Take:
+
+<select id="copyClasses" classes="this-class-comes-with">
+  ...
+</select>
+
+Run:
+
+$("#copyClasses").chosen({ inherit_select_classes: true; });
+
+Get:
+
+<div id="copyClasses_chzn" class="... this-class-comes-with">
+  ...
+</div>
+
+(#917)
+Add an option to disable searching split words
+
+By default, Chosen will attempt to search across words by splitting option text at a space. For example, a search of "Stat" will match "United States". This can now be disabled:
+
+$("select").chosen({ enable_split_word_search: false });
+
+(#824, #940)
+
+
+5 Dec 2012 - v0.9.10
+
+Copy Select Title, Bug Fixes
+
+Improvements
+
+    Handle select title (#914): applies a select's title attribute to Chosen's container div if it exists.
+
+Bug Fixes
+
+    Fiexd Firefox mousedown drag issue (#902)
+    Fixed the handling of ctrl key for multiple select (#916)
+    Fixed multiple select placeholder clipping bug (#920)
+    Expose Chosen to the window object (#929)
+
+
+28 Nov 2012 - v0.9.9
+
+12 Mar 2012 - v0.9.8
+
+19 Jan 2012 - v0.9.7
+
+12 Jan 2012 - v0.9.6
+
+30 Sep 2011 - v0.9.5
+
+29 Sep 2011 - v0.9.4
+
+12 Sep 2011 - v0.9.3
+
+12 Sep 2011 - v0.9.2
+
+1 Aug 2011 - v0.9.1
+
+31 Jul 2011 - v0.9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-chosen.git



More information about the Pkg-javascript-commits mailing list