Skip to content

2.0.0

Compare
Choose a tag to compare
@dominique-mueller dominique-mueller released this 20 Oct 15:09
· 65 commits to develop since this release

Features

  • angular: Upgrade to Angular 4 and its new APIs (#19) (0a0be99)

Bug Fixes

  • notifier-config: Fix notifier config injection error, refactor notifier module (#22) (67f09f5), closes #17

Documentation

  • preview: Update animated GIF preview showing the new colors (#18) (571b098)
  • README, MIGRATION: Update README, add MIGRATION-GUIDE (#28) (f2c7781)

Refactoring

  • animations: Refactor usage of Web Animations API, add typings (#27) (d34f9f3), closes #6 #10
  • naming: Refactor namings to no longer use the "x-" prefix (#26) (d2158bd)

BREAKING CHANGES

  • naming: Compontent selectors and class name no longer have the "x-" prefix (see MIGRATION GUIDE).
  • notifier-config: The forRoot() method of the NotifierModule is now called withConfig() (see MIGRATION GUIDE).
  • angular: The upgrade to Angular 4 and its APIs breaks compatibility with all Angular 2 based applications.