Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

109 lines (77 loc) · 7.24 KB

1.0.0

  • Changes close element to button with proper accessibility rules (PR-553)

0.5.0

That was huge. Thanks everybody!

0.4.0

Thanks everybody, you're awesome! 💃 👍

0.3.12

  • better box-sizing policy

0.3.11

  • prevent the modal from closing if preCloseCallback returns a falsy value

0.3.10

  • fix negative dialogs count

0.3.9

  • fix destroy scope with animation for multiple dialog ISSUE-125

0.3.8

  • Make ngDialog work with AngularJS 1.3 when $compileProvider debug info is disabled - $compileProvider.debugInfoEnabled(false).

0.3.7

  • support for UMD pattern
  • get rid of module variable in source code
  • get rid of window dependency in favor of $window

0.3.6

  • finally (after many requests) $scope.ngDialogData holds reference to the objects passed instead of copying them.

0.3.5

  • fix for HammerJS 1.1 breaking dialog

0.3.4

  • add support for overlay option (#117)

0.3.3

  • successful tests and support for Angular.js 1.3.x

0.3.2

  • fixed an issue with Hammer.js manager

0.3.1

  • ngDialog.closing event
  • closeByNavigation option
  • templateUrl option

0.3.0

  • .openConfirm() method
  • .setForceBodyReload() method
  • add support for .setDefaults() method
  • fix scroll jump bug
  • fix event broadcasting to occur at the times they should
  • fix for ngDialogData being passed after controller instantiation
  • allow objects for ngDialogData
  • cache option
  • preCloseCallback option
  • appendTo option
  • name option
  • minor code fixes and optimizations, examples improvements

0.2.2