Releases: Meteor-Community-Packages/meteor-fast-render
Releases · Meteor-Community-Packages/meteor-fast-render
v4.0.9
- Updated
communitypackages:picker
to v1.2.0 - Updated
communitypackages:inject-data
to v2.3.3 - Updated development dependencies
- Updated Meteor compatibility upgrade to v3.0-rc.1, note that this does not mean that this package is Meter 3 compatible, only that it won't give you trouble in version resolution when updating to RC 1.
Full Changelog: v4.0.8...v4.0.9
v4.0.8
What's Changed
- Meteor 3.0 compatibility by @StorytellerCZ in #10
- Update
montiapm:meteorx
to v2.3.1 - Minor update of dev depenenices
- Updated GitHub Actions workflow
- Update
cookie-parser
to v1.4.6
New Contributors
- @StorytellerCZ made their first contribution in #10
Full Changelog: v4.0.7...v4.0.8
v4.0.7-alpha.1
What's Changed
- Updated dependnecies @StorytellerCZ
- Add compatibility with Meteor 3.0-alpha.11 release @StorytellerCZ
Full Changelog: https://github.com/Meteor-Community-Packages/meteor-fast-render/commits/v4.0.7-alpha.1
v4.0.6
What's Changed
- Mocks the server property inside the already mocked session by @filipenevola in #5
- Update dependencies @copleykj
New Contributors
- @filipenevola made their first contribution in #5
Full Changelog: v4.0.5...v4.0.6
v4.0.5
- Update meteorx to
montiapm:meteorx
for compatibility with Meteor 2.3 @copleykj
Full Changelog: v4.0.3...v4.0.5
v4.0.2
- Compatibility with Meteor 2.3 @StorytellerCZ
Full Changelog: v4.0.1...v4.0.2
v4.0.1
- Fixed null publication data not being added to payload @copleykj
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- V4 by @copleykj in #1
- Added FastRender.onDataReady callback
- Added Extra Data API
- Removed dependency on underscore
- Improved code structure and refactored to modern syntax
- Removed dependence on outdated chuangbo:cookie package
- Removed the reliance on load order for timing of data loading and the need for
FastRender.wait()
New Contributors
Full Changelog: https://github.com/Meteor-Community-Packages/meteor-fast-render/commits/v4.0.0