Releases: aws-samples/amazon-sumerian-hosts
Releases · aws-samples/amazon-sumerian-hosts
v2.0.6
v2.0.5
What's Changed
- Bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #146
- Bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #147
- Bump engine.io and socket.io by @dependabot in #149
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #152
- Fix BabylonJS version conflict by @Krxtopher in #156
- Fix support for neural-only voices by @Krxtopher in #160
- Setting version to 2.0.5 by @JuliaABurch in #161
- Publishing workflow is not triggering on the publishing of a release by @JuliaABurch in #163
- Incrementing subpackages to new version by @JuliaABurch in #164
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- fix broken image links in three readme by @eherozhao in #128
- Fix Build Failure for Windows by @brhook-aws in #129
- Fix failing npm install due to incompatible peer dependencies by @Krxtopher in #131
- Catch the Lex error since Lex only supports 15s speech by @eherozhao in #130
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #134
- remove push from github action and update CodeQL version to v2 since … by @eherozhao in #139
- Fix issue where HOSTS_VERSION was incompatible with packages not using webpack by @prestomation in #142
Full Changelog: v2.0.0...v2.0.4
v2.0.0
Hosts Release 2.0.0 - What's New
Introducing a major update of the Amazon Sumerian Hosts (Hosts) library! Hosts v2 offers new functionality, ease-of-use improvements, and new demo applications to make learning the Hosts API easier than ever.
- New Amazon Lex support allows your users to interact with Hosts using their voice or typed text input. Compatible with Amazon Lex v1 chatbots.
- Instantiating host characters in Babylon.js has been significantly streamlined. You can now create a fully functioning host character with just 6 lines of code.
- New Hosts demos for Babylon.js present each Hosts feature in a streamlined way that makes them easy to learn from and perfect for use as the starting point for your own applications. Demos include:
- Hello World Demo
- Gestures Demo
- Chatbot Demo
- Custom Character Demo
- To support modern web development practices, the Hosts API can now be directly imported into your codebase as an ESM-style Javascript module (new). It can also still be linked into your web app using an HTML
<script>
tag and accessed using the global variable,HOST
(legacy). - Support for both left-handed (new) and right-handed coordinate systems in Babylon.js.
- Added Typescript definitions for an improved developer experience when using Hosts in Typescript projects.
- New repository structure offering cleaner separation of renderer-specific code.
- Several bug fixes and quality of life improvements.
v1.3.7
Host Release 1.3.7 - Update Node JS Version for Publishing
v1.3.6
Host Release 1.3.6 - Dependency Updates and Minor Bug Fixes
- Fix an issue with ThreeJs dependency calling a non-backwards compatible version due to CDN
- Fix an issue where BabylonJs was not working for TextToSpeech
- Upgrade dependencies due to security concerns
Host Release 1.3.5 - Bug fixes
- Fixed bug in threejs Messenger class
- Upgraded some dependencies
v1.3.4
v1.3.3
v1.3.2
Host Release 1.3.2 - What's New
- Added support for canceling gesture promises.
- Added images to README.md to show key aspects of results from the example HTML files.
- Updated three.html and babylon.html example files to streamline script dependencies and use the latest recommended versions of builds/features from the three.js and Babylon.js repositories.
- Updated README.md Getting Started instructions to reflect changes to the example files.
Bug fixes
- Made
GestureFeature.playGesture
honor theforce
option when checking the gesture interval. - Fixed minor typos and grammatical issues in README.md.