Skip to content

Commit

Permalink
Merge pull request #61 from truenorth/patch-1
Browse files Browse the repository at this point in the history
Generate a changelog
  • Loading branch information
lukemelia committed Jul 27, 2015
2 parents 937cb67 + e04af50 commit 64c47fa
Showing 1 changed file with 205 additions and 2 deletions.
207 changes: 205 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,208 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
### Changed
## [Unreleased](https://github.com/yapplabs/ember-modal-dialog/tree/HEAD)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.5...HEAD)

**Closed issues:**

- basic modal test modal container incorrect [\#58](https://github.com/yapplabs/ember-modal-dialog/issues/58)

- ember-modal-dialog doesn't work with IE8 [\#57](https://github.com/yapplabs/ember-modal-dialog/issues/57)

**Merged pull requests:**

- Add a changelog. [\#54](https://github.com/yapplabs/ember-modal-dialog/pull/54) ([blimmer](https://github.com/blimmer))

## [v0.7.5](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.5) (2015-06-25)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.4...v0.7.5)

**Closed issues:**

- Scrollbar for large modals \(or small browser window\) [\#45](https://github.com/yapplabs/ember-modal-dialog/issues/45)

**Merged pull requests:**

- Pass through additional ember-tether options [\#49](https://github.com/yapplabs/ember-modal-dialog/pull/49) ([chrislopresto](https://github.com/chrislopresto))

## [v0.7.4](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.4) (2015-06-19)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.3...v0.7.4)

**Closed issues:**

- Sass mandatory? [\#42](https://github.com/yapplabs/ember-modal-dialog/issues/42)

**Merged pull requests:**

- Allow 2.0.0-beta's to use current templates. [\#44](https://github.com/yapplabs/ember-modal-dialog/pull/44) ([rwjblue](https://github.com/rwjblue))

## [v0.7.3](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.3) (2015-06-19)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.2...v0.7.3)

**Closed issues:**

- Extending modal-dialog subclass doesn't work [\#40](https://github.com/yapplabs/ember-modal-dialog/issues/40)

- Deprecated in ember-cli 0.2.6 [\#39](https://github.com/yapplabs/ember-modal-dialog/issues/39)

- Template Deprecations \(due to `bind-attr` and `classNameBindings`\) with 1.13+. [\#34](https://github.com/yapplabs/ember-modal-dialog/issues/34)

**Merged pull requests:**

- Swap the modal-dialog template based on Ember version. [\#43](https://github.com/yapplabs/ember-modal-dialog/pull/43) ([rwjblue](https://github.com/rwjblue))

## [v0.7.2](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.2) (2015-05-31)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.1...v0.7.2)

**Closed issues:**

- Ember 1.13.0-beta.2 You cannot use classNameBindings on a tag-less component [\#38](https://github.com/yapplabs/ember-modal-dialog/issues/38)

- Needs live demo [\#37](https://github.com/yapplabs/ember-modal-dialog/issues/37)

## [v0.7.1](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.1) (2015-05-24)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.7.0...v0.7.1)

**Closed issues:**

- top-center alignment [\#8](https://github.com/yapplabs/ember-modal-dialog/issues/8)

- Leverage a dedicated library for positioning [\#5](https://github.com/yapplabs/ember-modal-dialog/issues/5)

**Merged pull requests:**

- When `renderInPlace` is true, do not use tether or do any positioning [\#36](https://github.com/yapplabs/ember-modal-dialog/pull/36) ([lukemelia](https://github.com/lukemelia))

## [v0.7.0](https://github.com/yapplabs/ember-modal-dialog/tree/v0.7.0) (2015-05-19)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.6.0...v0.7.0)

**Closed issues:**

- crossdomain.xml and robots.txt [\#29](https://github.com/yapplabs/ember-modal-dialog/issues/29)

- How to test in a component unit test [\#15](https://github.com/yapplabs/ember-modal-dialog/issues/15)

**Merged pull requests:**

- Use ember-tether for modal positioning [\#35](https://github.com/yapplabs/ember-modal-dialog/pull/35) ([chrislopresto](https://github.com/chrislopresto))

- Clarifies the close action's functionality in the documentation [\#32](https://github.com/yapplabs/ember-modal-dialog/pull/32) ([pzuraq](https://github.com/pzuraq))

- Guard against `document` being undefined. [\#31](https://github.com/yapplabs/ember-modal-dialog/pull/31) ([rwjblue](https://github.com/rwjblue))

- Remove public [\#30](https://github.com/yapplabs/ember-modal-dialog/pull/30) ([sandstrom](https://github.com/sandstrom))

## [v0.6.0](https://github.com/yapplabs/ember-modal-dialog/tree/v0.6.0) (2015-05-05)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.5.0...v0.6.0)

**Closed issues:**

- Custom modals don't have destinationElementId injected [\#22](https://github.com/yapplabs/ember-modal-dialog/issues/22)

- Routable modal without losing existing routes template [\#14](https://github.com/yapplabs/ember-modal-dialog/issues/14)

**Merged pull requests:**

- Add modal-dialog service with `destinationElementId` for easier subclassing [\#28](https://github.com/yapplabs/ember-modal-dialog/pull/28) ([rlivsey](https://github.com/rlivsey))

- Improve routable usage info. [\#27](https://github.com/yapplabs/ember-modal-dialog/pull/27) ([pedrokiefer](https://github.com/pedrokiefer))

- Component unit test example [\#20](https://github.com/yapplabs/ember-modal-dialog/pull/20) ([varblob](https://github.com/varblob))

## [v0.5.0](https://github.com/yapplabs/ember-modal-dialog/tree/v0.5.0) (2015-04-28)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.4.1...v0.5.0)

**Closed issues:**

- Close when user clicks off modal \(on overlay\) [\#24](https://github.com/yapplabs/ember-modal-dialog/issues/24)

**Merged pull requests:**

- Wormhole-less Modals [\#26](https://github.com/yapplabs/ember-modal-dialog/pull/26) ([chrislopresto](https://github.com/chrislopresto))

- Add an alignment css class to the positioned div [\#25](https://github.com/yapplabs/ember-modal-dialog/pull/25) ([lukemelia](https://github.com/lukemelia))

- Fix typo: modals-overlay =\> modal-overlays [\#23](https://github.com/yapplabs/ember-modal-dialog/pull/23) ([balinterdi](https://github.com/balinterdi))

- Update install instructions for Ember CLI 0.2.3 [\#21](https://github.com/yapplabs/ember-modal-dialog/pull/21) ([balinterdi](https://github.com/balinterdi))

## [v0.4.1](https://github.com/yapplabs/ember-modal-dialog/tree/v0.4.1) (2015-04-25)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.4.0...v0.4.1)

## [v0.4.0](https://github.com/yapplabs/ember-modal-dialog/tree/v0.4.0) (2015-04-17)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.3.0...v0.4.0)

## [v0.3.0](https://github.com/yapplabs/ember-modal-dialog/tree/v0.3.0) (2015-04-13)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.2.2...v0.3.0)

**Merged pull requests:**

- Introduced overlay-class and container-class attributes. [\#18](https://github.com/yapplabs/ember-modal-dialog/pull/18) ([lukemelia](https://github.com/lukemelia))

- Allow alignmentTarget to be specified as a reference to an Ember View or a DOM element in addition to a selector. [\#16](https://github.com/yapplabs/ember-modal-dialog/pull/16) ([lukemelia](https://github.com/lukemelia))

## [v0.2.2](https://github.com/yapplabs/ember-modal-dialog/tree/v0.2.2) (2015-04-11)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v0.2.1...v0.2.2)

## [v0.2.1](https://github.com/yapplabs/ember-modal-dialog/tree/v0.2.1) (2015-04-10)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/0.2.0...v0.2.1)

**Closed issues:**

- close on 'escape' [\#9](https://github.com/yapplabs/ember-modal-dialog/issues/9)

**Merged pull requests:**

- Remove orphan overlay component [\#13](https://github.com/yapplabs/ember-modal-dialog/pull/13) ([ofbriggs](https://github.com/ofbriggs))

- Updating ember-cli version to fix build errors on windows [\#12](https://github.com/yapplabs/ember-modal-dialog/pull/12) ([ofbriggs](https://github.com/ofbriggs))

- Clarify key-responder is about keyboard shortcuts [\#10](https://github.com/yapplabs/ember-modal-dialog/pull/10) ([samselikoff](https://github.com/samselikoff))

## [0.2.0](https://github.com/yapplabs/ember-modal-dialog/tree/0.2.0) (2015-04-05)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/0.1.0...0.2.0)

**Merged pull requests:**

- Test against 1.10 through beta [\#7](https://github.com/yapplabs/ember-modal-dialog/pull/7) ([ef4](https://github.com/ef4))

- Drop unused ember-data dependency [\#6](https://github.com/yapplabs/ember-modal-dialog/pull/6) ([ef4](https://github.com/ef4))

- Use Ember.observer and Ember.on instead of function prototype equivalents [\#4](https://github.com/yapplabs/ember-modal-dialog/pull/4) ([lukemelia](https://github.com/lukemelia))

## [0.1.0](https://github.com/yapplabs/ember-modal-dialog/tree/0.1.0) (2015-03-26)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/0.0.3...0.1.0)

**Merged pull requests:**

- Metal Modal Approach [\#2](https://github.com/yapplabs/ember-modal-dialog/pull/2) ([chrislopresto](https://github.com/chrislopresto))

## [0.0.3](https://github.com/yapplabs/ember-modal-dialog/tree/0.0.3) (2014-11-14)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/0.0.2...0.0.3)

## [0.0.2](https://github.com/yapplabs/ember-modal-dialog/tree/0.0.2) (2014-10-12)

[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/0.0.1...0.0.2)

## [0.0.1](https://github.com/yapplabs/ember-modal-dialog/tree/0.0.1) (2014-10-05)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 64c47fa

Please sign in to comment.