|
| 1 | +### UI Changes |
| 2 | + |
| 3 | +- **Modal** - Modal now swaps to `scrolling modal` when `close icon` no longer can be displayed, instead of modal `content` |
| 4 | +- Fixed bug with chinese mirror modal appearing on every page load when selecting chinese language |
| 5 | + |
| 6 | +### Version 1.4.0 - December 22, 2014 |
| 7 | + |
| 8 | +- **Modal** - Modal now accepts custom dimmer settings with setting `dimmerSettings`` |
| 9 | + |
| 10 | +### Version 1.3.2 - December 17, 2014 |
| 11 | + |
| 12 | +- **Modal** - Fixed issue with modal dimmer appearing cut off in some browsers, and not hiding |
| 13 | + |
| 14 | +### Version 1.3.0 - December 17, 2014 |
| 15 | + |
| 16 | +- **Modal** - Fixed issue with modal losing scroll position on mobile |
| 17 | +- **Modal/Dimmer** - Fixed issues with modal hiding during showing and showing during hiding, fixed issues with "hiding other" modals while a modal is mid-animation. |
| 18 | + |
| 19 | +### Version 1.2.0 - December 08, 2014 |
| 20 | + |
| 21 | +- **Modal** - Default modal shadow now more subtle |
| 22 | +- **Modal** - Fixes issues with multiple modals sometimes not closing dimmers |
| 23 | +- **Modal** - When a second modal that is not scrolling is opened after a scrolling modal it no longer causes the first modal to not be scrollable |
| 24 | +- **Modal** - "Hammer" clicking multiple times on a hiding dimmer no longer causes animation issues |
| 25 | + |
| 26 | +### Version 1.0.0 - November 24, 2014 |
| 27 | + |
| 28 | +- **Modal** - Modal ``left`` and ``right`` sections are now replaced with ``image`` and ``description`` |
| 29 | +- **Modal** - allowMultiple (allowing multiple modals at once) is now set to **false** by default. |
| 30 | + |
| 31 | +### Version 0.19.1 - Sep 5, 2014 |
| 32 | + |
| 33 | +- **Modal** - (Backport from 1.0 branch) Fixes issue where modal sometimes appears too low on second show |
| 34 | + |
| 35 | +### Version 0.18.0 - June 6, 2014 |
| 36 | + |
| 37 | +- **Modal** - Modals now focus on first input if available **Thanks Knotix** |
| 38 | +- **Modal** - Docs now have HTML examples |
| 39 | + |
| 40 | +### Version 0.17.0 - May 9, 2014 |
| 41 | + |
| 42 | +- **Modal** - Element does not accurately close other modals when initialized at different times **Thanks nojhamster** |
| 43 | +- **Modal** - Fixes javascript error for browsers that don't support CSS animations if jquery.easing is not included |
| 44 | + |
| 45 | +### Version 0.16.0 - April 22, 2014 |
| 46 | + |
| 47 | +- **Modal** - Fixes issue where position sometimes appeared too low on second show |
| 48 | + |
| 49 | +### Version 0.15.0 - Mar 14, 2014 |
| 50 | + |
| 51 | +- **Modal** - Modals now have an onVisible and onHidden callback for after animation ends |
| 52 | +- **Modal** - Browsers without RequestAnimationFrame (Opera) were erroring on modal show |
| 53 | +- **Modal** - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset |
| 54 | + |
| 55 | +### Version 0.14.0 - Mar 03, 2014 |
| 56 | + |
| 57 | +- **Modal** - Modal now uses requestAnimationFrame instead of debounced callback |
| 58 | + |
| 59 | +### Version 0.13.1 - Feb 28, 2014 |
| 60 | + |
| 61 | +- **Modal** - Fixes modal positioning appearing slightly below center on second load |
| 62 | + |
| 63 | +### Version 0.13.0 - Feb 20, 2014 |
| 64 | + |
| 65 | +- **Modal** - Modal will now work when modal is taller than page's content |
| 66 | +- **Modal** - Fixes z-index of modal close to appear above ``relative/absolute`` modal content on mobile |
| 67 | + |
| 68 | +### Version 0.12.5 - Feb 04, 2014 |
| 69 | + |
| 70 | +- **Modal** - Fixes an issue where modal may not position correctly in some cases *Thanks GianlucaGuarini* |
| 71 | +- **Modal** - Fixes modal throwing an error when transition is not included *Thanks robertoles* |
| 72 | + |
| 73 | +### Version 0.12.1 - Jan 15, 2014 |
| 74 | + |
| 75 | +- **Modal** - Fixes possible race conditions in animations of modal **thanks dos1** |
| 76 | + |
| 77 | +### Version 0.12.0 - Jan 06, 2014 |
| 78 | + |
| 79 | +- **Modal** - New setting ``allowMultiple`` lets you specify whether multiple modals can be shown at once |
| 80 | +- **Modal** - New setting ``detachable`` allows you to specify whether modal DOM element can be moved (Thanks MohammadYounes) |
| 81 | +- **Modal** - Buttons can now use both ``cancel/deny`` or ``ok/approve``, for approve/deny events to fire (Thanks MohammadYounes) |
| 82 | +- **Menu** - Fixes z-index on fixed menu to exist just below modals |
| 83 | + |
| 84 | +### Merry Christmas! |
| 85 | + |
| 86 | +-**Modal**: Fixes issues with modal in IE, IE11 can now use CSS animations with modals |
| 87 | + |
| 88 | +### Version 0.10.3 - Dec 22, 2013 |
| 89 | + |
| 90 | +- **Modal** - Fixes element detatching sometimes in case where it is already inside a dimmer |
| 91 | + |
| 92 | +### Version 0.10.1 - Dec 06, 2013 |
| 93 | + |
| 94 | +- **Modal** - Fixes issue with modal animation regression in 0.10.0 |
| 95 | + |
| 96 | +### Version 0.9.0 - Nov 5, 2013 |
| 97 | + |
| 98 | +- **Modal** - Fixes use of unsupported comma separated :not selector |
| 99 | +- **Modal** - Fixes left/right ui content receiving modal styles inappropriately |
| 100 | + |
| 101 | +### Version 0.8.6 - Nov 2, 2013 |
| 102 | + |
| 103 | +- **Modal** - Fixes issue with scrollable variation on mobile, updates mobile styles |
| 104 | + |
| 105 | +### Version 0.8.5 - Nov 2, 2013 |
| 106 | + |
| 107 | +- **Modal** - Fixed issue with modals not working in 0.8.4 due to mistake in transition invoke |
| 108 | + |
| 109 | +### Version 0.8.4 - Nov 1, 2013 |
| 110 | + |
| 111 | +- **Modules** - Fixes bug where invoking a sentence behavior that has a single word match would always invoke single word match. I.e. ``show modal`` would mistakenly call ``show`` if it existed. |
| 112 | + |
| 113 | +### Version 0.8.3 - Oct 30, 2013 |
| 114 | + |
| 115 | +- **Modal** - Adds fixes for opening modals when other modals are opened, adds a few new API behaviors |
| 116 | + |
| 117 | +### Version 0.8.2 - Oct 28, 2013 |
| 118 | + |
| 119 | +- **Modal** - Quick Fix for modal events in IE |
| 120 | + |
| 121 | +### Version 0.7.2 - Oct 23, 2013 |
| 122 | + |
| 123 | +- **Modal** - Fixes issue with modal hiding twice onApprove |
| 124 | + |
| 125 | +### Version 0.7.0 - Oct 22, 2013 |
| 126 | + |
| 127 | +- **Modal** - Modal hide can be cancelled from ``onApprove`` and ``onDeny`` by returning false from callback |
| 128 | +- **Modal** - Optimizes dimmer init on modal to occur on modal init and not modal show |
| 129 | + |
| 130 | +### Version 0.6.5 - Oct 18, 2013 |
| 131 | + |
| 132 | +- Modal keyboard shortcuts now obey settings.closable (credit to luisrudge) |
| 133 | + |
| 134 | +### Version 0.6.1 - Oct 15, 2013 |
| 135 | + |
| 136 | +- Adds onApprove/onDeny callbacks to modal |
| 137 | +- Adds small/large sizing of modal, reformats default modal size to be slightly inset from page grid |
| 138 | +- Fixes modal spacing on left/right content to match up with grid gutters |
| 139 | +- Fixes tests not passing for modal/dimmer |
| 140 | + |
| 141 | +### Version 0.5.1 - Oct 11, 2013 |
| 142 | + |
| 143 | +- Fixes issue with modal sometimes closing/opening multiple times caused by changes in 0.5.0 |
| 144 | + |
| 145 | +### Version 0.5.0 - Oct 10, 2013 |
| 146 | + |
| 147 | +- Fixes modal hide/show dependency issue where dimmer would not always hide modal and vice-versa |
| 148 | + |
| 149 | +### Version 0.3.7 - Oct 8, 2013 |
| 150 | + |
| 151 | +- Fixes modal show/hide action reversal in Webkit |
| 152 | + |
| 153 | +### Version 0.3.3 - Oct 2, 2013 |
| 154 | + |
| 155 | +- Fixes modal not working due to destroy teardown in dimmer Issue #153 |
| 156 | + |
| 157 | +### Version 0.3.2 - Oct 2, 2013 |
| 158 | + |
| 159 | +- Adds attach events method to modal for attaching modal events to other elements |
| 160 | +- Adds input focus/blur to modal, see Issue #124 |
| 161 | +- Updates modal to refocus elements after close |
| 162 | + |
| 163 | +### Version 0.2.5 - Sep 28, 2013 |
| 164 | + |
| 165 | +- Modal no longer uses inline css to center when in fixed position mode |
| 166 | + |
| 167 | +### Version 0.2.3 - Sep 28, 2013 |
| 168 | + |
| 169 | +- Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport |
| 170 | + |
| 171 | +### Version 0.2.2 - Sep 28, 2013 |
| 172 | + |
| 173 | +- Fixes invoke returning found function instead of results of found function in dropdown, modal |
| 174 | + |
| 175 | +### Version 0.2.1 - Sep 28, 2013 |
| 176 | + |
| 177 | +- Modals can now have an icon in its left content that will be automatically formatted |
| 178 | +- Refactored modal and dimmer components |
| 179 | +- Modal will now resize when browser window resizes if vertical height changes |
| 180 | +- Fixes issues with dimmer settings sticking between separate modals with the same dimmer. |
| 181 | + |
| 182 | +### Version 0.2.0 - Sep 28, 2013 |
| 183 | + |
| 184 | +- Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling |
| 185 | +- Adds basic modal variation |
| 186 | +- Issue with modal active state not being removed correctly from modals |
| 187 | +- Swaps modal and dropdown to use same variable naming pattern as rest of modules |
| 188 | + |
| 189 | +### Version 0.1.0 - Sep 25, 2013 |
0 commit comments