Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

First Edition

Latest
Compare
Choose a tag to compare
@gonzofish gonzofish released this 19 Dec 03:12
· 8 commits to master since this release

🎉 🎉 🎉 Version 1.0.0 is officially here! 🎉 🎉 🎉

If you have an issues migrating, please add an issue!

Since the last release a lot has been done:

  • Now using Angular v5 & Webpack v3!
  • The np library has been removed from local projects (please see the migration guide for details)
  • Fixed a bug in the rollup.js, which would fail builds
  • Fast builds: call ngl pub with --no-cleanup or --yolo (⚠️ at your own risk!)
  • Simplified the globals for Rollup--now you may not even need a custom configuration for Rollup!
  • Fixes to tslint.json courtesy of @tommueller
  • Removed typings from package.json
  • You can now set a project-wide prefix, thanks to @jensbodal
  • Calling ngl up will now run npm install & npm upgrade to get libraries up-to-date for you
  • Fixes to how ngc works with Angular 5 from @litzebauer
  • A big upgrade to Rollup by @WouterSpaak

Thanks to everyone who contributed to the project so far, either by code contributions or discussions!