SachaG
|
0760846ec3
|
Merge branch 'master' of https://github.com/VulcanJS/Vulcan
# Conflicts:
# package.json
|
2017-12-27 12:26:48 +09:00 |
|
SachaG
|
bbd2dbd006
|
Disable prestasrt script for now
|
2017-12-27 12:26:17 +09:00 |
|
Luca Hagel
|
caa7dc9227
|
Move prestart script into .vulcan directory to stop meteor from loading it
|
2017-12-27 03:43:51 +01:00 |
|
SachaG
|
fc3a5d58b1
|
v1.8.1
|
2017-12-27 09:56:49 +09:00 |
|
SachaG
|
4b862db660
|
graphql-server-express -> apollo-server-express; remove Optics integration
|
2017-11-21 18:33:52 +09:00 |
|
SachaG
|
319fbb914b
|
Enable Apollo Engine integration (add 'apolloEngine.apiKey' in settings.json)
|
2017-11-21 10:03:11 +09:00 |
|
Sacha Greif
|
e025e0ad89
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-10-31 10:19:23 +09:00 |
|
Sacha Greif
|
1ab3e4e022
|
package.json
|
2017-10-31 10:19:21 +09:00 |
|
Sacha Greif
|
043c7cbad0
|
Merge pull request #1754 from codedeep/master
Correct prescript for its operation in windows, making it compatible on all three platforms: linux, MacOS and Windows.
|
2017-10-24 21:03:28 +09:00 |
|
Lucas Martín
|
3501a661eb
|
Add chalk library and change prestart
Add chalk library for color console. https://www.npmjs.com/package/chalk
|
2017-10-23 19:19:13 +02:00 |
|
Sacha Greif
|
7ff103f806
|
Merge pull request #1744 from luhagel/bump-react-bootstrap
Bump the react-bootstrap version to get rid of "isMounted is deprecated..." error when opening modals
|
2017-10-20 10:49:55 +09:00 |
|
Sacha Greif
|
8f05de2a2e
|
Update Vulcan version in package.json
|
2017-10-17 08:58:58 +09:00 |
|
Luca Hagel
|
9e90679a8e
|
bump react-bootstrap -> 0.31.3
|
2017-10-10 06:45:17 +02:00 |
|
Leonardo Quixadá
|
30aad4c2f5
|
Dropped isomorphic-fetch in favor of cross-fetch (React Native compatible).
|
2017-10-05 06:29:09 -03:00 |
|
SachaG
|
700c4a265a
|
packages
|
2017-09-22 12:31:03 +02:00 |
|
SachaG
|
d0eef54c70
|
upgrade simple-schema
|
2017-09-04 17:40:01 +09:00 |
|
SachaG
|
8053852c6f
|
small tweaks; remove kadira package
|
2017-08-01 17:21:16 +09:00 |
|
SachaG
|
7a5c67f354
|
refactor HeadTags and update Helmet
|
2017-07-29 16:26:34 +09:00 |
|
SachaG
|
4b8617cc8c
|
Merge branch 'hakimelek-ssr-support-styled-components' into devel
|
2017-07-29 15:16:08 +09:00 |
|
Malek Hakim
|
bc395cc238
|
Adds support for SSR for styled-components
|
2017-07-28 00:44:55 -04:00 |
|
SachaG
|
f4266e9cb0
|
update packages
|
2017-07-26 08:12:35 +09:00 |
|
SachaG
|
e7bc639ffb
|
Make dynamic imports work properly; move Avatar component to core to enable using admin dashboard without base-components
|
2017-07-05 10:31:37 +09:00 |
|
SachaG
|
a370cca0ce
|
Better Apollo error handling using apollo-errors (used for newsletter for now)
|
2017-06-30 11:18:16 +09:00 |
|
SachaG
|
9047e206be
|
Working on Vulcan admin package
|
2017-06-13 04:42:22 -07: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
|
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
|
b83f3a53d5
|
Add vulcan:forms-place form component package
|
2017-05-03 11:05:52 +09:00 |
|
SachaG
|
ef9bcaa976
|
Clean up
|
2017-04-28 09:25:29 +09:00 |
|
SachaG
|
dd76442ab3
|
keepViewableFields -> restrictViewableFields (clearer name); always capitalize collection names; export new Collections array
|
2017-04-15 12:02:16 +09:00 |
|
SachaG
|
b8e6751790
|
Refactoring newsletter package, adding sendy integration
|
2017-04-11 10:27:35 +09:00 |
|
SachaG
|
77187dad17
|
Fix Apollo-client issue (see https://github.com/apollographql/apollo-client/issues/1524)
|
2017-04-04 16:28:10 +09:00 |
|
SachaG
|
464e8641d3
|
Get rid of jparker:gravatar
|
2017-04-03 15:58:59 +09:00 |
|
SachaG
|
3fbe549b5d
|
add vulcan:core package in packages to work around dependency problem with tracker-component
|
2017-03-29 16:34:16 +09:00 |
|
SachaG
|
64da012d7f
|
add comments to Instagram package
|
2017-03-28 18:24:11 +09:00 |
|
SachaG
|
7fd6cce117
|
working on Instagram example; use forms-upload package
|
2017-03-27 14:57:16 +09:00 |
|
SachaG
|
ec0c7dfcc1
|
updating packages
|
2017-03-23 13:02:57 +09:00 |
|
Comus Leong
|
736cbac509
|
npm simpl-schema, meteor aldeed:collection2-core package
|
2017-03-16 01:25:50 +08:00 |
|
xavcz
|
f43436bf22
|
bump to nova 1.2.0
|
2017-03-08 11:48:47 +00:00 |
|
xavcz
|
d1d4e3c952
|
update apollo deps
|
2017-03-08 11:45:37 +00:00 |
|
xavcz
|
0c19136298
|
don't do "half-batching/caching", prepare for nova 1.2
|
2017-03-05 13:10:16 +00:00 |
|
xavcz
|
113b68f5ed
|
experiment batching, let's see if it has a performance impact
|
2017-02-22 15:54:03 +01:00 |
|
xavcz
|
d195d366c8
|
Nova v1.1.0 🔭
* bump packages version
* update to Meteor 1.4.3! 🚀
|
2017-02-16 11:50:22 +01:00 |
|
xavcz
|
cf0f8b8985
|
update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀
|
2017-02-02 17:35:03 +01:00 |
|
xavcz
|
4d024536b1
|
nova:events: auto-generated hooks on collection.mutation.async , package-structure (first pass)
|
2017-02-01 23:11:41 +01:00 |
|
xavcz
|
7fc0a352aa
|
allow querying a single post with only slug (consistency with withDocument), usersTotal resolvers takes care about terms, update react-apollo & apollo-client
|
2017-01-27 11:08:27 +01:00 |
|
SachaG
|
bde420c46b
|
add optics support (Apollo stats)
|
2017-01-21 10:28:19 +09:00 |
|
SachaG
|
301d1017f9
|
Add underscore package; update Apollo-client package; add HoC aliases; disable categories polling; remove required schema properties; use strings for dates client-side
|
2017-01-21 10:02:03 +09:00 |
|
SachaG
|
71e9f1336e
|
React-router-scroll package
|
2017-01-18 22:28:46 +09:00 |
|