Commit graph

1070 commits

Author SHA1 Message Date
Josh Johnson 487e878b88 Ensure webpack config is valid 2017-11-07 11:59:49 +00:00
Raymond Zhou cc11d6bfd6 Update to Webpack 3 2017-11-07 10:40:47 +00:00
Josh Johnson 8c7fc17811 init() and destroy() unit tests 2017-11-06 13:52:27 +00:00
Josh Johnson a7484fa093
Merge pull request #227 from jshjohnson/feature/modularise-code
NEXT RELEASE
2017-11-06 13:19:25 +00:00
Josh Johnson affd67e542 Merge with latest + housekeeping 2017-10-29 18:59:17 +00:00
Josh Johnson 71dcb6c140 Minor test tweaks 2017-10-29 18:56:24 +00:00
Josh Johnson a325a75a23 Early returns + refactoring 2017-10-19 12:35:26 +01:00
Josh Johnson 30c31a406c Abstract various methods 2017-10-18 13:05:07 +01:00
Josh Johnson 920d41d0f5 Remove 'shoulds' from tests 2017-10-18 13:04:52 +01:00
Josh Johnson 5304de02a7 Move event triggering to wrapped element class 2017-10-18 09:08:27 +01:00
Josh Johnson a77b93b25a Resolve conflict 2017-10-18 08:56:19 +01:00
Josh Johnson 88ccdc6917 Template functions as pure functions 2017-10-18 08:54:23 +01:00
Josh Johnson 859653ff72 Expose methods from wrapped elements 2017-10-18 08:43:56 +01:00
Josh Johnson 8b71f277ff Resolve passedElement issues 2017-10-14 11:29:08 +01:00
Josh Johnson bd77f458b3 Begin to move passedElement logic into wrapped component 2017-10-13 13:43:58 +01:00
Josh Johnson 82cb17ec2b Minor refactoring 2017-10-13 09:17:20 +01:00
Josh Johnson d48fdf4e02 Minor fixes 2017-10-13 08:51:28 +01:00
Josh Johnson e79aeaa93e Move key codes into constant 2017-10-12 16:27:23 +01:00
Josh Johnson d5167b0106 Add further container tests 2017-10-12 12:43:53 +01:00
Josh Johnson 843d1f66bb Use parentInstance + begin adding container tests 2017-10-12 12:34:47 +01:00
Josh Johnson 48e35a88da Finish input unit tests 2017-10-12 09:35:58 +01:00
Josh Johnson f9303d86b0 Add list unit tests 2017-10-11 09:39:31 +01:00
Josh Johnson d211cf9507 Add dropdown unit tests 2017-10-11 09:19:13 +01:00
Josh Johnson 806edca24f Move templates into own file 2017-10-10 16:59:49 +01:00
Josh Johnson f98e79e218 Move action types into constant file 2017-10-10 15:30:06 +01:00
Josh Johnson fb4f80b5f1 Break out actions into action files 2017-10-10 15:26:38 +01:00
Josh Johnson 865f96d0da Move event keys into constants 2017-10-10 13:03:04 +01:00
Josh Johnson ff7cadbd85 Begin component tests 2017-10-10 12:56:36 +01:00
Josh Johnson af1dc1243d Finish add store tests 2017-10-10 12:35:05 +01:00
Josh Johnson 180e0fc609 Begin adding store tests 2017-10-10 12:06:00 +01:00
Josh Johnson 2a8a8340f6 Items/groups tests 2017-10-10 11:40:59 +01:00
Josh Johnson c63b9ff439 Group reducer tests 2017-10-10 11:28:08 +01:00
Josh Johnson b9750e3c83 Don't map over state for reducer tests 2017-10-10 11:20:00 +01:00
Josh Johnson a9cdbc54c4 Rename choices main test file 2017-10-09 17:47:18 +01:00
Josh Johnson a8cbeb91bc Begun adding reducer tests 2017-10-09 17:46:47 +01:00
Josh Johnson 4666e33845 Export default state with reducer 2017-10-08 15:52:54 +01:00
Josh Johnson 6f5673a6a3 Add action unit tests 2017-10-08 15:48:51 +01:00
Josh Johnson efc87cc6ce Update node version on Travis build 2017-10-06 09:59:42 +01:00
Josh Johnson 0f3b42ee2c Update test watch command 2017-10-06 09:38:13 +01:00
Josh Johnson da133747eb Revert "Begin to abstract passedElement code"
This reverts commit 55fca5d402.
2017-10-06 09:37:17 +01:00
Josh Johnson 55fca5d402 Begin to abstract passedElement code 2017-10-06 09:07:49 +01:00
Josh Johnson b8c53bdd49 Remove karma tests 2017-10-03 13:18:42 +01:00
Josh Johnson e96e5fdc74 Resolve final broken tests 2017-10-03 13:17:31 +01:00
Josh Johnson 498e45f6db Merge branch 'feature/modularise-code' of github.com:jshjohnson/Choices into feature/modularise-code 2017-09-29 13:27:26 +01:00
Josh Johnson 098f71172d Fix further tests 2017-09-29 13:26:47 +01:00
Josh Johnson 8e703b5bfc Merge remote-tracking branch 'origin' into feature/modularise-code 2017-09-29 13:05:55 +01:00
Josh Johnson 85bd985a5e Merge pull request #261 from JayKid/update-fuse
Update Fuse dependency
2017-09-28 12:37:40 +01:00
Jay Kid 4a68f6acf3 Merge branch 'feature/modularise-code' of github.com:jshjohnson/Choices into update-fuse 2017-09-28 12:49:10 +02:00
Jay Kid 509eed587c Access id instead of item.id since Fuse has flattened its object structure 2017-09-21 20:55:57 +02:00
Josh Johnson 4c080cdc06 Add example placeholder to single select 2017-09-20 13:18:49 +01:00