@transferwise/icons
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -0,1 +1,10 @@ | ||
# v2.0.0-beta.3 | ||
## Fix angularJS component names | ||
The `-icon` suffix was missing for each angular icon, when they were added to the `twIconsModule` angular module. | ||
Now the module declaration includes the `Icon` suffix at the end | ||
```js | ||
.component("tw${icon.componentName}Icon", ${icon.componentName}IconComponent) | ||
... | ||
``` | ||
# v2.0.0-beta.2 | ||
@@ -2,0 +11,0 @@ ## Add angularJS support |
{ | ||
"name": "@transferwise/icons", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "TransferWise SVG icons", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
438483
2850