nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ng-dialog / CHANGELOG.md
1 # 0.5.0
2 - [x] Angular version in `package.json` is now `1.4.x` ([ISSUE-244](https://github.com/likeastore/ngDialog/issues/244))
3 - [x] fixed spelling of `ariaLabelledById` and `ariaLabelledBySelector` inside README file by [@rylan](https://github.com/rylan) ([PR-242](https://github.com/likeastore/ngDialog/pull/242))
4 - [x] fixed bug with $templateCache when template was already cached before calling ngDialog by [@mixer2](https://github.com/mixer2) ([PR-241](https://github.com/likeastore/ngDialog/pull/241))
5 - [x] add dialog close value to the $broadcast'ed events by [@Kidlike](https://github.com/Kidlike) ([PR-252](https://github.com/likeastore/ngDialog/pull/252))
6 - [x] fix for removing package version from bower.json as it's ignored by bower by [@kkirsche](https://github.com/kkirsche) ([PR-255](https://github.com/likeastore/ngDialog/pull/255))
7 - [x] fix for non-working `ngDialog.close()` when no arguments are provided by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-243](https://github.com/likeastore/ngDialog/issues/243)) 
8 - [x] added documentation for `controllerAs` option by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-248](https://github.com/likeastore/ngDialog/issues/248)) 
9 - [x] new option `disableAnimation` that could be used for disabling animation of dialog by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-159](https://github.com/likeastore/ngDialog/issues/159)) 
10 - [x] new attribute `ng-dialog-overlay` for ngDialog directive by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-198](https://github.com/likeastore/ngDialog/issues/198)) 
11 - [x] new attribute `ng-dialog-bind-to-controller` for ngDialog directive by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-236](https://github.com/likeastore/ngDialog/issues/236)) 
12 - [x] fix for error when `controllerAs` is used together with inline controller definition by   [@andrewogburn](https://github.com/andrewogburn) ([PR-260](https://github.com/likeastore/ngDialog/pull/260), [ISSUE-259](https://github.com/likeastore/ngDialog/issues/259)) 
13 - [x] added method `getOpenDialogs()` that returns array of all opened dialogs by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-240](https://github.com/likeastore/ngDialog/issues/240))
14 - [x] added two new events emmited by ngDialog - `ngDialog.templateLoading` and `ngDialog.templateLoaded` by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-231](https://github.com/likeastore/ngDialog/issues/231)) 
15 - [x] added `ngDialogId` field to scope of opened dialog (this field is equal to id of dialog) by [@egor-smirnov](https://github.com/egor-smirnov) ([ISSUE-274](https://github.com/likeastore/ngDialog/issues/274), [ISSUE-264](https://github.com/likeastore/ngDialog/issues/264)) 
16 - [x] fix for odd timing issue when using the `closeByNavigation` option alongside `angular-ui-router package` by   [@jdelibas](https://github.com/jdelibas) ([PR-277](https://github.com/likeastore/ngDialog/pull/277)) 
17 - [x] fix for disabling of body scroll when dialog is opened for some cases by [@marmotz](https://github.com/marmotz) ([PR-280](https://github.com/likeastore/ngDialog/pull/280), [ISSUE-206](https://github.com/likeastore/ngDialog/issues/206)) 
18 - [x] fix for avoiding require multiple angular when it's required already when using CommonJS by [@michaeleekk](https://github.com/michaeleekk) ([PR-284](https://github.com/likeastore/ngDialog/pull/284))
19 - [x] fix for `frunt build` that was resetting  html.ngdialog changes by [@davidvuong](https://github.com/davidvuong) ([PR-285](https://github.com/likeastore/ngDialog/pull/285))
20 - [x] moved Angular to dev.dependencies by [@platdesign](https://github.com/platdesign) ([PR-287](https://github.com/likeastore/ngDialog/pull/287))
21 - [x] fix for unboudning all keydown events when dialog is closed by [@daanoz](https://github.com/daanoz) ([PR-291](https://github.com/likeastore/ngDialog/pull/291))
22 - [x] ignore elements with tabindex=-1 when tabbing by [@roaks3](https://github.com/roaks3) ([PR-292](https://github.com/likeastore/ngDialog/pull/292), [ISSUE-281](https://github.com/likeastore/ngDialog/issues/281)) 
23
24 That was huge. Thanks everybody!
25
26 # 0.4.0
27
28 - [x] new `resolve` option for defining locals for ngDialog controller by [@rur](https://github.com/rur) ([PR-182](https://github.com/likeastore/ngDialog/pull/182))
29 - [x] support for `controllerAs` pattern by [@andrewogburn](https://github.com/andrewogburn) and [@sprbikkel](https://github.com/sprbikkel) ([PR-205](https://github.com/likeastore/ngDialog/pull/205), [PR-224](https://github.com/likeastore/ngDialog/pull/224))
30 - [x] added accessibility improvements (keyboard focus management / ARIA attribute) by [@richardszalay](https://github.com/richardszalay) ([PR-166](https://github.com/likeastore/ngDialog/pull/166))
31 - [x] added `isOpen(id)` public method by [@kasimoglou](https://github.com/kasimoglou) ([PR-219](https://github.com/likeastore/ngDialog/pull/219)) 
32 - [x] fix for `esc` should only close top dialog by [@jemise111](https://github.com/jemise111) ([PR-226](https://github.com/likeastore/ngDialog/pull/226))
33 - [x] fix for flickering dialogs in Internet Explorer by [@MvHMontySCOUT](https://github.com/MvHMontySCOUT) ([PR-207](https://github.com/likeastore/ngDialog/pull/207), discussion - [ISSUE-142](https://github.com/likeastore/ngDialog/issues/142))
34 - [x] fix issue when opening multiple dialogs simultaneously by [@bchelli](https://github.com/bchelli) ([PR-221](https://github.com/likeastore/ngDialog/pull/221))
35 - [x] various minor bug fixes, general improvements and examples updates
36
37 Thanks everybody, you're awesome! :dancer: :+1:
38
39 # 0.3.12
40
41 - [x] better `box-sizing` policy
42
43 # 0.3.11
44
45 - [x] prevent the modal from closing if preCloseCallback returns a falsy value
46
47 # 0.3.10
48
49 - [x] fix negative dialogs count
50
51 # 0.3.9
52
53 - [x] fix destroy scope with animation for multiple dialog [ISSUE-125](https://github.com/likeastore/ngDialog/issues/125)
54
55 # 0.3.8
56
57 - [x] Make ngDialog work with AngularJS 1.3 when `$compileProvider` debug info is disabled - `$compileProvider.debugInfoEnabled(false)`.
58
59 # 0.3.7
60
61 - [x] support for [UMD pattern](https://github.com/umdjs/umd)
62 - [x] get rid of `module` variable in source code
63 - [x] get rid of `window` dependency in favor of `$window`
64
65 # 0.3.6
66
67 - [x] finally (after many requests) `$scope.ngDialogData` holds reference to the objects passed instead of copying them.
68
69 # 0.3.5
70
71 - [x] fix for HammerJS 1.1 breaking dialog
72
73 # 0.3.4
74
75 - [x] add support for `overlay` option (https://github.com/likeastore/ngDialog/issues/117)
76
77 # 0.3.3
78
79 - [x] successful tests and support for Angular.js `1.3.x`
80
81 # 0.3.2
82
83 - [x] fixed an issue with Hammer.js manager
84
85 # 0.3.1
86
87 - [x] `ngDialog.closing` event
88 - [x] `closeByNavigation` option
89 - [x] `templateUrl` option
90
91 # 0.3.0
92
93 - [x] `.openConfirm()` method
94 - [x] `.setForceBodyReload()` method
95 - [x] add support for `.setDefaults()` method
96 - [x] fix scroll jump bug
97 - [x] fix event broadcasting to occur at the times they should
98 - [x] fix for `ngDialogData` being passed after controller instantiation
99 - [x] allow objects for `ngDialogData`
100 - [x] `cache` option
101 - [x] `preCloseCallback` option
102 - [x] `appendTo` option
103 - [x] `name` option
104 - [x] minor code fixes and optimizations, examples improvements
105
106 # 0.2.2