Skip to content

Releases: cebor/rollup-plugin-angular

v0.5.3

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 23 Aug 16:25

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

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 23 Aug 12:04

Fix:

  • styleUrls is now replaced properly.

Feat:

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

v0.5.0

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 22 Aug 16:54

Feat:

  • replace compiled .js files with templateUrl and styleUrls

Bugs:

  • styleUrls does not replace

v0.4.12

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 10 Aug 09:56

Feat: Add ngc support.

v0.4.11

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 09 Aug 17:28

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

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 08 Aug 16:39

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

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 05 Aug 19:21

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

v0.4.7

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 04 Aug 21:25

Fixes: #41
Bug: #40