Skip to content

Commit

Permalink
chore(release): 1.0.0-preview.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-preview.1](v0.10.0-preview.3...v1.0.0-preview.1) (2020-05-11)

### Bug Fixes

* Unintentional material destruction ([ab71747](ab71747))

### change

* change namespace ([ad59523](ad59523))

### Features

* support graphic connector ([bd1ac08](bd1ac08)), closes [#75](#75) [#76](#76) [#80](#80)

### BREAKING CHANGES

* If your code contained the SoftMask API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UISoftMask`.
* The name of the custom SoftMaskable shader must be changed. For more information, see the ‘Support soft masks with your custom shaders’ section of the README.
  • Loading branch information
semantic-release-bot committed May 11, 2020
1 parent ab71747 commit d833ead
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Packages/SoftMaskForUGUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.0.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.3...v1.0.0-preview.1) (2020-05-11)


### Bug Fixes

* Unintentional material destruction ([ab71747](https://github.com/mob-sakai/SoftMaskForUGUI/commit/ab7174773bb16a3b3c29e1bf9e34c0bd6d71b229))


### change

* change namespace ([ad59523](https://github.com/mob-sakai/SoftMaskForUGUI/commit/ad59523369ca7dd5d273de37f464b932246794fa))


### Features

* support graphic connector ([bd1ac08](https://github.com/mob-sakai/SoftMaskForUGUI/commit/bd1ac08f422eb2b47f3fe0d39e0d8dc13ea0a318)), closes [#75](https://github.com/mob-sakai/SoftMaskForUGUI/issues/75) [#76](https://github.com/mob-sakai/SoftMaskForUGUI/issues/76) [#80](https://github.com/mob-sakai/SoftMaskForUGUI/issues/80)


### BREAKING CHANGES

* If your code contained the SoftMask API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UISoftMask`.
* The name of the custom SoftMaskable shader must be changed. For more information, see the ‘Support soft masks with your custom shaders’ section of the README.

# [0.10.0-preview.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.2...v0.10.0-preview.3) (2020-05-08)


Expand Down
2 changes: 1 addition & 1 deletion Packages/SoftMaskForUGUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.softmask-for-ugui",
"displayName": "UI Soft Mask",
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
"version": "0.10.0-preview.3",
"version": "1.0.0-preview.1",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d833ead

Please sign in to comment.