Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
v1.11.1
Vulcan 1.8: A Better Architecture
VulcanJS 1.7: Cards, Datatables, and more!
1.6.0
1.5.0
- Smaller bundle size.
vulcan:payments
.- More details
v1.2.0
Minor Changes
- Add layout and error components to core so we always have something to display even without themes; small clean-ups: 8b82172
- Resolvers: put a default "max limit" for users & comments as similar as posts: 439478d
- Refactor framework-demo package: 2ff4024
- Convert date fields to actual dates: f7193a0
- Make search form preserve existing url query parameters: f11cb20
- Get rid of preload schema option; use new UsersCurrent fragment instead; trigger users.profileCompleted.async hook when profile is completed during user update, too: bfbd586
- Move views logic to createCollection: 85dde4b
- Update Meteor release to 1.4.3.1: 7ed7d93
- Adding Check and/or preinstall Meteor: baa5c59
Patches
- Fix possible errors in decoding errors (meta? 🤔); mailchimp api v2 returns an error.message "214" when a user is already subscribed, not an error.code 214 📥: 1e416fd
- Fix postedAt callback: 3120d85
- Few more framework-demo tweaks; throw error when missing components: ba32f42
- Remove nova:users’ dependency on nova:emails: 64d6d99
- Clean up a couple things: 03d5fe7
- Bio and website shouldn’t be required! Oops!: 6d7bc44
- WithList errors shouldn’t clear our results: 46236b5
- Specify accounts-ui version: 6ab9de0
- Handle somehow windows in the prestart script: 5bf7a6f
- Update apollo deps: d1d4e3c
- Bump to nova 1.2.0: f43436b
v1.1.0
Minor Changes
- Adapt withEdit/withNew to support new fragments API: afebadb
- Pass error to PostsList and show error message: cf1ee06
- Add username tooltip to user's avatar. Nice in the commenters list of a PostItem.: d0732c4
- Improve error logging on server; add createdAt to PostsList fragment; use componentNames for base routes: bdfa76a
- Add new Collection.findInStore and Collection.findOneInStore methods to query the store during SSR and use it in posts views: 02245f9
- Handle missing users/posts better: b11188e
- Nova:events: export requestAnalyticsAsync server-side to be used by other packages: 3b096a6
- Small tweaks: i18n’ize error message, pass terms to posts list: 8bc6aac
- Decorate categories with active and expanded properties; adapt Categories.getParents to work with store; add category parent resolver; improve mongo-redux; remove duplicate unflatten; add level property to items in unflatten: 435cc35
- New routing: 9992f00
- Remove apollo packages: e8714af
- Get rid of
meteor.subscribe
error during SSR, becausestd:accounts-ui
LoginForm needsmeteor.subscribe
: dfd01fd - Change nova-lib folder structure: 2ab3fd3
- Change nova-core folder structure: 33b3b5b
- Rename some files in nova-lib, dash to underline: b789211
- Move renderContext from core to lib, so that every components/containers includes core’s (such as withList, App) can use renderContext.get() to get store, apolloClient, loginToken, history, reducers, middlewares: 8a8596a
- Merge apollo.js together: 26a2419
- Update std:accounts-ui to 1.2.18 and remove
meteor_subscribe.js
: 01b4a80 - Improve error logging on server: 7594462
- Patch: the context doesn't hold anymore values (context.get() undefined) 😱: 7f73f5a
- Re-enable nova:subscribe: 42285a8
- Use renderContext in the end, but there's still need to find a workaround when an external package mess with the fibers: 611fec4
- Remove unneeded actions on nova:subscribe: efe56c2
- RenderContext fix: 665547e
- WithRenderContext: 3968e49
- Allow form.hidden to be a boolean or a function (which should return a boolean): bf51a05
- Patch issue from Meteor.absoluteUrl() returning always localhost in development mode (see #1554): 6833b35
- Get collection name from typename on nova:subscribe, add missing import on previous commit: c33ebd5
- Adapt nova:debug to Apollo version + link to docs: 109ebcc
- Provide better error messages for Embedly & Mailchimp: e07c844
- Better core/lib improvement and update: b8b0480
- Remove duplicate inject-data: 1ef47e8
- Enable CORS warning in inject-data again: 40d3693
- Update configureStore: 1e05b67
- Fix configureStore comment: c0bbc8d
- AddMiddleware unshift option: bd85f09
- Chore: remove legacy properties 'publish' & 'join': 0f43435
- Work on notifications: b67989f
- Fix metatags on PostsPage: 390ea74
- Telescope.statuses -> Posts.statuses;: f6f0570
- Nova v1.1.0 🔭: d195d36
v1.0.0
This is the stable version of Nova with React, GraphQL & Meteor.
Learn more on the docs
Happy hacking!
v0.27.5
Last release with Meteor as the only data layer. Next release will be powered with Apollo (GraphQL)