Commit graph

4897 commits

Author SHA1 Message Date
SachaG
90e850abbb import recompose properly 2017-06-02 07:56:46 +09:00
SachaG
0ce8051130 Remove segment support (main events package should be service-agnostic apart from Google Analytics) 2017-06-02 07:46:39 +09:00
SachaG
71fb896378 Use better imports for react-bootstrap 2017-06-02 07:19:39 +09:00
SachaG
3ca6f6553b Merge branch 'devel' into new-i18n 2017-06-01 18:41:19 +09:00
SachaG
629e62fbb1 Do not use FormattedRelative 2017-06-01 18:23:36 +09:00
SachaG
18079b9d30 add submitLabel and cancelLabel SmartForms props; change cloudinary setting name to cloudinary 2017-06-01 11:50:47 +09:00
SachaG
26835bf4aa added vulcan:i18n package 2017-06-01 11:49:32 +09:00
SachaG
7e2de51bde react-i18n -> vulcan:i18n 2017-06-01 11:42:30 +09:00
SachaG
bd192a5488 update to Meteor 1.5 2017-06-01 10:00:16 +09:00
SachaG
11c46416d8 more payments docs updates 2017-05-31 10:32:35 +09:00
SachaG
0e7b3502f3 readme fix 2017-05-31 10:27:32 +09:00
SachaG
ca226acca3 vulcan:payments 2017-05-31 10:25:13 +09:00
SachaG
ed5a0d87bd Change posts list resolver’s check; small fixes 2017-05-30 09:57:57 +09:00
SachaG
d9937a003f Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-05-30 09:49:56 +09:00
SachaG
262dca5d3b Add addToSubmitForm() function to form context that lets components add callbacks on form submission; make runCallbacks and runCallbacksAsync take arrays of functions as first arguments. 2017-05-30 09:49:38 +09:00
Sacha Greif
be4668e355 Merge pull request #1646 from traa/fix-typo-proptypes
Fixed typo in proptypes
2017-05-29 10:15:35 +09:00
Andrew Stepikov
46eed13a34 Merge branch 'devel' into fix-typo-proptypes 2017-05-28 18:15:51 +03:00
traa
f70b265ccb Fixed typo in proptypes 2017-05-28 18:13:25 +03:00
Sacha Greif
9c3538db83 Merge pull request #1645 from traa/fix-typo-formatmessage
Fixed typo in formatMessage call
2017-05-28 21:46:04 +09:00
traa
213370007c Fixed typo in formatMessage call 2017-05-28 15:42:21 +03:00
SachaG
d848b4c29c Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
# Conflicts:
#	packages/vulcan-base-components/lib/posts/PostsNewForm.jsx
2017-05-26 14:48:41 +09:00
SachaG
a6fd1dd345 refactor getSetting; add redirect prop to PostsNewForm 2017-05-26 14:48:04 +09:00
Xavier Cazalot
3770ca7e34 Merge pull request #1640 from MHerszak/VulcanJS-devel
Added PropType package and changed from component to PureComponent
2017-05-25 11:49:45 +02:00
Michel Herszak
7be240e6ac Fixed components before merge 2017-05-23 08:55:05 -06:00
Michel Herszak
2e7b461e24 Added PropTypes package and changed Component to PureComponent 2017-05-23 08:42:28 -06:00
SachaG
4b1186e792 Export EmbedlyURL component from Embedly package 2017-05-23 15:12:10 +09:00
SachaG
79b50d1454 Fixes and clean-up 2017-05-23 09:48:48 +09:00
SachaG
e07a0b1477 Improve onEdit behavior: if any onEdit returns null, unset the field 2017-05-23 09:48:31 +09:00
SachaG
ea4fb84d06 Improve callback handling: sync callbacks will show a warning if a value is not returned but still go on 2017-05-23 09:46:34 +09:00
SachaG
1c02488e62 Add “enableDevelopmentEmails” setting that defaults to false to prevent sending unwanted dev emails 2017-05-23 09:44:22 +09:00
SachaG
0c6f05e429 Fix a few issues with Instagram example (permission checks) 2017-05-23 09:36:47 +09:00
SachaG
5a7d012145 Version 1.4.0 2017-05-20 10:02:37 +09:00
SachaG
4c0d320a7a package.json update 2017-05-20 09:59:51 +09:00
Michel Herszak
14f5ba8971 Added PropTypes from 'prop-types'; 2017-05-19 14:42:43 -06:00
SachaG
02856d89df fix search form clearing 2017-05-19 22:03:03 +09:00
SachaG
a3c8b1a303 Do not show forgot password link when user has no password; add getCurrentCategoriesArray and getCategoryLink methods to CategoriesList; add message to log in form 2017-05-19 14:58:37 +09:00
SachaG
cba582ca6a Add Users.avatarUrl resolver in case avatarUrl is not defined 2017-05-16 11:05:20 +09:00
SachaG
27a331e87d Small component improvements 2017-05-16 11:04:43 +09:00
SachaG
a23aa031dc Fix canonical URL on posts page 2017-05-16 09:50:12 +09:00
SachaG
c7a24d4b0d Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-05-14 11:28:34 +09:00
SachaG
2981ca3e93 Add new removeFromFragment function; fix collection.removeField 2017-05-14 11:08:07 +09:00
SachaG
5f7863c85e do not throw errors in sync callbacks; fix click tracking callback 2017-05-14 10:42:19 +09:00
SachaG
46bb406169 Add limit to API 2017-05-14 10:40:44 +09:00
Sacha Greif
3ec028c723 Merge pull request #1633 from comus/patch-1
let addMediaAfterSubmit return post at the end
2017-05-14 10:25:42 +09:00
Comus Leong
1204b0abdc let addMediaAfterSubmit return post at the end 2017-05-14 00:34:28 +08:00
SachaG
36736c498f refactor embedly package; getEmbedlyData mutation -> getEmbedData; add new builtin provider and EmbedAPI provider to embed package 2017-05-13 16:36:01 +09:00
SachaG
6ed30efc13 Add support for a “description” setting; default log in form to sign up state; 2017-05-11 11:54:05 +09:00
SachaG
63ccbe60da get terms from either props or options 2017-05-10 10:04:02 +09:00
SachaG
34ef2241b0 Add new categoriesFilter setting that can be set to either union or intersection 2017-05-10 10:03:39 +09:00
SachaG
0cf99ead83 Show global app loading inside Layout, so that HeadTags are always included 2017-05-09 10:14:10 +09:00