[Pkg-javascript-commits] [SCM] libjs-chosen packaging annotated tag, v0.9.13, created. v0.9.13
Patrick Filler
pf at patrickfiller.com
Wed Jun 26 15:47:06 UTC 2013
The annotated tag, v0.9.13 has been created
at bff8b02f224922bac387780b075234cc6869bbd2 (tag)
tagging bd8c6a52d83124d6e44db2369c27e7ad35c4bb5f (commit)
replaces v0.9.12
tagged by Patrick Filler
on Fri Apr 19 18:50:11 2013 -0400
- Shortlog ------------------------------------------------------------
Version 0.9.13
Brandon White (1):
Added explicit empty returns to jQuery event handlers
Christophe Coevoet (5):
Merge pull request #1071 from BrandonLWhite/master
Merge pull request #1107 from timcheadle/master
Merge pull request #1110 from koenpunt/rebuild-with-recent-coffeescript
Merge pull request #1111 from theoreticaLee/master
Merge pull request #1125 from koenpunt/new-coffee-script
Frédéric Camblor (3):
Externalized hardcoded labels into overridable AbstractChosen static fields
Added missing generated non minified js files
Added missing generated minified js files
Justin DuJardin (11):
Add configurable "width" option to Chosen selects. Allow full support for px and % based widths.
Add configurable "width" option to Chosen selects. Updated output files.
Missed the "px" on f_width for jQuery
Add fixup_width to AbstractChosen to return a 'px' formatted width string if no existing format is specified.
Cleanup some leftover width calculations for the drop down.
set style width in jQuery chosen instead of 'width' directly to be consistent across implementations.
Cleanup CSS to remove redundant style information.
Update example pages with blurbs about using the 'width' option.
Reorder box-sizing CSS styles based on feedback from Christophe Coevoet.
Fix an issue where specifying the 'disable_search_threshold' option on single selects with custom widths did not work properly.
Fix tabindex on example page elements.
Ken Earley (11):
Stop propagation on deleting multi select item
Do not instantiate Chosen when IE7 or below
Use Microsoft's code snippet for browser detection
Add IE_DOCUMENT_MODE into the Chosen object
Move browser check into AbstractChosen as a class method. Make check more
Rename browser check method
Merge branch 'master' into disable-chosen-prototype-ie7
Fixed typo on browser check method
Merge branch 'improve-internationalization' of github.com:4sh/chosen into 4sh-improve-internationalization
Removing browser checker from prototype html example. It's now in
Merge branch 'master' into 4sh-improve-internationalization
Koen Punt (2):
cake build
CoffeeScript 1.6.x to make use of prettyErrorMessage
Lee Leathers (2):
Add Chosen license to package.json
Updated copyright years
Matthew Lettini (3):
Merge pull request #1120 from crazymykl/master
chzn-search not position absolute, add border-box in more places
format box-sizing like everything else
Mike MacDonald (1):
Update chosen.css
Patrick Filler (25):
Merge branch 'jdd-custom-width' of github.com:justindujardin/chosen into justindujardin-jdd-custom-width
A more flexible width fetcher (uses computed style as a fallback to
Merge branch 'justindujardin-jdd-custom-width' of github.com:harvesthq/chosen into justindujardin-jdd-custom-width
Fix the jquery example to include the proper header.
Remove unecessary parseInt on some values. ParseFlaot on others.
More concise test for window.computedStyle
Merge pull request #1141 from harvesthq/justindujardin-jdd-custom-width
Merge branch 'master' into fix-placeholder-when-deleting-last-multi-select
Merge pull request #1142 from harvesthq/fix-placeholder-when-deleting-last-multi-select
Use CSS dropdown positioning, not js calculations!
Remove margin -1 on results UL. Spacing looks better this way.
Merge pull request #1143 from harvesthq/dropdown-use-css-positioning
Use selectedIndex instead of value for tracking change events.
Merge branch 'master' into use-selectedIndex-for-change
Merge branch 'master' into use-selectedIndex-for-change
Merge pull request #1147 from harvesthq/use-selectedIndex-for-change
Remove pending_destroy_click variable.
Merge branch 'master' into fix-delete-last-element-requires-two-clicks
Merge pull request #1149 from harvesthq/fix-delete-last-element-requires-two-clicks
Ken is here to stay
Use existing reference to container element instead of reselecting.
Update readme with new github.io domain.
Merge branch 'master' into use-existing-container-references
Merge pull request #1151 from harvesthq/use-existing-container-references
Update to version 0.9.13
Tim Cheadle (1):
Added support for updating data-placeholder text with liszt:updated events
-----------------------------------------------------------------------
--
libjs-chosen packaging
More information about the Pkg-javascript-commits
mailing list