Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

65 lines (42 loc) · 1.6 KB

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 flavor 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

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