Skip to content

Commit 1ac932f

Browse files
chore(main): release 0.4.0
1 parent 969e683 commit 1ac932f

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/compare/v0.3.0...v0.4.0) (2026-06-21)
4+
5+
6+
### Features
7+
8+
* add devcontainer + Playwright MCP ([969e683](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/969e6837fd1921bf1328428dc9f2e47efa3df7d7))
9+
* add devcontainer + Playwright MCP ([43b4509](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/43b450999a2fbc1b68c45852d68573f59363eb15))
10+
* **component:** validate query with Symfony Validator (NotBlank + Length 500) ([82ee1ae](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/82ee1aee60b7042c0eed6b29f43d1ad02013628c))
11+
* **component:** validate query with Symfony Validator (NotBlank + Length 500) ([1f58885](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/1f58885398d95d60f83b587fb48aa79cd11d8786))
12+
* **rate-limit:** make the rate-limit key resolver pluggable ([2738d07](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/2738d076710c304e19b1ee5b508146773d00ae5d))
13+
* **rate-limit:** make the rate-limit key resolver pluggable ([a2b9224](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/a2b922409c4b8742ac46069e443371e1a8d7765d))
14+
15+
16+
### Bug Fixes
17+
18+
* **security:** enforce enabled_grids whitelist in GridQueryProcessor ([04059b8](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/04059b87cab3d017bec5fbcf26a07b17d630fca2))
19+
* **security:** enforce enabled_grids whitelist in GridQueryProcessor ([1f44d1f](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/1f44d1f4055a8eb40b376366978534a6fad65376))
20+
* **security:** route Live Component under admin firewall ([cfd1846](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/cfd1846beb4d3a752b62d47e3cec7b8b0d5e78bb))
21+
* **security:** route Live Component under admin firewall ([182f218](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/182f218ee23f5a67185ebda5d1c75548612f02c5))
22+
* **test:** align sort direction test with skip behavior from [#29](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/issues/29) ([27c7f0a](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/27c7f0a0cf6560fb70f61afbc2f72f346c70c0c8))
23+
* **test:** update sort direction test to match skip behavior introduced by [#29](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/issues/29) ([973e650](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/973e6509f73445ae1a436c0d8a89484716314170))
24+
* **validator:** skip invalid sort directions instead of forcing asc ([e417b2a](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/e417b2a9e6a61d8710d82f8d63ad7374dd2ff880))
25+
* **validator:** skip invalid sort directions instead of forcing asc ([586d084](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/commit/586d084e0cbe83f5551658b425a4a43972a2638c))
26+
327
## [0.3.0](https://github.com/Guiziweb/GuiziwebSyliusGridAssistantPlugin/compare/v0.2.0...v0.3.0) (2026-05-14)
428

529

0 commit comments

Comments
 (0)