# Changelog

## v0.6.1

- Fix package name typo

## v0.6.0

- Publish to NPM ([#8](https://github.com/pc035860/angular-scroll-watch/issues/8))
- Support browserify/webpack/requirejs with UMD

## v0.5.5

- Fix `sw-stage` destroy issue ([#6](https://github.com/pc035860/angular-scroll-watch/issues/6))

## v0.5.4

- Update bower main path ([#3](https://github.com/pc035860/angular-scroll-watch/pull/3))

## v0.5.3

- Support AngularJS 1.3 class animations ([#2](https://github.com/pc035860/angular-scroll-watch/issues/2))

## v0.5.2

- Prevent inifinite digest on `scroll-watch`

## v0.5.1

- Fix `sw-stage` annotation error

## v0.5.0

- New directive: `sw-stage`
- Support more locals: `$height`, `$offsetTop`, `$stageTop`

## v0.4.0

- Rename the **digest hook** config to `digestSync`

## v0.3.0

- Introduce **digest hook** as `digest` in `scroll-watch` configs

## v0.2.0

- New directive attribute: `sw-broadcast`

## v0.1.1

- Make a debounced scroll value update in `scrollWatchService.addConfig()`
- Correctly remove the config on element destruction

## v0.1.0

- First release
