Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.11"
".": "3.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [3.1.0](https://github.com/shopware/dive/compare/v3.0.11...v3.1.0) (2026-08-06)


### 馃殌 Features

* add context loss protection by limiting active dive instances. ([#213](https://github.com/shopware/dive/issues/213)) ([792f331](https://github.com/shopware/dive/commit/792f33101032a6c8455bb19b5640fbed575fe20c))
* add own SpriteText class. remove three-spritetext dependency. ([#222](https://github.com/shopware/dive/issues/222)) ([245b335](https://github.com/shopware/dive/commit/245b335e06d3959e2c3c7bb8767a59406b01622e))
* add release please setup. ([#212](https://github.com/shopware/dive/issues/212)) ([56ca9dd](https://github.com/shopware/dive/commit/56ca9dd63789ed901cd042b23f014510bf05f92e))
* change naming from "pov" to "camera". ([#220](https://github.com/shopware/dive/issues/220)) ([181b64b](https://github.com/shopware/dive/commit/181b64b3e682a86981c6f2fa1702684e31b74c20))
* QuickView Dive states ([#226](https://github.com/shopware/dive/issues/226)) ([d861a5b](https://github.com/shopware/dive/commit/d861a5b27fe0e7074f06d2cc667186855ac5b77b))


### 馃悰 Bug Fixes

* change environment saving in HDR Environment. ([#221](https://github.com/shopware/dive/issues/221)) ([9d6ee19](https://github.com/shopware/dive/commit/9d6ee19f0eed07ae0eccc88f7024313d7608c931))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/dive",
"version": "3.0.12",
"version": "3.1.0",
"description": "Shopware Spatial Framework",
"type": "module",
"main": "build/dive.cjs",
Expand Down
Loading