Commit graph

411 commits

Author SHA1 Message Date
SachaG
8825662431 v1.13.0 2019-03-28 18:27:48 +09:00
eric-burel
9864424d89 Fix failure when document is invalid in the watchedMutations, small
refactor
2019-03-22 12:54:37 +01:00
SachaG
66fd1aedaf Add explicit formProps prop to edit/new buttons 2019-03-16 17:45:32 +09:00
SachaG
73eeabcca2 Add label prop to edit/new buttons 2019-03-02 17:48:14 +09:00
SachaG
67834716da Make core components more compatible with Storybook 2019-03-02 16:28:11 +09:00
SachaG
c423a8de3d Remove intl from App context (it was overwritten by intl from provider anyway); add locale to intl provider 2019-03-02 16:27:41 +09:00
SachaG
4261470fad Component fixes 2019-02-25 11:12:10 +09:00
SachaG
cab8ce1379 Add mock props for core & ui components 2019-02-24 21:55:08 +09:00
SachaG
9866c58761 Wrap 404 component in layout 2019-02-21 17:03:34 +09:00
SachaG
abf7322c16 Use context for flash message handling 2019-02-17 22:11:10 +09:00
SachaG
dd30fe2dd5 Merge branch 'master' into devel 2019-02-16 18:26:18 +09:00
SachaG
6812148c08 v1.12.17 2019-02-16 18:10:16 +09:00
SachaG
dac8c568c7 Fix asc/desc sort icon 2019-02-16 16:24:07 +09:00
Apollinaire
f6f8ae3a41 Merge branch 'devel-apollo1' into devel 2019-02-12 15:15:46 +01:00
Apollinaire
815a65d853 prettier & lint code 2019-02-12 13:00:46 +01:00
Apollinaire
11a9ebef85 Merge branch 'i18nLabel' into devel-apollo1 2019-02-12 12:12:14 +01:00
SachaG
8d62887f84 router.push -> history.push (RR4) 2019-02-12 11:21:28 +09:00
eric-burel
a92fdc7520 Merge remote-tracking branch 'upstream/devel' into devel 2019-02-07 08:57:42 +01:00
Eric Burel
d7afee4793
Merge pull request #2186 from Neobii/formTest
Form test
2019-02-06 09:09:40 +01:00
eric-burel
083a7d676b prettier commit 2019-02-05 19:36:13 +01:00
SachaG
868c36cadd v1.12.16 2019-02-04 21:18:38 +09:00
SachaG
b175e2e5a7 v1.12.15 2019-02-04 14:39:37 +09:00
SachaG
6d169c1efd Merge branch 'apollo2' of https://github.com/VulcanJS/Vulcan into apollo2
# Conflicts:
#	package.json
#	packages/vulcan-embed/lib/components/EmbedURL.jsx
2019-02-02 09:59:33 +09:00
SachaG
6626aa543a Merge branch 'devel' into apollo2
# Conflicts:
#	packages/vulcan-lib/package.js
2019-02-02 09:28:08 +09:00
SachaG
7dd2479af3 v1.12.14 2019-01-31 22:04:00 +09:00
eric-burel
fb16f38d97 prettier commit + fix startup 2019-01-30 21:26:43 +01:00
Apollinaire
99012d5673 Rewrite Card getLabel 2019-01-30 12:38:24 +01:00
Apollinaire
bf227ac8a7 Add formatLabel to Datatable 2019-01-30 11:39:51 +01:00
SachaG
fd33c7675b More linting fixes 2019-01-30 10:45:28 +09:00
SachaG
a13327340c Linting 2019-01-30 10:42:17 +09:00
SachaG
6d1e8da40b Merge branch 'devel' into apollo2
# Conflicts:
#	packages/vulcan-core/lib/modules/components/App.jsx
#	packages/vulcan-core/lib/modules/components/Card.jsx
#	packages/vulcan-core/lib/modules/default_mutations.js
#	packages/vulcan-core/lib/modules/index.js
#	packages/vulcan-debug/lib/components/Routes.jsx
#	packages/vulcan-lib/lib/server/intl.js
2019-01-30 10:36:59 +09:00
SachaG
19ea8159b3 Merge branch 'devel' into apollo2 2019-01-30 10:34:27 +09:00
eric-burel
f51f558cb1 prettier commit 2019-01-29 17:32:08 +01:00
SachaG
5f941d7d76 Remove Formsy dependency 2019-01-24 18:01:53 +09:00
neobii
5da98fa30b Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into formTest 2019-01-22 12:35:18 -06:00
Apollinaire
b2e3aaaeb5 fix lint errors 2019-01-21 18:10:34 +01:00
SachaG
90d961902c Small fixes 2019-01-18 14:55:23 +09:00
SachaG
1b36fe2ea1 Add ScrollToTop component 2019-01-18 14:05:53 +09:00
neobii
37e9937129 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into formTest 2019-01-16 10:37:43 -06:00
Apollinaire
d912e4a224 Add failureComponent and failureComponentName to withAccess 2019-01-15 17:34:51 +01:00
Apollinaire
ac2349f2ff Update validation callbacks' debug page
The API for validation callbacks changed some time ago and the debug page was not updated to reflect this.
2019-01-10 15:12:19 +01:00
Apollinaire
1e6e6f88f3 Wrap ErrorCatcher with withSiteData
This way you can add multiple error catchers in your react tree. My use case is adding one in the Modal component, so that when you add a buggy thing in the modal it's caught here and the user can exit the modal and the rest of the app is still rendered.
2019-01-10 14:23:50 +01:00
neobii
06d86d517a added stub intl fields to prevent errors 2019-01-08 13:03:48 -06:00
SachaG
190b76159c Re-enable currentRoute and ErrorCatcher 2019-01-03 21:40:11 +09: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
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
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