Skip to content

Releases: cebor/rollup-plugin-angular

v0.5.3

23 Aug 16:25
Compare
Choose a tag to compare

Rollup new version, you can read about it here and rollup

Feat:

  • replace is now as option but by default is true

Test:

  • preprocessor
  • replace

Fix:

  • replace, colors moved from dev to dependencies

v0.5.1

23 Aug 12:04
Compare
Choose a tag to compare

Fix:

  • styleUrls is now replaced properly.

Feat:

  • replace compiled .js files with templateUrl to template and styleUrls to styles

v0.5.0

22 Aug 16:54
Compare
Choose a tag to compare

Feat:

  • replace compiled .js files with templateUrl and styleUrls

Bugs:

  • styleUrls does not replace

v0.4.12

10 Aug 09:56
Compare
Choose a tag to compare

Feat: Add ngc support.

v0.4.11

09 Aug 17:28
Compare
Choose a tag to compare

Feat: add some tests karma and mocha to check regex comment is working properly.
Fixes: Travis now works with firefox.
Known bug: Package with rollup-plugin-angular is searching in *.js files where there is no @Component decorators to search for but propDecoratos properties instead.

v0.4.9

08 Aug 16:39
Compare
Choose a tag to compare

Fixes: #40
Known bug: Package with rollup-plugin-angular is searching in *.js files where there is no @Component decorators to search for but propDecoratos properties instead.

v0.4.8

05 Aug 19:21
Compare
Choose a tag to compare

Now you can use character ` in your templateUrl.
Bug: #40
Feat: #37

v0.4.7

04 Aug 21:25
Compare
Choose a tag to compare

Fixes: #41
Bug: #40