Commit graph

6318 commits

Author SHA1 Message Date
SachaG
9f18d4f95f Re-enable webAppConnectHandlersUse 2019-01-03 21:45:50 +09:00
SachaG
190b76159c Re-enable currentRoute and ErrorCatcher 2019-01-03 21:40:11 +09:00
Apollinaire
a0280d86e9 Go back to using FormNestedFoot in Nested Array Fields 2019-01-02 18:35:36 +01:00
eric-burel
eeada2d231 linting, removing apollo package 2019-01-02 18:11:10 +01:00
eric-burel
022a72e41b Merge Apollo2 branch 2019-01-02 17:18:54 +01:00
Eric Burel
b1c06f2a33
Merge pull request #2157 from lbke/apollo2-finalization
Apollo2 finalization (backward compatibility)
2019-01-02 15:43:40 +01:00
eric-burel
2bb18f5844 split styled-components into their own package 2019-01-02 15:32:09 +01:00
eric-burel
512cd27af3 remove mongo-redux 2019-01-02 11:53:21 +01:00
eric-burel
f5039d4952 added router.client.wrapper callback and setup redux 2019-01-02 11:45:25 +01:00
SachaG
553a0627d4 v1.12.13 2019-01-02 14:41:41 +09:00
SachaG
7ddcc28b97 Comment out sendy integration for now 2019-01-02 14:40:39 +09:00
SachaG
3e1571e1e8 Fix ESLint unused variables 2018-12-31 15:26:22 +09:00
SachaG
111e00ecae Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
SachaG
00683ba83e v1.12.12 2018-12-31 15:03:19 +09:00
SachaG
7a4de1c799 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-12-29 22:01:21 +09:00
SachaG
8d00e6091d Fix NPM vulnerabilities 2018-12-29 22:00:02 +09:00
SachaG
4f49350d70 clean up NPM packages 2018-12-29 21:58:30 +09:00
SachaG
10f867e123 Merge branch 'devel' into bs4 2018-12-28 09:16:30 +09:00
SachaG
b2a3e04fcf Fix pollInterval SSR issue (see https://github.com/apollographql/apollo-client/issues/1704#issuecomment-322995855) 2018-12-28 09:16:07 +09:00
SachaG
857b20867c Update to Bootstrap 4 2018-12-28 08:52:40 +09:00
Sacha Greif
cc9c9af008
Merge pull request #2165 from ochicf/patch-2
Add ES translations for error messages
2018-12-28 08:15:56 +09:00
Oscar Chic
299c167922
Add ES translations for error messages 2018-12-27 17:03:22 +01:00
Sacha Greif
d31355ee09
Merge pull request #2163 from Neobii/arrayValidationFix
forgot to add variable
2018-12-27 10:10:01 +09:00
neobii
5daae54ed9 forgot to add variable 2018-12-26 16:47:36 -06:00
Sacha Greif
283320c754
Merge pull request #2162 from Neobii/newArrayValidationMessage
fixed nested array field error
2018-12-26 13:20:23 +09:00
neobii
db98640034 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into newArrayValidationMessage 2018-12-25 14:53:44 -06:00
neobii
23c24c66ae fixed nested array field error 2018-12-25 14:47:26 -06:00
Apollinaire
72c9d7fc7f Add FR translations for error messages 2018-12-25 18:47:08 +01:00
Apollinaire
ba561bb7fa fix accounts-password dependency 2018-12-25 09:34:25 +01:00
eric-burel
19df560545 add redux 2018-12-21 17:32:34 +01:00
eric-burel
c259f4457f add router.server.postRender callback 2018-12-21 17:32:34 +01:00
eric-burel
c3d5a01a9c add router.server callback to wrap the app 2018-12-21 17:32:25 +01:00
Sacha Greif
0232225d45
Merge pull request #2156 from Neobii/helmetTestFix
fixed helmet for testing
2018-12-20 10:41:51 +09:00
neobii
dd546faee0 fixed helmet for testing 2018-12-19 09:28:10 -06:00
Apollinaire
1e7ae073a9 Merge branch 'master' into devel 2018-12-19 16:10:54 +01:00
Apollinaire
149932a6b8 avoid importing all of lodash to reduce the bundle size 2018-12-19 14:45:36 +01:00
Sacha Greif
b50fb7b363
Merge pull request #2154 from Neobii/lintingFix
fixed whitespace to pass linting test
2018-12-19 11:01:09 +09:00
neobii
bbe973b13e fixed whitespace to pass linting test 2018-12-18 13:23:20 -06:00
Eric Burel
ed33f5a7ae
Merge pull request #2131 from lbke/feature/smart-form-reset
Feature/smart form reset
2018-12-18 09:52:30 +01:00
SachaG
290c9ae4f5 Pass down Components prop 2018-12-17 17:04:30 +09:00
SachaG
ab13f16a26 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-12-16 22:52:11 +09:00
Sacha Greif
d51ae7591b
Merge pull request #2065 from OrigenStudio/feature/router-hook-props
Add async hook to RouterHook and provide props as argument
2018-12-16 22:52:00 +09:00
Eric Burel
5818df05a1
Merge branch 'devel' into feature/smart-form-reset 2018-12-15 17:33:19 +01:00
Eric Burel
c55aa27983
Merge pull request #2126 from lbke/cleanup-components
Cleanup Datatable / withComponents pattern
2018-12-15 17:31:33 +01:00
Eric Burel
93566aba1c
Merge branch 'devel' into feature/smart-form-reset 2018-12-15 17:16:24 +01:00
SachaG
5e06e47d6b Make callback hook names case-insensitive; port forms callbacks to new single argument syntax 2018-12-15 18:25:15 +09:00
Sacha Greif
1cbb2976f0
Merge pull request #2130 from slimui/nnenna
Add Prettier and Husky
2018-12-15 17:57:59 +09:00
Sacha Greif
2931d706c6
Merge pull request #2152 from mousetraps/itani/support-form-id-attribute
Support form id attribute in SmartForm
2018-12-15 16:41:09 +09:00
SachaG
a523125da8 Use lowercase typeName for callbacks 2018-12-15 16:30:38 +09:00
SachaG
8fe3b7abfd Fix issue with addIntlFields callback 2018-12-15 16:27:06 +09:00