Skip to content
Open
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.0-beta1"
".": "3.1.0-beta1"
}
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog

## [3.0.0-beta1](https://github.com/magewirephp/magewire/compare/main...v3.0.0-beta1) (2025-06-02)
## [3.1.0-beta1](https://github.com/magewirephp/magewire/compare/v3.0.0-beta1...v3.1.0-beta1) (2026-03-27)


### Features

* added the developer view fragment modifier ([032a47c](https://github.com/magewirephp/magewire/commit/032a47c8a7b0be08c8f5726ff54f4b943e6af9b3))
* DOM, Loader and Str utilities ([cf28c76](https://github.com/magewirephp/magewire/commit/cf28c76d42884fcea8f09bf776cc5352bda75952))
* Include Tailwindcss (minimum) ([38de7d0](https://github.com/magewirephp/magewire/commit/38de7d0c191572107e5cbf8a159c59ec4126727b))
* notification option to keep it visible for a day when duration is set to 0 or false ([662537a](https://github.com/magewirephp/magewire/commit/662537ab5f1d74f18862b9cbbe2389f357091935))
* Notifier refactor ([2851093](https://github.com/magewirephp/magewire/commit/28510938b69edc1655769f593350c624b9274783))


### Bug Fixes

* adding symfony/http-foundation require ([#98](https://github.com/magewirephp/magewire/issues/98)) ([685611b](https://github.com/magewirephp/magewire/commit/685611b1c65047b4ee2bbf31f64e88dbeb6bab60))
* catch any serialisation related error and return/response as json ([#157](https://github.com/magewirephp/magewire/issues/157)) ([176ddb2](https://github.com/magewirephp/magewire/commit/176ddb2fdc809e295302259d266fcbf2fe987626))
* type annotations for dispatchBrowserEvent ([#41](https://github.com/magewirephp/magewire/issues/41)) ([972c75e](https://github.com/magewirephp/magewire/commit/972c75e6441a0f9cd6c67dc6a99e3d3d0f56d4c4))


### Miscellaneous Chores

* fragment modifier output limitations ([67f1e26](https://github.com/magewirephp/magewire/commit/67f1e2648a8adb9e4545420f12f1243482c79d1c))
* Include Developer fragment modifier (developer mode only) ([d75957b](https://github.com/magewirephp/magewire/commit/d75957b49f25689652a22a4f5ce8bca1312bc282))
* Modifiers array became readonly for HTML fragments ([6a311d1](https://github.com/magewirephp/magewire/commit/6a311d13e618d31a557e8594cd2bec88b9852a33))
* view fragment modifier architectural improvements ([f885b42](https://github.com/magewirephp/magewire/commit/f885b42b61d3acfca64b1b4b71267add340cfd18))

## [3.0.0-beta1](https://github.com/magewirephp/magewire/compare/main...v3.0.0-beta1) (2025-06-02)