Skip to content

Latest commit

 

History

History
215 lines (131 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

215 lines (131 loc) · 10.7 KB

Change Log

6.1.2 (2020-11-09)

Full Changelog

  • 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 (2018-06-25)

Full Changelog

  • update ember-cli-head to 0.4.1, finally resolving issues with the addon and newer versions of ember

4.1.0 (2018-06-25)

Full Changelog

  • 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 (2017-04-29)

Full Changelog

Closed issues:

  • EventDispatcher should never be instantiated in fastboot mode. #51

Merged pull requests:

v3.0.4 (2016-11-30)

Full Changelog

3.0.4 (2016-11-30)

Full Changelog

Merged pull requests:

v3.0.3 (2016-11-14)

Full Changelog

3.0.3 (2016-11-14)

Full Changelog

Closed issues:

  • Restore support for Ember versions < 2.8 #47
  • Adding Apple Smart App banner not showing up in iPhone #18

Merged pull requests:

v3.0.2 (2016-11-03)

Full Changelog

3.0.2 (2016-11-03)

Full Changelog

Merged pull requests:

v3.0.1 (2016-09-23)

Full Changelog

Merged pull requests:

  • Fixes deprecation warning regarding using includes over contains #43 (twokul)

v3.0.0 (2016-09-22)

Full Changelog

Closed issues:

  • Doesn't work on ember-cli 2.8.0? #41
  • Error in Ember 2.8: Component error can't use 'attributeBindings' on a tag-less component #40
  • Create 2.0.2 release in GH Releases #39
  • Unable to create link tags with Fastboot #37
  • Support title tag #35

Merged pull requests:

v2.0.2 (2016-07-13)

Full Changelog

Closed issues:

  • Recommended way of adding valid tags #33

Merged pull requests:

v2.0.1 (2016-06-10)

Full Changelog

Merged pull requests:

2.0.0 (2016-05-17)

Full Changelog

v2.0.0 (2016-05-17)

Full Changelog

Implemented enhancements:

  • Fastboot Support #12

Merged pull requests:

  • Use ember-cli-head to render #29 (ronco)

v1.0.2 (2016-04-20)

Full Changelog

Closed issues:

  • facebook crawler not reading meta tags #30
  • OG & Twitter not reading our meta tags #24

Merged pull requests:

1.0.1 (2015-11-09)

Full Changelog

v1.0.1 (2015-11-09)

Full Changelog

Closed issues:

  • Support for itemprop #26

Merged pull requests:

v1.0.0 (2015-10-23)

Full Changelog

Implemented enhancements:

  • Remove direct DOM manipulation #13
  • Support tags other than meta #11

Closed issues:

  • issue with facebook #22
  • Duplicate meta tags #21
  • Multiple tags produced on nested routes. #19

Merged pull requests:

  • Arbitrary Head Tags + Proper Nested Route Support #23 (ronco)
  • Feature/service implementation #20 (ronco)

v0.1.2 (2015-08-16)

Full Changelog

Closed issues:

  • How is this helpful? #16
  • Deprecation warning for installation #15
  • Improve Documentation #7

Merged pull requests:

  • use Object.keys with fallback to Ember.keys to remove deprecation war… #17 (kturney)
  • Develop #10 (ronco)
  • Travis ember-try updates #9 (ronco)
  • Improved documentation #8 (ronco)

v0.1.1 (2015-05-25)

Full Changelog

Closed issues:

  • meta() has no access to the context #5

Merged pull requests:

  • Hotfix/no context for meta function #6 (ronco)

v0.1.0 (2015-05-03)

Full Changelog

Merged pull requests:

  • 0.0.2 Object behavior #4 (ronco)
  • Allow meta to be also object instead of only function inside route. #3 (sunil-shrestha)

v0.0.1 (2015-04-23)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator