SachaG
6a9f53e82b
Update to Meteor 1.5.2.1
2017-09-29 09:19:23 +09:00
SachaG
071a0fd720
Big voting refactor
2017-09-25 22:09:09 +02:00
SachaG
700c4a265a
packages
2017-09-22 12:31:03 +02:00
SachaG
1c87887cbe
Making voting package collection-agnostic
2017-09-04 20:22:00 +09:00
SachaG
62dffa6a9d
more refactoring
2017-09-04 19:56:33 +09:00
SachaG
f82531e6e7
version 1.7.0
2017-08-02 19:02:18 +09:00
SachaG
8053852c6f
small tweaks; remove kadira package
2017-08-01 17:21:16 +09:00
SachaG
2577365231
update Meteor version and boilerplate-generator package
2017-07-29 15:30:22 +09:00
SachaG
12925718a5
Merge branch 'feature/graphql-interfaces' of https://github.com/ochicf/Vulcan into ochicf-feature/graphql-interfaces
...
# Conflicts:
# .meteor/packages
2017-07-29 15:11:23 +09:00
SachaG
f4266e9cb0
update packages
2017-07-26 08:12:35 +09:00
ochicf
2c6526f81f
Added example-interfaces package
...
Shows how to use a simple a hierarchical interface implemented in a Categories collection.
2017-07-22 11:37:06 +02:00
SachaG
6151b800b8
v1.6.0
2017-07-14 10:53:52 +09:00
SachaG
4f0affc15e
update versions
2017-07-08 11:12:47 +09:00
SachaG
a7846d10b0
Packages
2017-06-07 18:09:33 -07:00
SachaG
bd192a5488
update to Meteor 1.5
2017-06-01 10:00:16 +09:00
SachaG
97e138ac84
Update to Meteor 1.4.4.1
2017-04-28 09:49:36 +09:00
SachaG
99c88dcbb1
Version 1.3.2
2017-04-10 11:23:39 +09:00
SachaG
4da8c04bec
Add package versions in order to publish lib and accounts packages
2017-04-09 15:56:33 +09:00
SachaG
2c741e526d
version 1.3.1
2017-04-09 15:47:08 +09:00
SachaG
0020ae0b89
Upgrade fourseven:scss to 4.5.0
2017-04-03 22:35:06 +09:00
SachaG
e5837a6c0e
Get rid of collection2; do validations at mutation level
2017-04-03 16:24:19 +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
968bf55848
Clean up packages; create new example-forum package
2017-03-29 15:48:44 +09:00
SachaG
ff1ce040fe
version 1.3.0
2017-03-23 18:24:41 +09:00
SachaG
d970c92f82
nova -> vulcan
2017-03-23 16:27:59 +09:00
SachaG
2f0775a7b8
Move store rest logic to nova:accounts; get rid of AccountsForm component
2017-03-23 15:37:39 +09:00
SachaG
ec0c7dfcc1
updating packages
2017-03-23 13:02:57 +09:00
SachaG
dff6c435e9
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2017-03-18 16:04:53 +09:00
SachaG
94de6485c5
clean up dependencies
2017-03-18 16:02:05 +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
7ed7d9333f
Update Meteor release to 1.4.3.1
2017-03-05 13:21:48 +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
SachaG
64d6d991d2
remove nova:users’ dependency on nova:emails
2017-02-22 11:58:16 +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
Comus Leong
01b4a800a4
update std:accounts-ui to 1.2.18 and remove meteor_subscribe.js
2017-02-07 09:43:51 +08:00
Comus Leong
9992f0063e
new routing
2017-02-06 14:36:42 +08:00
SachaG
ac5ab92143
Various clean up; use function syntax for callback functions
2017-01-25 13:58:41 +09:00
SachaG
7c6e07ab6d
disable demo packages by default
2017-01-23 11:07:53 +09:00
Xavier Cazalot
7f99b48953
devel - revert commits related to simpl-schema ( #1537 )
...
* Revert "add note link to issue in collection2 on mutation insert, remove debug console logs on mutation edit"
This reverts commit 7a15103de7
.
* Revert "node simpl-schema + collection2-core: fix vote by specifying the right type of the array (dont use blackbox in the end!)"
This reverts commit e894c3224c
.
* Revert "add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add `blackbox: true` for arrays field (validation problem with simple-schema)"
This reverts commit 9d84fbec98
.
* Revert "use node `simpl-schema` by aldeed to replace `meteor/aldeed:simple-schema` ; use the meteor collection2 core package as recommended"
This reverts commit 016935f4fa
.
* revert before node-simple-schema, fix obj.hasOwnProperty undefined error thrown by simple-schema & collection2
* CustomPostsItem: check on renderActions; withDocument/List: pollInterval 20seconds by default; DateTime form component enhancement + GraphQLDate type
2017-01-11 18:02:12 +01:00
xavcz
9d84fbec98
add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add blackbox: true
for arrays field (validation problem with simple-schema)
2017-01-10 11:17:16 +01:00
xavcz
016935f4fa
use node simpl-schema
by aldeed to replace meteor/aldeed:simple-schema
; use the meteor collection2 core package as recommended
2017-01-10 10:09:24 +01:00
Sacha Greif
130f43e3f3
Update std:accounts-ui
2017-01-09 21:14:54 +09:00
Sacha Greif
ebf929774c
sort movies list by createdAt; wrap MoviesNewForm with withMessages to fix setState bug
2017-01-08 18:14:41 +09:00
xavcz
746da29d72
semver bump: 1.0.0 🚀
2016-12-27 11:58:58 +01:00
xavcz
2638023f4e
harmonize apollo branch to be on v0.27.5
2016-12-08 23:48:16 +01:00
xavcz
41d19f52aa
v0.27.5
2016-11-30 12:07:45 +01:00
xavcz
084188de3c
update meteor, add patched react-router-ssr (npm check)
2016-11-30 11:34:10 +01:00