@atlaskit/editor-shared-styles
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,71 +0,15 @@ | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2017-01-29) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2017-02-07) | ||
### Bug Fixes | ||
* 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)) | ||
* **docs:** Alts fixed ([b665e47](https://bitbucket.org/atlassian/atlaskit/commits/b665e47)) | ||
* target for alignment fix ([20d6cc2](https://bitbucket.org/atlassian/atlaskit/commits/20d6cc2)) | ||
* **bump:** update skate version to ^3.1.2 ([f6bf589](https://bitbucket.org/atlassian/atlaskit/commits/f6bf589)) | ||
* **component:** Bump required ak-editor-core version because of API change. ([5b8aecd](https://bitbucket.org/atlassian/atlaskit/commits/5b8aecd)) | ||
* **component:** change visual styles to have fixed width, better commit icon ([957a859](https://bitbucket.org/atlassian/atlaskit/commits/957a859)) | ||
* **component:** Fix on container name overflow and container link overflow ellipsis ([d2b733d](https://bitbucket.org/atlassian/atlaskit/commits/d2b733d)) | ||
* **component:** Fixed alt of img, added test for it ([d3e4b34](https://bitbucket.org/atlassian/atlaskit/commits/d3e4b34)) | ||
* **component:** Minor fixes from PR feedback, removed superfluous test, checked in symbols ([70454d3](https://bitbucket.org/atlassian/atlaskit/commits/70454d3)) | ||
* **component:** navigation slot children never got style ([ae53dde](https://bitbucket.org/atlassian/atlaskit/commits/ae53dde)) | ||
* **docs:** Fixes layer docs with updated screenshot and usage.md ([1ce5ced](https://bitbucket.org/atlassian/atlaskit/commits/1ce5ced)) | ||
* **tests:** fix test to determine if a local and remote date are the same ([9ec6976](https://bitbucket.org/atlassian/atlaskit/commits/9ec6976)) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2017-02-07) | ||
### Code Refactoring | ||
* use new ak-blanket ([9077eef](https://bitbucket.org/atlassian/atlaskit/commits/9077eef)) | ||
### Features | ||
* **lint:** Add support for JSX in the eslint-config-ak-base and add docs for it. ([bd59ebf](https://bitbucket.org/atlassian/atlaskit/commits/bd59ebf)) | ||
* **package:** add pre-release version of profile-card ([55f8b8b](https://bitbucket.org/atlassian/atlaskit/commits/55f8b8b)) | ||
* date-calendar props added & tests ([c01dc70](https://bitbucket.org/atlassian/atlaskit/commits/c01dc70)) | ||
* Introduce new plugin implementation. ([6723d11](https://bitbucket.org/atlassian/atlaskit/commits/6723d11)) | ||
* run single storybook ([aa31b02](https://bitbucket.org/atlassian/atlaskit/commits/aa31b02)) | ||
### BREAKING CHANGES | ||
* events exposed by ak-blanket changed | ||
<a name="0.0.1-atlas-animation3"></a> | ||
## 0.0.1-atlas-animation3 (2016-06-08) | ||
<a name="1.1.6-atlas-animation"></a> | ||
## 1.1.6-atlas-animation (2016-06-08) | ||
<a name="13.1.0-tmp-atlaskit-component-b"></a> | ||
# 13.1.0-tmp-atlaskit-component-b (2016-06-08) | ||
<a name="13.1.0-tmp-atlaskit-component-a"></a> | ||
# 13.1.0-tmp-atlaskit-component-a (2016-06-08) | ||
### Bug Fixes | ||
* **components:** commented out a line ([4b91174](https://bitbucket.org/atlassian/atlaskit/commits/4b91174)) | ||
* **types:** Rearrange tsconfig.json organisation to allow per-package configuration. ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d)) | ||
### Features | ||
* **components:** Add an ! mark ([2b7bdb0](https://bitbucket.org/atlassian/atlaskit/commits/2b7bdb0)) | ||
{ | ||
"name": "@atlaskit/editor-shared-styles", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"config": { | ||
"access": "public" | ||
"access": "public" | ||
}, | ||
@@ -7,0 +7,0 @@ "description": "Shared styles for Atlassian Editor components", |
@@ -5,3 +5,3 @@ [![AtlasKit component registry](https://img.shields.io/badge/AtlasKit-components-FF5230.svg)](http://aui-cdn.atlassian.com/atlaskit/registry/) | ||
[![Report an issue](https://img.shields.io/badge/Report-an_issue-6554C0.svg)](https://ecosystem.atlassian.net/browse/AK) | ||
[![Ask in our forum](https://img.shields.io/badge/Ask-in_our_forum-6554C0.svg)](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,@atlaskit/editor-shared-styles,@atlaskit/editor-shared-styles@1.0.0) | ||
[![Ask in our forum](https://img.shields.io/badge/Ask-in_our_forum-6554C0.svg)](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,@atlaskit/editor-shared-styles,@atlaskit/editor-shared-styles@1.0.1) | ||
@@ -30,3 +30,3 @@ # @atlaskit/editor-shared-styles | ||
Ask a question in our [forum](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,@atlaskit/editor-shared-styles,@atlaskit/editor-shared-styles@1.0.0). | ||
Ask a question in our [forum](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,@atlaskit/editor-shared-styles,@atlaskit/editor-shared-styles@1.0.1). | ||
@@ -33,0 +33,0 @@ Check [if someone has already asked the same question before](https://answers.atlassian.com/questions/topics/42926171/atlaskit). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13109