Skip to content

Commit 83ba78d

Browse files
committed
chore(main): release 3.1.0-beta1
1 parent 2851093 commit 83ba78d

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0-beta1"
2+
".": "3.1.0-beta1"
33
}

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# Changelog
22

3-
## [3.0.0-beta1](https://github.com/magewirephp/magewire/compare/main...v3.0.0-beta1) (2025-06-02)
3+
## [3.1.0-beta1](https://github.com/magewirephp/magewire/compare/v3.0.0-beta1...v3.1.0-beta1) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* added the developer view fragment modifier ([032a47c](https://github.com/magewirephp/magewire/commit/032a47c8a7b0be08c8f5726ff54f4b943e6af9b3))
9+
* DOM, Loader and Str utilities ([cf28c76](https://github.com/magewirephp/magewire/commit/cf28c76d42884fcea8f09bf776cc5352bda75952))
10+
* Include Tailwindcss (minimum) ([38de7d0](https://github.com/magewirephp/magewire/commit/38de7d0c191572107e5cbf8a159c59ec4126727b))
11+
* 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))
12+
* Notifier refactor ([2851093](https://github.com/magewirephp/magewire/commit/28510938b69edc1655769f593350c624b9274783))
13+
14+
15+
### Bug Fixes
416

17+
* adding symfony/http-foundation require ([#98](https://github.com/magewirephp/magewire/issues/98)) ([685611b](https://github.com/magewirephp/magewire/commit/685611b1c65047b4ee2bbf31f64e88dbeb6bab60))
18+
* 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))
19+
* type annotations for dispatchBrowserEvent ([#41](https://github.com/magewirephp/magewire/issues/41)) ([972c75e](https://github.com/magewirephp/magewire/commit/972c75e6441a0f9cd6c67dc6a99e3d3d0f56d4c4))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* fragment modifier output limitations ([67f1e26](https://github.com/magewirephp/magewire/commit/67f1e2648a8adb9e4545420f12f1243482c79d1c))
25+
* Include Developer fragment modifier (developer mode only) ([d75957b](https://github.com/magewirephp/magewire/commit/d75957b49f25689652a22a4f5ce8bca1312bc282))
26+
* Modifiers array became readonly for HTML fragments ([6a311d1](https://github.com/magewirephp/magewire/commit/6a311d13e618d31a557e8594cd2bec88b9852a33))
27+
* view fragment modifier architectural improvements ([f885b42](https://github.com/magewirephp/magewire/commit/f885b42b61d3acfca64b1b4b71267add340cfd18))
28+
29+
## [3.0.0-beta1](https://github.com/magewirephp/magewire/compare/main...v3.0.0-beta1) (2025-06-02)

0 commit comments

Comments
 (0)