Skip to content

1.9.0

Compare
Choose a tag to compare
@gabyvs gabyvs released this 14 Oct 23:55
· 49 commits to master since this release

1.9.0 (2016-10-14)

Improvements

  • pagination: directive now does not show semi empty string when there are no elements to paginate over. It also accepts parameter emptyMessage that let users configure a message for empty collection.

Breaking Changes

  • notification: Position on the window has been removed from component styles.
  • progress: Position on the window has been removed from component styles.

Previously these components included their position fixed in the window (top 56px).
Now the position must be provided by the consumer if it's different than the position of the parent element,
otherwise it will take position top 0 from the parent element.