Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.6.0...v3.0.0) (2024-04-24)

### Bug Fixes

* **dialogue editor:** no longer fires an error when deleting list items ([96449e8](96449e8))

### Features

* added experimental nested graph playback restoration ([fb18251](fb18251))
* **custom nodes:** users now have necessary hooks to create their own custom nodes (experimental) ([09e8596](09e8596))
* **graph creation:** can create new graphs externally now ([e92a3ca](e92a3ca))
* **new node:** note nodes can now be added to graphs ([45585fe](45585fe))
* **runtime gameobjects:** replaced game object overrides with a send message action API ([cef3f97](cef3f97))

### BREAKING CHANGES

* **runtime gameobjects:** You should remove all references to GameObject overrides, be ready to replace the
game object names with paths (write them down). After upgrading you'll need to swap or remove all
references to game object overrides from your project.
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent da1227f commit c25da24
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 10 deletions.
22 changes: 21 additions & 1 deletion Assets/com.fluid.dialogue/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
Edit LICENSE.md in root, contents will be replaced.
MIT License

Copyright (c) 2019 Ash Blue

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit c25da24

Please sign in to comment.