Skip to content

Commit

Permalink
Bumped version and updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
srm985 committed Mar 26, 2019
1 parent a3bdc1f commit 3feb142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Latest Version

Current Version
```sh
<script src="https://cdn.jsdelivr.net/npm/axure-redline-tool@3.0.4/web/axure-redline-plugin.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axure-redline-tool@3.0.5/web/axure-redline-plugin.js"></script>
```

There are several ways to use this "install" this plugin. The easiest option is to copy the script link above into your AxShare project as a plugin. Copy the script of the version you'd like to use, or simply use the script marked "latest" to ensure you're always subscribed to the latest application updates. The code in the scripts above is served from a CDN to ensure a fast response, no matter your location.
Expand Down Expand Up @@ -195,3 +195,8 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
* Resolved interaction bugs with native inspect tool.
* Resolved artboard padding click error.
* Revised build tools for legacy support, ensuring no breaking changes.

#### Version 3.0.5

* Removed click functionality from #base which is essentially the artboard and shouldn't be interacted with.
* Added opacity to #base artboard to style it more like a non-interactive element.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"sandbox": "gulp sandbox",
"test": "jest --passWithNoTests"
},
"version": "3.0.4"
"version": "3.0.5"
}

0 comments on commit 3feb142

Please sign in to comment.