Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Mar 10, 2024
2 parents 1f21a85 + 78384d6 commit 06a451a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/release-notes/release-1.0.0.0-preview.20.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion docs/release-notes/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
href: release-1.0.0.0-preview.6.md

0 comments on commit 06a451a

Please sign in to comment.