Releases: Urigo/angular-meteor
Fix for splicing array
Bug fix
bugfix (get-updates): changed the way array changes are saved to mongo, thanks @netanelgilad , #739 , Fixes ##689
Docs
Thanks to @BrainCrumbz @Tallyb @mbeaudru @MilosStanic @ssuksawat
Official Angular Meteor Package
Finally version 1.0.0 has landed (now 1.0.1 obviously...)
Remove your urigo:angular
package and change to the angular
package.
Breaking changes since 0.9
- meteor-include is now deprecated and move to a separate library, read docs about how to update here - http://angular-meteor.com/api/blaze-template
On a personal note, this has been an amazing personal journey for me, working for this goal for about a year now.
It’s only symbolic that we just passed the 1000 stars on Github.
Endless thanks to all the great contributors who made that happen:
@Urigo, @loneleeandroo, @yagoferrer, @netanelgilad, @ShMcK, @barbatus, @dotansimha, @simonv3, @DAB0mB, @davidyaha, @Tallyb, @fredrikekelund, @leoetlino, @rjsmith, @okland, @smoke, @ccortezia, @modcoms, @mxab, @oshai, @idanwe, @markleusink, @epotvin, @pbastowski, @IgorMinar, @Nieziemski, @PeterHB999, @dotob, @EmmN, @NazarK, @ppotoplyak, @freezby, @blevinscm, @srtucker22, @JNissi, @ecwyne, @asafdav, @mgnusl, @MilosStanic, @goooseman, @topikachu, @revov, @thos37, @TravisDart, @stubailo, @diego-vieira, @stlouisweb, @nickjanssen, @PierrePIRONIN, @RichardLitt, @rclai, @fmachucas, @oneonestar, @Zeakk, @Kuzmin, @cedric25, @junglerocket, @eugene-d, @gilnis2, @ivanproskuryakov, @pieperz, @jonmc12, @jvaz11, @kaihaase, @kpourdeilami, @artisonian, @Unavi, @Haellsigh, @digioak, @omer72, @panw, @batjko, @dt-pward, @pavlovich, @AJ-Acevedo, @robdotis, @basti1253, @SyedWasiHaider, @gitter-badger, @TFarla, @TzachDesign, @dj0nes, @cuitianze, @scresawn, @thomkaufmann, @tschaei
Bower version fixes
1.0.0-rc.6 Merge remote-tracking branch 'origin/master'
Getting closer to official release
1.0.0-rc.5 Bump version to 1.0.0-rc.5 (both angular and urigo:angular)
Object and Collection Fixes
Bug Fixes
- Fix meteorCollection bad behavior with deep-objects update and null fields , thanks @ccortezia - #506
- fix(AngularMeteorObject): delete server properties after unset changes , thanks @idanwe - #523
Docs
- Fixes, thanks @TravisDart , @markleusink , @Tallyb , @ppotoplyak , @tschaei , @dotansimha
$meteor.collectionFS
Features
- Move files functionality with CollectionFS to
$meteor.collectionFS
, thanks @dotansimha - #467 #472 #474 #480 #499 - New
getCollectionReactively
, thanks @mxab - #466 #471
Dependencies
- Update Angular to 1.4.1
Bug Fixes
- Fix bad behavior of diffArray on the presence of nulled and empty objects, thanks @ccortezia - #475
Docs
Diff-Array Fixes
Bug Fixes
- Cfs file insert fix , thanks @mxab , #438
- (Diff-Array) Fix/fixes on diff array #446
- Fix new fields in diff-array cause undefined access error, thanks @mxab #441
Docs
- Many improvements, thanks @modcoms @dotob @AJ-Acevedo @basti1253 @ccortezia
Angular-Server (!!) and Many Tests
Features
- Official release of Angular Server as a separate package!! congratulations @netanelgilad - http://angular-meteor.com/server
Tests
- Adding lots of E2E and unit tests for angular-meteor, soon will be featured in the tutorial as well.
Bug Fixes
- Fix saving Dates in $meteorCollection and adding tests for date and nested dates, fixes #428 , #371
- Fix issue when deepCopyRemovals removes fields that are false-y , thanks @netanelgilad #423
- Fixed a bug where different dates did not trigger an "is changed" update , thanks @bjarketrux , #422
Docs
Angular 1.4.0 and Tests
Tests
- More and more E2E and performance tests - thanks a lot @netanelgilad
Dependencies
- Update to Angular 1.4.0
Bug Fixes
- Fix nested hashkey saving, thanks @netanelgilad - 7a607c3 , ad288f7 , fixes - #402 , #398
Docs
Testing! and Bug fixes and performance improvements
Tests
Add E2E tests, unit tests and Travis - thanks a lot @netanelgilad !!!
Performance improvements
Collection rendering speed improvement , thanks @barbatus - #344
Docs
- Fixes, thanks @Tallyb @pbastowski @oshai @blevinscm