ember-cli-meta-tags
ember-cli-meta-tags copied to clipboard
Set Head Tags From Ember Routes
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [mout](https://github.com/mout/mout) from 1.1.0 to 1.2.3. Changelog Sourced from mout's changelog. mout changelog v1.1.1 (2019/04/18) fixed object/get throwing an exception for null or undefined input objects Commits eae5ccc v1.2.3 3fecf13...
Currently, within new Ember, the addon is trying to collect tags no matter whether the transition is successful or not: https://github.com/ronco/ember-cli-meta-tags/blob/master/addon/initializers/router-head-tags.js#L15 https://github.com/ronco/ember-cli-meta-tags/blob/master/addon/services/head-tags.js#L38 This causes a problem because the DOCs assume...
Requires - [ ] merge of https://github.com/ronco/ember-cli-head/pull/44 - [ ] ember-cli-head new version release Because this is an 'extension of ember' kind of addon (often used without being explicitly imported),...
Is there a way to use async relationships in the headTags function? Currently if I refer to an async relationship, then i get undefined show up in the meta tag,...
See title -- these two obscure-ish properties are needed to properly set up Alternative Stylesheets. See section 4.8.4.11 [here](https://www.w3.org/TR/html5/links.html) for details n' whatnot.
It would be great if we could push meta tags to a {{content-for 'meta'}} helper, not just append them at the bottom of head
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.2 to 0.8.7. Release notes Sourced from @xmldom/xmldom's releases. 0.8.7 Commits Fixed properly parse closing where the last attribute has no value [#485](https://github.com/xmldom/xmldom/issues/485) / [#486](https://github.com/xmldom/xmldom/issues/486) Thank you,...
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...