Commit graph

593 commits

Author SHA1 Message Date
Josh Johnson b9de7f1027 Create CODE_OF_CONDUCT.md 2017-07-05 09:12:28 +01:00
Josh Johnson 0a5c3e404c Update README.md 2017-07-05 09:11:51 +01:00
Josh Johnson 44943633a4 Create CONTRIBUTING.md 2017-07-05 09:11:23 +01:00
Josh Johnson 011be2306d Version 2.8.7 2017-07-05 09:03:10 +01:00
Josh Johnson 2fefb904a3 Merge pull request #197 from JayKid/fix/extra-parameter-in-add-item
Fix extra parameter in call to _addItem
2017-06-30 15:23:37 +01:00
Jay Kid af9feb3e2c fix: remove extra 'undefined' argument when calling _addItem from _addChoice
+ Added integration-like test
2017-06-30 15:45:47 +02:00
Jay Kid 8ed2139335 fix: typo 2017-06-30 15:37:11 +02:00
Josh Johnson bb69d231e1 Merge pull request #193 from JayKid/doc/set-value-by-choice-extend-example
update readme regarding setValueByChoice
2017-06-29 16:46:10 +01:00
Jay Kid 8327af90f7 doc: Point out in the readme that setValueByChoice can be supplied an array of strings as well. 2017-06-29 16:49:08 +02:00
Josh Johnson 955a7c1206 Remove space 2017-06-29 08:53:04 +01:00
Josh Johnson a5f49fe864 Version 2.8.6 2017-06-29 08:42:16 +01:00
Josh Johnson 2d5c863f5a Merge branch 'JayKid-master' 2017-06-29 08:41:08 +01:00
Josh Johnson 4370616519 Documentation + housekeeping + ensure custom props are passed to preset items 2017-06-29 08:40:56 +01:00
Jay Kid 271d2a20b3 test: added a more "integration"-like test for the custom properties feature 2017-06-28 11:58:41 +02:00
Jay Kid 600f59a440 fix: add pause between "Remove item" and the value of the item by adding a colon
Helps understanding when using VoiceOver
2017-06-28 11:12:45 +02:00
Jay Kid 0b3cf1a355 feat: implement custom properties for items and choices
+ Added unit tests for both choice and item reducers
+ Had to add some visually unpleasant undefineds, sorry :P
2017-06-28 11:11:02 +02:00
Josh Johnson 1eaceb1345 Version 2.8.5 2017-06-27 16:39:08 +01:00
Josh Johnson 8485137121 More appropriate naming 2017-06-27 16:35:46 +01:00
Josh Johnson f6ea9224e2 Introduce search render limit 2017-06-27 16:30:08 +01:00
Josh Johnson cd9797e9d0 Housekeeping 2017-06-27 15:54:22 +01:00
Josh Johnson d632b3383f Remove package lock - breaking Travis checks 2017-06-27 13:22:10 +01:00
Josh Johnson 098e191771 Resolve isUnique test + minor fixes 2017-06-27 13:11:31 +01:00
Josh Johnson b1cfa5441c Use classnames lib for generating class lists 2017-06-27 12:42:01 +01:00
Josh Johnson 3084cae9f0 Update travis task 2017-06-27 11:35:53 +01:00
Josh Johnson 62d814ddf7 Merge in search PR + use normal test commands 2017-06-27 11:32:21 +01:00
Josh Johnson 149d576fe1 Merge branch 'maximmig-master' 2017-06-27 11:28:14 +01:00
Maxim Mig 9d4102bc03 Typo correction: this.config.search -> this.config.searchEnabled. Error in action: https://www.screencast.com/t/e23Ti7eT7J 2017-06-22 18:31:36 +03:00
Josh Johnson d28ad92033 Version 2.8.4 2017-06-03 12:38:33 +01:00
Josh Johnson 38761ca4ae Merge pull request #176 from adamsro/bugfix/maintain-container-focus-on-escape
Refocus outer container when dropdown is closed via escape key
2017-06-03 12:36:24 +01:00
Josh Johnson 7883254f16 Merge branch 'p-bernal-accessibility-improvements' 2017-06-03 12:05:10 +01:00
Josh Johnson 9020740f16 Don't re-assign arg 2017-06-03 12:04:46 +01:00
Pablo Bernal 8d481b4f2c Accessiblity improvements: usage of activedescendant to read options, allow arrow keys to browse options when screen reader is on, fix for aria-selected 2017-06-02 15:34:07 -05:00
Josh Johnson d95d4129e6 Merge pull request #177 from thetar/patch-1
Added missed comma
2017-06-01 09:05:55 +01:00
Tony be31f38706 Added missed comma 2017-05-30 15:46:06 -05:00
Josh Johnson bc79e6af75 Use node v5 - node-sass issues 2017-05-30 20:14:23 +01:00
Josh Johnson ac2def86af Merge pull request #175 from adamsro/bugfix/trim-is-not-a-function
Check `item.value` is type 'string' before calling `trim()`
2017-05-30 19:54:33 +01:00
Marshall Adams c3166d6e60 Refocus outer container when dropdown is closed via escape key 2017-05-30 11:35:34 -07:00
Marshall Adams e4df3a8cb7 Merge updated master into bugfix 2017-05-30 11:11:19 -07:00
Marshall Adams 110796e25f Check value is type string before calling trim() 2017-05-30 10:43:25 -07:00
Josh Johnson 3b203d892b Version 2.8.3 2017-05-29 11:12:48 +01:00
Josh Johnson 75e5801585 Revert breaking focus PR 2017-05-29 11:11:50 +01:00
Josh Johnson e5bf9b76bd Update README.md 2017-05-18 18:08:55 +01:00
Josh Johnson 777df12fe5 Update README.md 2017-05-18 18:04:49 +01:00
Josh Johnson 1350c6a9ac Version 2.8.2 2017-05-18 17:57:35 +01:00
Josh Johnson bc48904765 Silent config option 2017-05-18 17:56:29 +01:00
Josh Johnson 4ad0406ad5 Housekeeping 2017-05-18 12:20:01 +01:00
Josh Johnson 6caea25fff Merge branch 'rstacruz-fix/ie-on-blur-fix' 2017-05-18 12:00:14 +01:00
Josh Johnson c7d2d8beb6 Merge branch 'fix/ie-on-blur-fix' of https://github.com/rstacruz/Choices into rstacruz-fix/ie-on-blur-fix 2017-05-18 11:57:15 +01:00
Josh Johnson f9f4400d7d Check duplicate items for multiple select inputs too 2017-05-18 11:55:45 +01:00
Josh Johnson f64cf87801 Move away from one line returns 2017-05-18 09:36:33 +01:00