diff --git a/docs/release-notes/release-1.0.0.0-preview.20.md b/docs/release-notes/release-1.0.0.0-preview.20.md new file mode 100644 index 00000000..2371a08c --- /dev/null +++ b/docs/release-notes/release-1.0.0.0-preview.20.md @@ -0,0 +1,25 @@ +# What's new in Stride Community Toolkit 1.0.0.0-preview.20 + +This article lists the most significant changes in Stride Community Toolkit preview `1.0.0.0-preview.20`. + +This release adds Bepu Physics integration, a new upcoming physics engine for Stride. Some of the new Bepu extensions are specific for code-only approach, while other can be used in the editor generated projects as well. + +## What's Changed +### 💥 Breaking Changes +* refactor: Bepu references corrected and other updates by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/116 +### 🔧 Engineering +* Update 14 - Bepu updates and Skybox separated by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/106 +* fix: GetCamera() related updates by @Doprez in https://github.com/stride3d/stride-community-toolkit/pull/112 +* refactor: Cleaned up examples by @Doprez in https://github.com/stride3d/stride-community-toolkit/pull/113 +### ✨ Enhancement +* feat: Release.yml title updated by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/103 +* feat: GitHub Actions updated by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/104 +### 📄 Docs +* fix: Docs improvements and link references fixes by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/105 +* chore: Releatese notes added by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/109 +### 🔁 Build & Deploy +* fix: TAG_COMMIT flag added by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/110 +* fix: Adding Bepu packages references by @VaclavElias in https://github.com/stride3d/stride-community-toolkit/pull/111 + + +**Full Changelog**: https://github.com/stride3d/stride-community-toolkit/compare/v1.0.0.0-preview.16...1.0.0.0-preview.20 diff --git a/docs/release-notes/toc.yml b/docs/release-notes/toc.yml index 26845a19..3d391c0b 100644 --- a/docs/release-notes/toc.yml +++ b/docs/release-notes/toc.yml @@ -4,6 +4,8 @@ # href: stride-community-toolkit-1.1.md - name: What's new in 1.0 href: release-1.0.md +- name: What's new in 1.0.0.0-preview.20 + href: release-1.0.0.0-preview.20.md - name: What's new in 1.0.0.0-preview.17 href: release-1.0.0.0-preview.17.md - name: What's new in 1.0.0.0-preview.16 @@ -21,4 +23,4 @@ - name: What's new in 1.0.0.0-preview.7 href: release-1.0.0.0-preview.7.md - name: What's new in 1.0.0.0-preview.6 - href: release-1.0.0.0-preview.6.md \ No newline at end of file + href: release-1.0.0.0-preview.6.md