Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-meteor

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-meteor - npm Package Versions

13

0.6.3-beta.1

Diff

urigo
published 0.6.2 •

Changelog

Source

0.6.2 (2016-07-20)

Bug Fixes

  • MeteorComponent: fix #337 (63f95b6), closes #337 #323

<a name="0.6.0"></a>

urigo
published 0.6.1 •

urigo
published 0.6.0 •

Changelog

Source

0.6.0 (2016-07-09)

Breaking Changes

Importing URLs of the component templates in a way as import url from './foo.html' will be deprecated from angular2-compilers@0.6.0 in favor of the inline templates. That means the expression above will become now import template from './foo.html'.

For the migration, we've added a special JS-module to angular2-compilers@0.5.8 that exports template content as well but with a special suffix added to the URL, i.e., !raw and the whole path is ./foo.html!raw. URLs like ./foo.html!raw are supported by angular2-compilers@0.6.0 as well allowing you to transit easily.

angular2-compilers@0.6.0 is based on urigo:static-html-compiler@0.1.4 (a0d28d3).

Features

  • Main Meteor methods are now patched to run ngZone after the callback executions (2145847). In other words, autoBind param of the MeteorComponent wrappers is set to true by default. Fixes this issue (thanks @staeke for the idea and discussion)
  • MeteorComponent is improved to support server side rendering. One can use angular2-meteor on the server along with angular2-meteor-universal
  • LESS and SASS compilers are added to angular2-compilers@0.6.0. Angular2 components can start importing styles in the ES6 style (as templates), if styles are located in the root imports folder

Bug Fixes

  • MeteorComponent.autorun: #149 (d049759)
  • Issue with promises: #238 (a611ed8)

Other

  • Angular2-Meteor for Meteor 1.2 based on SystemJS have been deprecated (old code can be found in the legacy branch)
  • Usage Gulp in the build have been deprecated in favor of NPM scripts
  • Tests have been moved to be based on Mocha and Chai (Meteor 1.3 style)
urigo
published 0.5.6 •

urigo
published 0.5.6-beta.1 •

urigo
published 0.5.5 •

urigo
published 0.5.4 •

urigo
published 0.5.3 •

urigo
published 0.5.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc