@axa-ch/button-link
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -1,21 +0,20 @@ | ||
### 3.0.2 | ||
## 3.0.2 | ||
When attribute `disabled` is set and a consumer has a click-listener, the click event is NOT triggered. | ||
- When attribute `disabled` is set and a consumer has a click-listener, the click event is NOT triggered. | ||
### Migration to version 3 | ||
## Migration to version 3 | ||
The implementation of the wrapper to make a component React-ready has | ||
fundamentally changed. In particular, unknown Boolean- or | ||
string-valued properties are now accepted and converted to HTML | ||
attributes. E.g. `data-seleniumid="my-id"` is now supported. | ||
- The implementation of the wrapper to make a component React-ready has | ||
fundamentally changed. In particular, unknown Boolean- or | ||
string-valued properties are now accepted and converted to HTML | ||
attributes. E.g. `data-seleniumid="my-id"` is now supported. | ||
- All defined attributes attached to a component _before_ component | ||
construction time are now taken into account. Conversely, all undefined | ||
component attributes are initialized with type-appropriate default | ||
values at this time. This may amount to a breaking change if the | ||
component consumer had previously assumed undefined or uninitialized | ||
behaviour. | ||
All defined attributes attached to a component _before_ component | ||
construction time are now taken into account. Conversely, all undefined | ||
component attributes are initialized with type-appropriate default | ||
values at this time. This may amount to a breaking change if the | ||
component consumer had previously assumed undefined or uninitialized | ||
behaviour. | ||
## Migration to version 2 | ||
### Migration to version 2 | ||
The `large` property is obsolete, use `size` property instead, like `size="large". | ||
- The `large` property is obsolete, use `size` property instead, like `size="large". |
{ | ||
"name": "@axa-ch/button-link", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "The button-link component for the AXA Pattern Library", | ||
@@ -31,3 +31,3 @@ "author": "Pattern Warriors", | ||
"dependencies": { | ||
"@axa-ch/icon": "^2.0.3", | ||
"@axa-ch/icon": "^2.0.4", | ||
"@skatejs/val": "^0.4.0", | ||
@@ -37,3 +37,3 @@ "lit-element": "^2.2.0", | ||
}, | ||
"gitHead": "f131d19b1d5d45e6477974d173cefca245b76692" | ||
"gitHead": "ac394b330abb2f585d4dc810f607a08513a35bfe" | ||
} |
99054
Updated@axa-ch/icon@^2.0.4