murph-core/CHANGELOG.md

322 lines
9.4 KiB
Markdown
Raw Permalink Normal View History

2022-03-13 19:32:32 +01:00
## [Unreleased]
### Added
* allow to use `window.tinymceModes` to add or override tinymce modes
2024-03-31 16:57:46 +02:00
* add border color on tinymce editor
2024-02-02 20:02:00 +01:00
### Fixed
* fix default crud sort
2024-03-25 13:02:20 +01:00
* fix hidden save button in file manager
2024-03-25 15:27:06 +01:00
* fix template of CrudController (maker)
2024-02-02 20:02:00 +01:00
2024-02-01 18:46:33 +01:00
## [v1.24.1] - 2024-02-01
### Fixed
* update Murph version constant
2024-01-27 15:49:58 +01:00
## [v1.24.0] - 2024-01-27
2023-11-10 19:35:48 +01:00
### 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
2024-01-27 15:49:58 +01:00
* fix type casting in slugifier
2023-11-10 19:35:48 +01:00
2023-11-01 16:31:33 +01:00
## [v1.23.0] - 2023-11-01
### Added
* allow to define templates show before and after a murph collection item
2023-10-12 16:04:49 +02:00
* add global batch actions
2023-10-19 20:51:23 +02:00
* add constraint `Length` in forms
2023-10-25 19:22:56 +02:00
* add sass classes to mange with of elements
2023-10-27 17:03:08 +02:00
* set searchFields option on jschoice manager (search on labels)
2023-10-20 09:46:57 +02:00
### Changed
* refactor services using constructor property promotions
* remove twig in the mail notifier service
2023-10-25 19:22:56 +02:00
* change pills colors
* change border colors of inputs when focused
2023-10-25 20:15:21 +02:00
* change colors on js-choices element
2023-10-04 13:47:01 +02:00
### Fixed
* fix regression on crud sorting
* fix test in RepositoryQuery::addForcedFilterHandler
2023-10-04 13:55:08 +02:00
* remove parameter $option on CrudConfiguration::setForm and fix CrudController make template
2023-10-25 19:22:56 +02:00
* fix the aspect of the actions's column in the crud
2023-10-04 13:47:01 +02:00
2023-11-01 16:31:33 +01:00
## [v1.22.0] - 2023-09-28
2023-09-27 10:22:29 +02:00
### 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
2023-09-28 18:14:49 +02:00
* add crud sorting parameters in the session
* add flush option in the entity manager on create, update, remove, and persist methods
2023-08-17 20:24:12 +02:00
## [1.21.1] - 2023-08-17
2023-08-11 19:20:43 +02:00
### Added
* add form error handle in inline edit action and refill the form using the previous request content
2023-08-17 20:16:04 +02:00
* add form error handle in ssettings actions and refill the form using the previous request content
2023-08-13 22:12:44 +02:00
### Fixed
* fix tinymce reload when modal is closed and reopened
2023-08-13 22:38:42 +02:00
* fix modal hiding when a file is successfuly uploaded in the file manager
2023-08-11 19:20:43 +02:00
2023-08-11 09:47:46 +02:00
## [1.21.0] - 2023-08-11
2023-08-07 18:39:33 +02:00
### Added
2023-08-11 09:47:46 +02:00
* allow to use array syntax in string builder filter
* add color property in Navigation
2023-08-07 19:20:44 +02:00
* add badge with navigation color in admin views
2023-08-07 18:39:33 +02:00
* add `default_value` option in crud fields
2023-08-11 09:47:46 +02:00
* add `display` option in BooleanField
* add associated nodes in page form
### Fixed
* fix routes in the global settings controller
2023-07-27 18:15:33 +02:00
## [1.20.0] - 2023-07-27
2023-07-20 09:20:18 +02:00
### Added
* enable double click on cruds
* add block class name for the choice type in the page maker
* update file details view on the file manager
* add form options in the crud filter action
* add trans filter in inline form modal title
* add setter to define all fields in a defined context
* add filename generator setter in FileUploadHandler
* add variable for the sidebar size
* add twig block to override defaults actions in crud index template
* add option to remove iterable values and/or specifics keys in the twig toArray function
* add boolean field for CRUD
* add context variable in each controllers to simplify overrides
* core.site.name and core.site.logo are not longer required
* add default templates when a crud is generated
* add boolean 'is_disabled' in the menu item template options
### Fixed
* fix filemanager date ordering
* fix maker CrudController template: remove bad pasted code
* fix redirect listener: use boolean instead of integer
* fix responsive of account edit template
2023-07-26 11:31:19 +02:00
* fix collection widget: allow_add/allow_delete and prototype
2023-07-20 09:20:18 +02:00
### Changed
* user admin routes are defined in core, custom controller is not required
2023-04-15 10:48:51 +02:00
## [1.19.0] - 2023-04-15
### Added
* feat(page): forms for metas, opengraph and extra informations can be removed
* feat(navigation): user interface is improved
* feat(file): webp is allowed and shown in form widgets and in file manager details
* feat(file): the file manager now show the size and the modification date of a file
* feat(crud): add option `action` in field to add a link to the view page or to the edition page
* feat(crud): add option `inline_form` in field to configure to edit the data
* feat(crud): add `setDoubleClick` in the crud configuration
2023-01-13 18:20:51 +01:00
## [1.18.0] - 2023-01-13
### Added
* feat(dep): add symfony/runtime
* feat(dep): add symfony/flex
### Fixed
* fix(crud): allow POST in delete actions
* fix(crud): remove default page value in abstract crud controller
* fix(admin): test site_logo before using it
* fix(ui): update z-index of choices__list--dropdown
2022-12-03 12:24:19 +01:00
## [1.17.1] - 2022-12-03
### Fixed
* add mising attribute on timestampable (doctrine)
2022-11-19 19:55:50 +01:00
## [1.17.0] - 2022-11-19
2022-11-19 19:32:40 +01:00
### Fixed
* fix tinymce modal z-index in tox
2022-11-19 19:35:28 +01:00
### Changed
* replace annotation with attributes
2022-11-19 19:32:40 +01:00
2022-09-06 12:06:33 +02:00
## [1.16.0] - 2022-09-06
2022-04-30 12:32:21 +02:00
### Added
2022-09-06 12:06:33 +02:00
* add A/B testing feature
* add cleanup of html string extracted from grapesjs content
2022-04-30 12:32:21 +02:00
### Fixed
2022-05-16 14:48:16 +02:00
* fix file block type
2022-04-30 12:32:21 +02:00
### Changed
2022-05-13 22:27:38 +02:00
* remove dashboard action from the core
2022-04-30 12:32:21 +02:00
2022-05-09 14:50:23 +02:00
## [1.15.0] - 2022-05-09
2022-05-05 14:40:58 +02:00
### Added
* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param
* add grapesjs-component-code-editor and grapesjs-parser-postcss
2022-05-08 16:50:48 +02:00
* hide the backoffice site name when small resolution
2022-05-09 14:32:51 +02:00
* add entity_to_array twig function
2022-05-09 14:50:23 +02:00
* add default field to show in crud configuration
2022-05-07 16:24:11 +02:00
### Fixed
2022-05-08 16:50:48 +02:00
* fix the mail notifier
* fix sitemap: navigation with several domains
* fix regression with editorjs: content not loaded
2022-05-09 14:32:51 +02:00
### Changed
* change default template to show an entity using `entity_to_array`
2022-05-05 14:40:58 +02:00
2022-04-30 12:32:21 +02:00
## [1.14.1] - 2022-04-30
2022-04-20 14:47:07 +02:00
### Added
2022-04-25 09:20:21 +02:00
* add allowed chars in RouteParameterSlugify and CodeSlugify
2022-04-25 21:34:38 +02:00
* improve sidebar in mobile view
2022-04-20 14:47:07 +02:00
### Fixed
2022-04-25 09:20:21 +02:00
* fix creation of new element when a menu is edited
* fix editorjs error when the textarea is empty
2022-04-20 14:47:07 +02:00
## [1.14.0] - 2022-04-20
2022-04-18 19:23:06 +02:00
### Added
* add grapesjs modes
2022-04-19 15:05:01 +02:00
* add tinymce block type
* add editor types in page maker
2022-04-19 15:21:03 +02:00
* add the page template when the page is generated with the maker
2022-04-18 19:23:06 +02:00
### Changed
2022-04-20 13:53:51 +02:00
* replace flag-icon-css with flag-icons
2022-04-18 19:23:06 +02:00
2022-04-17 18:29:39 +02:00
## [1.13.0] - 2022-04-17
2022-03-26 16:08:10 +01:00
### Added
* add editorjs hyperlink block
2022-04-12 23:49:53 +02:00
* add button to show and hide metas (admin)
* add grapesjs editor
2022-04-14 22:43:29 +02:00
* add editorjs type
2022-03-26 16:08:10 +01:00
### Fixed
2022-04-12 23:49:53 +02:00
* fix editorjs inline tools (bold and italic)
2022-03-26 16:08:10 +01:00
### Changed
2022-04-14 22:43:29 +02:00
* update editorjs quote block template
2022-03-26 16:08:10 +01:00
## [1.12.0] - 2022-03-26
2022-03-22 15:10:33 +01:00
### Added
2022-03-26 13:47:09 +01:00
* add page maker command (`make:page`)
* add CrudConfiguration::getViewData in complement of CrudConfiguration::getViewDatas
* add editorjs link block endpoint
2022-03-22 15:10:33 +01:00
### Fixed
2022-03-23 13:39:54 +01:00
* fix issue with empty user-agent in AnalyticListener
2022-03-22 15:10:33 +01:00
### Changed
2022-03-26 13:47:09 +01:00
* update editorjs image block view
2022-03-22 15:10:33 +01:00
## [1.11.0] - 2022-03-22
2022-03-13 19:32:32 +01:00
### Added
2022-03-18 14:52:41 +01:00
* add data-modal-create attribute to force modal to be open in a new container
2022-03-18 17:01:39 +01:00
* add blur when several modals are opened
2022-03-22 15:10:33 +01:00
* add specific form types for Tinymce and EditorJS
2022-03-13 19:32:32 +01:00
### Changed
2022-03-18 14:52:41 +01:00
* update file-manager with data-modal-create attribute
2022-03-17 10:51:17 +01:00
## [1.10.0] - 2022-03-17
### Added
* add url and path generators using code (twig)
### Changed
2022-03-16 12:49:29 +01:00
* update node entity constraints
2022-03-13 19:32:32 +01:00
2022-03-14 10:40:42 +01:00
## [1.9.2] - 2022-03-14
### Fixed
* fix issue with murph version constant and autoloader
2022-03-14 10:10:14 +01:00
## [1.9.1] - 2022-03-14
### Added
* add murph version in autoload file
### Changed
* remove AdminController constructor
2022-03-13 19:32:32 +01:00
## [1.9.0] - 2022-03-13
### Added
* add murph version in admin ui
### Changed
* the core is now installed with composer
## [1.8.0] - 2022-03-10
### Added
* add security roles in app configuration
* add option to restrict node access to specific roles
### Changed
* rename `core/EventSuscriber` with `core/EventSubscriber`
## [1.7.3] - 2022-03-06
### Added
* add ability to rename file in the file manager
### Fixed
* fix user factory
* fix user creation from ui
## [1.7.2] - 2022-03-03
### Added
* add templates to render sections and items in the admin menu
### Fixed
* fix the analytic table when a path is a long
## [1.7.1] - 2022-03-01
### Added
* add translations
### Fixed
* fix missing directories
## [1.7.0] - 2022-03-01
### Fixed
* fix the analytic referers table when a referer has a long domain
### Changed
* upgrade dependencies
* move assets to the core directory
## [1.6.0] - 2022-02-28
### Added
* add block in field templates to allow override
* merge route params in crud admin redirects
* improve murph:user:create command
### Fixed
* fix form namespace prefix in the crud controller maker
* fix date field when the value is empty
* fix crud batch column width
* fix sidebar icon width
* fix cache clear task
### Changed
* remove password generation from the user factory
## [1.5.0] - 2022-02-25
### Added
* add desktop views and mobile views
### Changed
* upgrade dependencies
* replace jaybizzle/crawler-detect with matomo/device-detector
## [1.4.1] - 2022-02-23
### Added
* handle app urls in twig routing filters
### Fixed
* fix views in analytics modal
* replace empty path with "/" in analytics
### Changed
* update default templates
## [1.4.0] - 2022-02-21
### Added
* add basic analytics
## [1.3.0] - 2022-02-19
### Added
* add support of regexp with substitution in redirect
* url tags can be used as redirect location
* add builders to replace file information tags and url tags
### Fixed
* fix filemanager sorting
* fix batch action setter
## [1.2.0] - 2022-02-14
### Added
* add sort in file manager
* add redirect manager
### Changed
* replace node-sass with sass
## [1.1.0] - 2022-02-29
### Added
* add directory upload in file manager
### Fixed
* fix admin node routing
### Changed
* symfony/swiftmailer-bundle is replaced by symfony/mailer
## [1.0.1] - 2022-02-25
### Fixed
* fix Makefile environment vars (renaming)
* fix composer minimum stability
## [1.0.0] - 2022-01-23