-
v1.27.0 Stable
released this
2025-12-22 17:41:19 +01:00 | 13 commits to master since this releaseFixed
- fix(crud): use route params to redirect after a delation
Added
- add option
removeItemButton: truewhen applying choices.js - feat(builder): allow to define
allowed_widgetsin form options - feat(collection): add delete_attr, add_attr options
- feat(builder): allow to add block between children
- feat(builder): improve UI to add new block
- feat(settings): allow to edit a setting in plain page
- feat(crud/index): allow to define row attributes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.26.0 Stable
released this
2025-03-17 10:55:52 +01:00 | 45 commits to master since this releaseAdded
- FileUploadHandler: allow to upload multiple files
- CrudController: allow to add callables after creation, update and delation
Fixed
- fix(crud): use context variable to retrieve the form and the form options
- fix(node): use
falseinstead ofOin query
Changed
- CrudConfiguration::setShowActions: add context when setting this parameter
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.25.2 Stable
released this
2025-02-07 17:01:50 +01:00 | 68 commits to master since this releaseAdded
- allow to set
data-*attributes on modal
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
5 downloads
- allow to set
-
v1.25.1 Stable
released this
2024-05-13 17:58:36 +02:00 | 128 commits to master since this releaseAdded
- add drag&drop in the block builder
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
5 downloads
-
v1.25.0 Stable
released this
2024-05-12 22:49:14 +02:00 | 142 commits to master since this releaseAdded
- add block builder widget
- allow to use
window.tinymceModesto add or override tinymce modes - add border color on tinymce editor
Fixed
- fix default crud sort
- fix hidden save button in file manager
- fix template of CrudController (maker)
- fix undefined
window.tinymce.murph
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.24.1 Stable
released this
2024-02-01 18:47:05 +01:00 | 173 commits to master since this releaseFixed
- update Murph version constant
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.24.0 Stable
released this
2024-01-27 15:50:51 +01:00 | 174 commits to master since this releaseAdded
- add CSS class
no-wrap - copy the pager of the CRUD at the bottom of the list
Fixed
- fix an issue with the file manager when editing an item opened in a modal
- fix type casting in slugifier
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
- add CSS class
-
v1.23.0 Stable
released this
2023-11-01 16:32:42 +01:00 | 188 commits to master since this releaseAdded
- allow to define templates show before and after a murph collection item
- add global batch actions
- add constraint
Lengthin forms - add sass classes to manage with of elements
- set searchFields option on jschoice manager (search on labels)
Changed
- refactor services using constructor property promotions
- remove twig in the mail notifier service
- change pills colors
- change border colors of inputs when focused
- change colors on js-choices element
Fixed
- fix regression on crud sorting
- fix test in RepositoryQuery::addForcedFilterHandler
- remove parameter $option on CrudConfiguration::setForm and fix CrudController make template
- fix the aspect of the actions's column in the crud
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
5 downloads
-
v1.22.0 Stable
released this
2023-09-28 18:16:22 +02:00 | 215 commits to master since this releaseAdded
- add new options in BooleanField:
toggle|checkbox_class_when_trueandtoggle|checkbox_class_when_false - add
countmethod in repository query - add
addForcedFilterHandlermethod in repository query - add
inline_form_validationoption to validate inline forms with custom algo - add crud sorting parameters in the session
- add flush option in the entity manager on create, update, remove, and persist methods
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
5 downloads
- add new options in BooleanField:
-
v1.21.1 Stable
released this
2023-08-17 20:24:55 +02:00 | 228 commits to master since this releaseAdded
- add form error handle in inline edit action and refill the form using the previous request content
- add form error handle in settings actions and refill the form using the previous request content
Fixed
- fix tinymce reload when modal is closed and reopened
- fix modal hiding when a file is successfuly uploaded in the file manager
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads