murph-core/CHANGELOG.md

158 lines
3.5 KiB
Markdown
Raw Normal View History

2022-03-13 19:32:32 +01:00
## [Unreleased]
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