We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89f7e8 commit f51e0f7Copy full SHA for f51e0f7
CHANGELOG.md
@@ -4,7 +4,11 @@
4
5
### 0.0.44
6
7
-🚀 Enhancements
+🐛 Bug / Fixes
8
+
9
+- Add missing `{{yield}}` to `<EuiHeaderLink />`
10
11
+ 🚀 Enhancements
12
13
- Allow defaulting to always use `<Svg/>` component from `ember-svg-jar`, you can still override with `@useSvg={{false}}` to render an icon as img
14
package.json
@@ -17,7 +17,8 @@
17
"David Martinez",
18
"Mario Trujillo",
19
"Victor Aguilar",
20
- "Diego Zubieta"
+ "Diego Zubieta",
21
+ "Gustavo Rodriguez"
22
],
23
"directories": {
24
"doc": "doc",
0 commit comments