Comparing version 0.4.1 to 0.4.2
@@ -1,6 +0,17 @@ | ||
<a name="0.4.1"></a> | ||
## 0.4.1 (2016-09-17) | ||
<a name="0.4.2"></a> | ||
## 0.4.2 (2016-09-21) | ||
<a name="ak-badge@0.4.2"></a> | ||
## ak-badge@0.4.2 (2016-09-21) | ||
### Bug Fixes | ||
* **docs:** Added [@version](https://github.com/version)@ to all the components ([fc0c9bf](https://bitbucket.org/atlassian/atlaskit/commits/fc0c9bf)) | ||
* **docs:** I've made multiple changes: new installation header, new try yourself section, I've added ([c38b82f](https://bitbucket.org/atlassian/atlaskit/commits/c38b82f)) | ||
<a name="ak-badge@0.4.1"></a> | ||
@@ -13,2 +24,3 @@ ## ak-badge@0.4.1 (2016-09-17) | ||
* **component:** Fix on container name overflow and container link overflow ellipsis ([d2b733d](https://bitbucket.org/atlassian/atlaskit/commits/d2b733d)) | ||
* Create a valid mousedown event for IE. ([0669636](https://bitbucket.org/atlassian/atlaskit/commits/0669636)) | ||
* Do not use shadowRoot symbol ([45a8d3c](https://bitbucket.org/atlassian/atlaskit/commits/45a8d3c)) | ||
@@ -15,0 +27,0 @@ |
{ | ||
"name": "ak-badge", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "ak-badge webcomponent", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
@@ -10,7 +10,9 @@ # Badge | ||
## Try it out | ||
Interact with a [live demo of the ak-badge component](https://aui-cdn.atlassian.com/atlaskit/stories/ak-badge/0.4.2/). | ||
## Setup and install | ||
## Installation | ||
``` | ||
```sh | ||
npm install ak-badge | ||
@@ -29,11 +31,11 @@ ``` | ||
``` | ||
```javascript | ||
import AkBadge from 'ak-badge'; | ||
``` | ||
Now we can use the defined tag in our HTML markup. For example: | ||
Now we can use the defined tag in our HTML markup: | ||
#### index.html | ||
``` | ||
```html | ||
<html> | ||
@@ -51,2 +53,4 @@ <head> | ||
This is a standard web component, if you want to use it in your React app, use the Skate.js [React integration](https://github.com/webcomponents/react-integration). | ||
``` | ||
@@ -61,3 +65,6 @@ import AkBadge from 'ak-badge'; | ||
## AkBadge API | ||
<a name="AkBadge"></a> | ||
## AkBadge | ||
**Kind**: global class | ||
* Properties | ||
@@ -69,3 +76,5 @@ | ||
### Constructor | ||
<a name="new_AkBadge_new"></a> | ||
### `new AkBadge()` | ||
Create instances of the component programmatically, or using markup. | ||
@@ -72,0 +81,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
203871
104
0