Commit graph

583 commits

Author SHA1 Message Date
Josh Johnson b87d24e55a Version 2.4.1 2016-10-28 22:03:04 +01:00
Josh Johnson 2c8f7e5fcc Update bower json 2016-10-28 22:02:01 +01:00
Josh Johnson 8fabf6788b Ensure Require.js export works 2016-10-28 21:59:43 +01:00
Josh Johnson 1fcd9dea0d Cache object lookups 2016-10-26 15:43:15 +01:00
Josh Johnson d6f34fc70e Merge remote-tracking branch 'origin/master' 2016-10-22 21:05:33 +01:00
Josh Johnson c620f2c28a Build 2016-10-22 21:05:29 +01:00
Josh Johnson 6f722ef8fb Version 2.4.0 2016-10-22 21:04:56 +01:00
Josh Johnson ca0541b91a Function to handle input width sizing + minor tweaks 2016-10-22 21:04:13 +01:00
Josh Johnson 378c6dbafa Resolve init/destroy bug 2016-10-22 20:15:28 +01:00
Josh Johnson c99ed1c23a Merge pull request #62 from nathanielw/master
Fix noResultsText typo (`round` -> `found`)
2016-10-21 06:47:15 +01:00
Nathaniel Watson af970ec776 Fix noResultsText typo (round -> found) 2016-10-21 17:43:32 +13:00
Josh Johnson 49ea948523 Update README.md 2016-10-20 22:00:25 +01:00
Josh Johnson 92a2c4ec96 Update README 2016-10-20 14:44:07 +01:00
Josh Johnson 67f29c286a Merge remote-tracking branch 'origin/master' 2016-10-19 07:37:51 +01:00
Josh Johnson 619d6aa15f Version 2.3.1 2016-10-19 07:37:43 +01:00
Josh Johnson bac0e37292 Update README.md 2016-10-19 07:36:41 +01:00
Josh Johnson c867558dcd Update read me + default value for replaceChoices 2016-10-19 07:35:42 +01:00
Josh Johnson de33f6b6e3 Ability to remove choices when setting + callback improvements 2016-10-19 07:33:38 +01:00
Josh Johnson f2b58807be Update documentation 2016-10-18 19:42:56 +01:00
Josh Johnson 377c61fb0c Version 2.3.0 2016-10-18 19:41:05 +01:00
Josh Johnson 5c04638bef Group value callback tweaks 2016-10-18 19:39:49 +01:00
Josh Johnson 5cc10cdcbb Pass group value to callbacks 2016-10-18 19:23:22 +01:00
Josh Johnson 4e232e8931 Reduce specificity of group headings class 2016-10-18 18:55:49 +01:00
Josh Johnson 9e9d820f56 Output expanded css 2016-10-18 18:52:48 +01:00
Josh Johnson 89fff1a164 Version 2.2.4 2016-10-18 14:15:53 +01:00
Josh Johnson b3071cc0dd Webpack UMD wrapper 2016-10-18 14:15:00 +01:00
Josh Johnson 6ae33d1ee6 Update read me 2016-10-12 13:58:01 +01:00
Josh Johnson fc46dc0fa1 Version 2.2.3 2016-10-12 13:55:06 +01:00
Josh Johnson 87db6b0949 Merge branch 'froggiefab-pr-setchoices' 2016-10-12 13:54:21 +01:00
Josh Johnson 5daed47424 Documentation tweaks 2016-10-12 13:54:14 +01:00
Josh Johnson b73893c963 Merge branch 'pr-setchoices' of https://github.com/froggiefab/Choices into froggiefab-pr-setchoices 2016-10-12 13:31:30 +01:00
Josh Johnson 396abef672 Merge pull request #51 from zslabs/patch-1
Shorten list style declaration
2016-10-12 11:52:47 +01:00
Zach Schnackel e73575fb33 Shorten list style declaration
According to http://stackoverflow.com/questions/19889069/whats-the-difference-between-list-style-type-and-list-style `list-style` can be substituted for `list-style-type` if it's meant to replace all relevant sub-styles (position and image).
2016-10-11 20:23:22 -04:00
fabien.leconte aa04aec6e1 - Add support of custom properties names for the "_addGroup" function
- Handle groups in ajax callback
2016-10-10 14:17:35 +02:00
Josh Johnson e3bb6f0f4f Version 2.2.2 2016-10-02 16:43:31 +01:00
Josh Johnson 514d68890b Loading state call removal 2016-10-02 16:43:00 +01:00
Josh Johnson 0faad12d08 Update README.md 2016-09-30 21:36:00 +01:00
Josh Johnson 4be0e63616 Update README.md 2016-09-30 21:34:54 +01:00
Josh Johnson b689efe6f7 Update README.md 2016-09-30 21:30:38 +01:00
Josh Johnson f1f85b6cfc Update README.md 2016-09-30 21:29:18 +01:00
Josh Johnson 7b950a02a7 Update README.md 2016-09-30 21:28:43 +01:00
Josh Johnson 5dfb539ab1 Version 2.2.1 2016-09-30 13:53:02 +01:00
Josh Johnson 0ac9f29639 Merge branch 'froggiefab-pr-custom-templates' 2016-09-30 13:52:28 +01:00
Josh Johnson bdad503ffe Version 2.2.0 2016-09-30 13:51:14 +01:00
Josh Johnson 56e3465ac0 Housekeeping 2016-09-30 13:50:23 +01:00
Josh Johnson da18bbbf8f Template example tweak 2016-09-30 13:19:05 +01:00
fabien.leconte c2ae162e0a Added a sample for custom templates 2016-09-30 14:05:05 +02:00
fabien.leconte 6c733b25b3 Merge remote-tracking branch 'origin/pr-custom-templates' into pr-custom-templates
# Conflicts:
#	assets/scripts/dist/choices.js
#	assets/scripts/dist/choices.js.map
#	assets/scripts/dist/choices.min.js
2016-09-30 09:46:45 +02:00
fabien.leconte 3ea9fa56a7 Rebase https://github.com/jshjohnson/Choices into pr-custom-templates 2016-09-30 09:46:27 +02:00
fabien.leconte c8d508f4de New callback to allow user to customize templates. 2016-09-30 09:44:51 +02:00