ember-inline-svg
ember-inline-svg copied to clipboard
Ember CLI addon to render SVG images inline
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...
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 [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
My SVG was inlined correctly like this: ``` {{#link-to "games.index"}} {{inline-svg "/images/app-logo.svg"}} {{/link-to}} ``` However, once I configured SVGs to be fingerprinted, it stopped working. Now it renders nothing. Is...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
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...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.1. Release notes Sourced from engine.io's releases. 6.1.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
I'm also kinda wondering why this is helper? It'd be great if we could wrap this in something like: ```hbs {{#if this.someCondition}} {{/if}} ``` there the invocation could then become:...