- Giles Thompson (@gilest)
- #395 ember-tether version change was missing in peerDependencies declaration (@lukemelia)
- Luke Melia (@lukemelia)
- #390 Run tests with node 16 (@lukemelia)
- David Ratier (@ratierd)
- Luke Melia (@lukemelia)
- #378 Fix error attempting to join class names when they are a string (@lukemelia)
- Luke Melia (@lukemelia)
- Robert Wagner (@rwwagner90)
Drops support for Ember 3.19 and below
Ember 4 compatibility and Embroider support
- #358 Start on embroider support (@rwwagner90)
- #370 Embroider support (@rwwagner90)
- #369 Bump deps, yarn upgrade (@rwwagner90)
- #365 ember-cli 4 (@rwwagner90)
- #361 Remove ember-classic-decorator (@rwwagner90)
- Robert Wagner (@rwwagner90)
- #350 Stop delegating targetAttachmentClass argument (@lukemelia)
- #351 Avoid global
Ember
deprecation in add-modals-container initializer (@lukemelia) - #346 Update lint commands (@rwwagner90)
- #345 Use GitHub Actions instead of Travis (@rwwagner90)
- #344 Update to angle bracket components (@rwwagner90)
- #341 Update to ember-cli 3.16 (@rwwagner90)
- #338 Adopt ember-ignore-children-helper (@bjornharrtell)
- Björn Harrtell (@bjornharrtell)
- Luke Melia (@lukemelia)
- Robert Wagner (@rwwagner90)
- #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)
- Luke Melia (@lukemelia)
- Tobias Bieniek (@Turbo87)
- @legallai
- Tobias Bieniek (@Turbo87)
- #315 fix: support
ember-engines
(@buschtoens)
- Jan Buschtöns (@buschtoens)
- #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)
- #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)
- #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])
- Anthony Ng (@newyork-anthonyng)
- Ben Kiefer (@benkiefer)
- Christopher Milne (@christophermlne)
- Luke Melia (@lukemelia)
- @mum-never-proud
3.0.0-beta.4 (2019-06-18)
Merged pull requests:
- Pure CSS #278 (chrism)
- Upgrading dependencies #277 (chrism)
- Move contribution guide to CONTRIBUTING.md #274 (hakilebara)
- Add a table of contents to README.md #272 (hakilebara)
v3.0.0-beta.3 (2018-11-23)
Merged pull requests:
v3.0.0-beta.2 (2018-11-12)
Merged pull requests:
v3.0.0-beta.1 (2018-11-12)
Merged pull requests:
- [BREAKING] Update ember to 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)
v2.4.4 (2018-05-14)
v3.0.0-beta.0 (2018-03-03)
Merged pull requests:
- Update dependencies #247 (lukemelia)
- [BREAKING] Remove deprecations in anticipation of 3.0.0 #246 (lukemelia)
v2.4.3 (2018-03-03)
Merged pull requests:
v2.4.2 (2018-02-22)
Merged pull requests:
- Update version compatibility (which controls ember:try version targets) #243 (lukemelia)
- Fix bug with clickOutsideToClose when specifying a stack #242 (andrewhavens)
- ember-cli-update to 2.17 #235 (Dhaulagiri)
- Removing jQuery #234 (gmurphey)
- Confusing sentence #223 (dan-ste)
v2.4.1 (2017-12-05)
Merged pull requests:
- Revert modules update to file in app directory #232 (Dhaulagiri)
- handle global document being undefined #230 (BryanCrotaz)
v2.4.0 (2017-11-21)
Merged pull requests:
- Add ember-cli-version-checker as a dep #222 (samselikoff)
- Make optional dependencies section easier to read #220 (chrisvdp)
- fix(#195): provide default values for concatenatedProperties #217 (RustyToms)
- use new modules api #215 (Dhaulagiri)
- Fixed formatting on
ember install ember-tether
#209 (djones) - keyboard example - use Ember best practice form instead of .on() #208 (caseywatts)
- Update imports for newer Ember-cli #204 (mazondo)
v2.3.0 (2017-06-23)
Merged pull requests:
- Don't fail if ENV['ember-modal-dialog'] is not defined #202 (lukemelia)
- Pass
stack
andvalue
properties through to liquid-wormhole/liquid-tether #201 (lukemelia) - Fix modals in FastBoot #200 (sandydoo)
- Typo: missing comma #197 (jacobq)
v2.2.0 (2017-05-15)
Merged pull requests:
- Make modal-dialog component animatable via liquid-fire #193 (lukemelia)
- Add support for an
overlayPosition
property which supports values of'parent'
or'sibling'
#192 (lukemelia) - Allow specifying
hasOverlay=false
to suppress output of the overlay div. #191 (lukemelia) - Minor README cleanup #190 (lukemelia)
v2.1.0 (2017-05-14)
Merged pull requests:
- Detect ember-tether and throw an error early if not present and tetherTarget is passed. #189 (lukemelia)
- Make tests more robust with waitUntil #188 (lukemelia)
- Simplify dummy app a bit #187 (lukemelia)
- Unify
modal-dialog
andtether-dialog
into onemodal-dialog
component #186 (lukemelia) - Replace
modal-dialog-overlay
component with a div and deprecate it. #185 (lukemelia) - Update title of dummy app #184 (lukemelia)
- Rename
close
action toonClose
and deprecateclose
. #183 (lukemelia) - Switch dummy app/tests to use routes instead of query params #182 (lukemelia)
- install was installed inadvertently, so let's uninstall the inadvertent install of install #181 (lukemelia)
- Use ember-native-dom-helpers and async/await #180 (lukemelia)
- Upgrade ember-cli, ember-cli-babel, and friends #179 (lukemelia)
- Use camelCase properties, deprecate public kebab case properties #178 (lukemelia)
v2.0.0 (2017-05-12)
Merged pull requests:
v2.0.0-beta.0 (2017-04-05)
Merged pull requests:
- Update ember-cli and other tooling dependencies. #174 (lukemelia)
- Update ember-wormhole dependency and ember-tether devDependency #173 (lukemelia)
- Drop support for Ember versions older than 2.4 #172 (lukemelia)
v1.0.0 (2017-04-05)
Merged pull requests:
- Use Chrome in CI. #171 (lukemelia)
- [BREAKING] Change default scss to use static positioning for render in place. #169 (andrewhavens)
- Use yarn for dependency management #168 (andrewhavens)
- Add ability to specify a callback that is triggered when overlay is clicked. #167 (andrewhavens)
- Check for Ember version with new ember-cli-version-checker API. #166 (dan-ste)
v0.9.1 (2017-02-14)
Merged pull requests:
- Touch event handling on IOS for clickOutsideToClose #161 (Chee7ah)
- Add element center to positioned container #144 (wandertosee)
- Register unique clickOutsideToClose click handlers #129 (oscarni)
v0.9.0 (2016-08-19)
Merged pull requests:
- Support unit and integration tests out of the box. #142 (blimmer)
- Update README to change usage of
ember-key-responder
toember-keyboard
#141 (SaladFork) - Update ember-cli and use ember try's versionCompatibility #136 (lukemelia)
v0.8.8 (2016-07-13)
Merged pull requests:
v0.8.7 (2016-07-12)
Merged pull requests:
- Avoid deprecation warning by updating ember-cli-htmlbars #134 (mdentremont)
v0.8.6 (2016-07-05)
Merged pull requests:
v0.8.5 (2016-06-22)
Merged pull requests:
v0.8.4 (2016-05-11)
Merged pull requests:
- Improve tether-dialog positioning #128 (chrislopresto)
- Update ember-tether version #126 (chrislopresto)
- Added link to introduction video #118 (taras)
- Fixes ember-try dependency for ember 1.13.10 #117 (jeremywrowe)
v0.8.3 (2015-12-22)
Merged pull requests:
- Perform a big JSCS suave cleanup #110 (chrislopresto)
- Add tether-dialog
constraints
property #109 (chrislopresto) - update suave so tests pass on master #108 (hmcq6)
- Fixing a small typo. #91 (kiwiupover)
v0.8.2 (2015-10-26)
Merged pull requests:
- Update to Ember CLI 1.13.8 #90 (chrislopresto)
v0.8.1 (2015-09-19)
Merged pull requests:
- add additional learning resource #85 (jeffreybiles)
- Made the initializer ember 1.13/2.0/2.1 friendly #82 (toranb)
v0.8.0 (2015-09-10)
Merged pull requests:
- Create separate modal-dialog and tether-dialog components #79 (chrislopresto)
- Update css for center scrolling example #74 (samselikoff)
- Make centered scrolling example work #73 (sandstrom)
- introduce ember-suave #72 (raycohen)
v0.7.7 (2015-08-04)
Merged pull requests:
- refactor
updateAlignment
to make it clear what the different paths are #66 (raycohen) - assert that specified alignment target exists #65 (kagemusha)
- Adds the ability to close when clicking anywhere outside the modal without an overlay #59 (kellyselden)
- Add version check for minimum ember-cli version #56 (lukemelia)
v0.7.6 (2015-07-27)
Merged pull requests:
- Upgrade to ember-cli 1.13.1 #63 (chrislopresto)
- Respect MODAL_DIALOG_USE_TETHER application property #62 (chrislopresto)
- Generate a changelog #61 (mike-north)
- Make overlay clicks work on iOS automatically by adding
cursor: pointer
to the overlay div. #60 (lukemelia) - Add a changelog. #54 (blimmer)
v0.7.5 (2015-06-25)
Merged pull requests:
- Pass through additional ember-tether options #49 (chrislopresto)
v0.7.4 (2015-06-19)
Merged pull requests:
v0.7.3 (2015-06-19)
Merged pull requests:
v0.7.2 (2015-05-31)
v0.7.1 (2015-05-24)
Merged pull requests:
v0.7.0 (2015-05-19)
Merged pull requests:
- Use ember-tether for modal positioning #35 (chrislopresto)
- Clarifies the close action's functionality in the documentation #32 (pzuraq)
- Guard against
document
being undefined. #31 (rwjblue) - Remove public #30 (sandstrom)
v0.6.0 (2015-05-05)
Merged pull requests:
- Add modal-dialog service with
destinationElementId
for easier subclassing #28 (rlivsey) - Improve routable usage info. #27 (pedrokiefer)
- Component unit test example #20 (varblob)
v0.5.0 (2015-04-28)
Merged pull requests:
- Wormhole-less Modals #26 (chrislopresto)
- Add an alignment css class to the positioned div #25 (lukemelia)
- Fix typo: modals-overlay => modal-overlays #23 (balinterdi)
- Update install instructions for Ember CLI 0.2.3 #21 (balinterdi)
v0.4.1 (2015-04-25)
v0.4.0 (2015-04-17)
v0.3.0 (2015-04-13)
Merged pull requests:
- Introduced overlay-class and container-class attributes. #18 (lukemelia)
- Allow alignmentTarget to be specified as a reference to an Ember View or a DOM element in addition to a selector. #16 (lukemelia)
v0.2.2 (2015-04-11)
v0.2.1 (2015-04-10)
Merged pull requests:
- Remove orphan overlay component #13 (olivia)
- Updating ember-cli version to fix build errors on windows #12 (olivia)
- Clarify key-responder is about keyboard shortcuts #10 (samselikoff)
0.2.0 (2015-04-05)
Merged pull requests:
- Test against 1.10 through beta #7 (ef4)
- Drop unused ember-data dependency #6 (ef4)
- Use Ember.observer and Ember.on instead of function prototype equivalents #4 (lukemelia)
0.1.0 (2015-03-26)
Merged pull requests:
- Metal Modal Approach #2 (chrislopresto)
0.0.3 (2014-11-14)
0.0.2 (2014-10-12)
0.0.1 (2014-10-05)
* This Change Log was automatically generated by github_changelog_generator