• v1.27.0 bd5d900b82

    v1.27.0 Stable

    deblan released this 2025-12-22 17:41:19 +01:00 | 13 commits to master since this release

    Fixed

    • fix(crud): use route params to redirect after a delation

    Added

    • add option removeItemButton: true when applying choices.js
    • feat(builder): allow to define allowed_widgets in 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
  • v1.26.0 784d89d2c3

    v1.26.0 Stable

    deblan released this 2025-03-17 10:55:52 +01:00 | 45 commits to master since this release

    Added

    • 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 false instead of O in query

    Changed

    • CrudConfiguration::setShowActions: add context when setting this parameter
    Downloads
  • v1.25.2 9255e69737

    v1.25.2 Stable

    deblan released this 2025-02-07 17:01:50 +01:00 | 68 commits to master since this release

    Added

    • allow to set data-* attributes on modal
    Downloads
  • v1.25.1 92eaaba699

    v1.25.1 Stable

    deblan released this 2024-05-13 17:58:36 +02:00 | 128 commits to master since this release

    Added

    • add drag&drop in the block builder
    Downloads
  • v1.25.0 71d3d40d5f

    v1.25.0 Stable

    deblan released this 2024-05-12 22:49:14 +02:00 | 142 commits to master since this release

    Added

    • add block builder widget
    • allow to use window.tinymceModes to 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
  • v1.24.1 8a632a1b14

    v1.24.1 Stable

    deblan released this 2024-02-01 18:47:05 +01:00 | 173 commits to master since this release

    Fixed

    • update Murph version constant
    Downloads
  • v1.24.0 4701090134

    v1.24.0 Stable

    deblan released this 2024-01-27 15:50:51 +01:00 | 174 commits to master since this release

    Added

    • 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
  • v1.23.0 6f961ba79b

    v1.23.0 Stable

    deblan released this 2023-11-01 16:32:42 +01:00 | 188 commits to master since this release

    Added

    • allow to define templates show before and after a murph collection item
    • add global batch actions
    • add constraint Length in 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
  • v1.22.0 1f2edf183b

    v1.22.0 Stable

    deblan released this 2023-09-28 18:16:22 +02:00 | 215 commits to master since this release

    Added

    • add new options in BooleanField: toggle|checkbox_class_when_true and toggle|checkbox_class_when_false
    • add count method in repository query
    • add addForcedFilterHandler method in repository query
    • add inline_form_validation option 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
  • v1.21.1 374db9117f

    v1.21.1 Stable

    deblan released this 2023-08-17 20:24:55 +02:00 | 228 commits to master since this release

    Added

    • 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