ember-cli-meta-tags
Version:
216 lines (131 loc) • 10.9 kB
Markdown
# Change Log
## [6.1.2](https://github.com/ronco/ember-cli-meta-tags/tree/6.1.2) (2020-11-09)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v5.3.0...6.1.2)
- Minimum Node 10
- Upgrade ember-cli-head to `1.0.0` to avoid deprecations
- Fix bug with `head.hbs` and using correct context
## [5.0.0](https://github.com/ronco/ember-cli-meta-tags/tree/5.0.0) (2018-06-25)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v4.1.0...5.0.0)
- update `ember-cli-head` to 0.4.1, finally resolving issues with the addon and newer versions of ember
## [4.1.0](https://github.com/ronco/ember-cli-meta-tags/tree/4.1.0) (2018-06-25)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.1.0...4.1.0)
- update `ember-source` to 3.2.x
- update `ember-cli` to 3.1.x
This is a maintenance release without any breaking changes, in preparation of 5.0.0
## [3.1.0](https://github.com/ronco/ember-cli-meta-tags/tree/3.1.0) (2017-04-29)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.0.4...3.1.0)
**Closed issues:**
- EventDispatcher should never be instantiated in fastboot mode. [\#51](https://github.com/ronco/ember-cli-meta-tags/issues/51)
**Merged pull requests:**
- Update ember-cli and resolve 2.13 dep warning [\#54](https://github.com/ronco/ember-cli-meta-tags/pull/54) ([bcardarella](https://github.com/bcardarella))
## [v3.0.4](https://github.com/ronco/ember-cli-meta-tags/tree/v3.0.4) (2016-11-30)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/3.0.4...v3.0.4)
## [3.0.4](https://github.com/ronco/ember-cli-meta-tags/tree/3.0.4) (2016-11-30)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.0.3...3.0.4)
**Merged pull requests:**
- Allow `headTags` to be a CP [\#49](https://github.com/ronco/ember-cli-meta-tags/pull/49) ([bcardarella](https://github.com/bcardarella))
## [v3.0.3](https://github.com/ronco/ember-cli-meta-tags/tree/v3.0.3) (2016-11-14)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/3.0.3...v3.0.3)
## [3.0.3](https://github.com/ronco/ember-cli-meta-tags/tree/3.0.3) (2016-11-14)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.0.2...3.0.3)
**Closed issues:**
- Restore support for Ember versions \< 2.8 [\#47](https://github.com/ronco/ember-cli-meta-tags/issues/47)
- Adding Apple Smart App banner not showing up in iPhone [\#18](https://github.com/ronco/ember-cli-meta-tags/issues/18)
**Merged pull requests:**
- Restore pre-2.8 support. [\#48](https://github.com/ronco/ember-cli-meta-tags/pull/48) ([blimmer](https://github.com/blimmer))
## [v3.0.2](https://github.com/ronco/ember-cli-meta-tags/tree/v3.0.2) (2016-11-03)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/3.0.2...v3.0.2)
## [3.0.2](https://github.com/ronco/ember-cli-meta-tags/tree/3.0.2) (2016-11-03)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.0.1...3.0.2)
**Merged pull requests:**
- Update ember-cli-head dep [\#46](https://github.com/ronco/ember-cli-meta-tags/pull/46) ([bcardarella](https://github.com/bcardarella))
- Delete .dir-locals.el [\#45](https://github.com/ronco/ember-cli-meta-tags/pull/45) ([simenheg](https://github.com/simenheg))
## [v3.0.1](https://github.com/ronco/ember-cli-meta-tags/tree/v3.0.1) (2016-09-23)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v3.0.0...v3.0.1)
**Merged pull requests:**
- Fixes deprecation warning regarding using `includes` over `contains` [\#43](https://github.com/ronco/ember-cli-meta-tags/pull/43) ([twokul](https://github.com/twokul))
## [v3.0.0](https://github.com/ronco/ember-cli-meta-tags/tree/v3.0.0) (2016-09-22)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v2.0.2...v3.0.0)
**Closed issues:**
- Doesn't work on ember-cli 2.8.0? [\#41](https://github.com/ronco/ember-cli-meta-tags/issues/41)
- Error in Ember 2.8: Component error can't use 'attributeBindings' on a tag-less component [\#40](https://github.com/ronco/ember-cli-meta-tags/issues/40)
- Create 2.0.2 release in GH Releases [\#39](https://github.com/ronco/ember-cli-meta-tags/issues/39)
- Unable to create link tags with Fastboot [\#37](https://github.com/ronco/ember-cli-meta-tags/issues/37)
- Support title tag [\#35](https://github.com/ronco/ember-cli-meta-tags/issues/35)
**Merged pull requests:**
- Ember 2.8+ Support [\#42](https://github.com/ronco/ember-cli-meta-tags/pull/42) ([ronco](https://github.com/ronco))
- Fix example code in README.md [\#38](https://github.com/ronco/ember-cli-meta-tags/pull/38) ([tricknotes](https://github.com/tricknotes))
## [v2.0.2](https://github.com/ronco/ember-cli-meta-tags/tree/v2.0.2) (2016-07-13)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v2.0.1...v2.0.2)
**Closed issues:**
- Recommended way of adding valid tags [\#33](https://github.com/ronco/ember-cli-meta-tags/issues/33)
**Merged pull requests:**
- Adds support for \<title\> [\#36](https://github.com/ronco/ember-cli-meta-tags/pull/36) ([locks](https://github.com/locks))
## [v2.0.1](https://github.com/ronco/ember-cli-meta-tags/tree/v2.0.1) (2016-06-10)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/2.0.0...v2.0.1)
**Merged pull requests:**
- Support the `noscript` tag. [\#34](https://github.com/ronco/ember-cli-meta-tags/pull/34) ([vsymguysung](https://github.com/vsymguysung))
## [2.0.0](https://github.com/ronco/ember-cli-meta-tags/tree/2.0.0) (2016-05-17)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v2.0.0...2.0.0)
## [v2.0.0](https://github.com/ronco/ember-cli-meta-tags/tree/v2.0.0) (2016-05-17)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v1.0.2...v2.0.0)
**Implemented enhancements:**
- Fastboot Support [\#12](https://github.com/ronco/ember-cli-meta-tags/issues/12)
**Merged pull requests:**
- Use ember-cli-head to render [\#29](https://github.com/ronco/ember-cli-meta-tags/pull/29) ([ronco](https://github.com/ronco))
## [v1.0.2](https://github.com/ronco/ember-cli-meta-tags/tree/v1.0.2) (2016-04-20)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/1.0.1...v1.0.2)
**Closed issues:**
- facebook crawler not reading meta tags [\#30](https://github.com/ronco/ember-cli-meta-tags/issues/30)
- OG & Twitter not reading our meta tags [\#24](https://github.com/ronco/ember-cli-meta-tags/issues/24)
**Merged pull requests:**
- 2.5 Merge deprecation fix [\#32](https://github.com/ronco/ember-cli-meta-tags/pull/32) ([ronco](https://github.com/ronco))
- Update head-tags.js [\#31](https://github.com/ronco/ember-cli-meta-tags/pull/31) ([charlatan154](https://github.com/charlatan154))
## [1.0.1](https://github.com/ronco/ember-cli-meta-tags/tree/1.0.1) (2015-11-09)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v1.0.1...1.0.1)
## [v1.0.1](https://github.com/ronco/ember-cli-meta-tags/tree/v1.0.1) (2015-11-09)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v1.0.0...v1.0.1)
**Closed issues:**
- Support for itemprop [\#26](https://github.com/ronco/ember-cli-meta-tags/issues/26)
**Merged pull requests:**
- 'itemprop' attribute added to meta tag. [\#27](https://github.com/ronco/ember-cli-meta-tags/pull/27) ([graham73may](https://github.com/graham73may))
- Fixed example in README.md [\#25](https://github.com/ronco/ember-cli-meta-tags/pull/25) ([seven7seven](https://github.com/seven7seven))
## [v1.0.0](https://github.com/ronco/ember-cli-meta-tags/tree/v1.0.0) (2015-10-23)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v0.1.2...v1.0.0)
**Implemented enhancements:**
- Remove direct DOM manipulation [\#13](https://github.com/ronco/ember-cli-meta-tags/issues/13)
- Support tags other than meta [\#11](https://github.com/ronco/ember-cli-meta-tags/issues/11)
**Closed issues:**
- issue with facebook [\#22](https://github.com/ronco/ember-cli-meta-tags/issues/22)
- Duplicate meta tags [\#21](https://github.com/ronco/ember-cli-meta-tags/issues/21)
- Multiple tags produced on nested routes. [\#19](https://github.com/ronco/ember-cli-meta-tags/issues/19)
**Merged pull requests:**
- Arbitrary Head Tags + Proper Nested Route Support [\#23](https://github.com/ronco/ember-cli-meta-tags/pull/23) ([ronco](https://github.com/ronco))
- Feature/service implementation [\#20](https://github.com/ronco/ember-cli-meta-tags/pull/20) ([ronco](https://github.com/ronco))
## [v0.1.2](https://github.com/ronco/ember-cli-meta-tags/tree/v0.1.2) (2015-08-16)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v0.1.1...v0.1.2)
**Closed issues:**
- How is this helpful? [\#16](https://github.com/ronco/ember-cli-meta-tags/issues/16)
- Deprecation warning for installation [\#15](https://github.com/ronco/ember-cli-meta-tags/issues/15)
- Improve Documentation [\#7](https://github.com/ronco/ember-cli-meta-tags/issues/7)
**Merged pull requests:**
- use Object.keys with fallback to Ember.keys to remove deprecation war… [\#17](https://github.com/ronco/ember-cli-meta-tags/pull/17) ([kturney](https://github.com/kturney))
- Develop [\#10](https://github.com/ronco/ember-cli-meta-tags/pull/10) ([ronco](https://github.com/ronco))
- Travis ember-try updates [\#9](https://github.com/ronco/ember-cli-meta-tags/pull/9) ([ronco](https://github.com/ronco))
- Improved documentation [\#8](https://github.com/ronco/ember-cli-meta-tags/pull/8) ([ronco](https://github.com/ronco))
## [v0.1.1](https://github.com/ronco/ember-cli-meta-tags/tree/v0.1.1) (2015-05-25)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v0.1.0...v0.1.1)
**Closed issues:**
- meta\(\) has no access to the context [\#5](https://github.com/ronco/ember-cli-meta-tags/issues/5)
**Merged pull requests:**
- Hotfix/no context for meta function [\#6](https://github.com/ronco/ember-cli-meta-tags/pull/6) ([ronco](https://github.com/ronco))
## [v0.1.0](https://github.com/ronco/ember-cli-meta-tags/tree/v0.1.0) (2015-05-03)
[Full Changelog](https://github.com/ronco/ember-cli-meta-tags/compare/v0.0.1...v0.1.0)
**Merged pull requests:**
- 0.0.2 Object behavior [\#4](https://github.com/ronco/ember-cli-meta-tags/pull/4) ([ronco](https://github.com/ronco))
- Allow meta to be also object instead of only function inside route. [\#3](https://github.com/ronco/ember-cli-meta-tags/pull/3) ([sunil-shrestha](https://github.com/sunil-shrestha))
## [v0.0.1](https://github.com/ronco/ember-cli-meta-tags/tree/v0.0.1) (2015-04-23)
**Merged pull requests:**
- 0.0.1 prep [\#2](https://github.com/ronco/ember-cli-meta-tags/pull/2) ([ronco](https://github.com/ronco))
- README.md [\#1](https://github.com/ronco/ember-cli-meta-tags/pull/1) ([ronco](https://github.com/ronco))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*