Releases: yapplabs/ember-modal-dialog
Releases · yapplabs/ember-modal-dialog
Release 4.0.0-alpha.0
💥 Breaking Change
🏠 Internal
- #333 Add volta config (@lukemelia)
- #324 Upgrade
ember-wormhole
to v0.6.0 (@legallai) - #331 Remove obsolete
this.get(...)
calls (@Turbo87) - #330 dummy: Remove obsolete
register-subclassed-modals
initializer (@Turbo87) - #329 Add missing
this.
prefixes to the templates (@Turbo87)
Committers: 3
- Luke Melia (@lukemelia)
- Tobias Bieniek (@Turbo87)
- @legallai
Release 3.0.3
Release 3.0.2
Release 3.0.1
🐛 Bug Fix
- #300 Fix dummy app css and two actions (@lukemelia)
- #295 fixes my previous change to the css installation instructions (@christophermlne)
- #294 fixes bad css import snippet in README installation instructions (@christophermlne)
📝 Documentation
- #295 fixes my previous change to the css installation instructions (@christophermlne)
- #294 fixes bad css import snippet in README installation instructions (@christophermlne)
- #281 Update README.md (@newyork-anthonyng)
🏠 Internal
- #307 Switch to release-it (@lukemelia)
- #305 Bump websocket-extensions from 0.1.3 to 0.1.4 (@dependabot[bot])
- #304 Bump jquery from 3.4.1 to 3.5.0 (@dependabot[bot])
- #306 Bump lodash from 4.17.11 to 4.17.19 (@dependabot[bot])
Committers: 5
- Anthony Ng (@newyork-anthonyng)
- Ben Kiefer (@benkiefer)
- Christopher Milne (@christophermlne)
- Luke Melia (@lukemelia)
- @mum-never-proud
Such Great Heights Beta 3
Such Great Heights Beta 2 (v3.0.0-beta.2)
Such Great Heights Beta 1 (v3.0.0-beta.1)
- [BREAKING] Update addon repo to ember 3.5, drop support for Ember 2.4 #265 (lukemelia)
- use closure actions #264 (mcfiredrill)
- Handle when App.rootElement can be a node, rather than an id #263 (averydev)
- update README.md Custom Modals section #259 (hakilebara)
- Update .travis.yml #258 (samselikoff)
- Don't sendAction in click handler when component isDestroying or isDestroyed #255 (oscarni)
This release will become v3.0.0 final if no issues are found in the next 2 days.
3.0.0 beta zero
[BREAKING] Remove deprecations in anticipation of 3.0.0
- Direct usage of the
tether-dialog
component is no longer supported, in favor of opting into tethering behavior by passing atetherTarget
tomodal-dialog
. - Specifying the
close
action for amodal-dialog
component is no longer supported in favor ofonClose
- Specifying the
container-class
attribute for amodal-dialog
component is no longer supported in favor of the camelCasecontainerClass
- Specifying the
overlay-class
attribute for amodal-dialog
component is no longer supported in favor of the camelCaseoverlayClass
- Specifying the
wrapper-class
attribute for amodal-dialog
component is no longer supported in favor of the camelCasewrapperClass
- Specifying the
target
attribute for amodal-dialog
component is no longer supported in favor of thetetherTarget
- Direct usage of the
modal-dialog-overlay
component is no longer supported. Internally, we just use a div now.
These were all deprecated with warnings during 2.x, so if you are deprecation-free in 2.4.3, you can safely upgrade to 3.0.0
Right Behind You
- Revert modules update to file in app directory #232 (Dhaulagiri)
- handle global document being undefined #230 (BryanCrotaz)
Total Ban on Tears
- Add ember-cli-version-checker as a dep #222 (samselikoff)
- fix(#195): provide default values for concatenatedProperties #217 (RustyToms)
- use new modules api #215 (Dhaulagiri)
- Update imports for newer Ember-cli #204 (mazondo)