Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

59 lines (49 loc) · 2.78 KB

3.3.2

  • Update build dependencies and drop dependency to loader-utils in the Webpack loader package. Keeps dependabot and npm audit happy, should not cause breaking changes.

3.3.1

  • Update build dependencies to keep dependabot and npm audit happy. Should not cause breaking changes

3.3.0

  • Update build dependencies to keep dependabot and npm audit happy. Should not cause breaking changes
  • Fix a non-reported bug in standalone package, where readyState of the websocket client wasn't read correctly

3.2.1

3.2.0

  • Fixes #24. AngularJS versions older than 1.7 supported passing component/directive bindings to the this context of a controller constructor. ng-hot-reload was't complying with this behaviour and the bindings were available only in $onInit lifecycle event. This is fixed in 592f3cd728. If the AngularJS version is lower than 1.7 and there are bindings to pass, construction is done lazily and the this-context of the constructor is fixed to include the bindings before being called.

3.1.0

  • Fix a crash when using webpack loader without source maps
  • Change default code that is used to require angular in webpack loader (should not be a breaking change).

3.0.0

  • Add souce map support #19
  • Drop support for Node versions older than 8

2.1.0

  • Fixed/added ngAnimate support #14 759484a
  • Minor updates to the demo, made it clearer that the loader is not supposed to be used in production 97b6b52
  • Switched to using slightly better Webpack devtool f53eaf2

2.0.3

  • Updated build dependencies, no breaking changes

2.0.2

  • Updated build dependencies, no breaking changes

2.0.0

  • Fix issue #4
  • Remove special support for UI-router UI-router supports routing to a component, which works much better with this library than the hacky route reloading that we tried to do before.
  • Fix an issue that caused only the first component to update in cases where there were more than one instances of the component active
  • Add options support for the Webpack loader