Skip to content

Releases: sulu/sulu-minimal

2.0.0-RC1 (2019-07-11)

11 Jul 15:18
Compare
Choose a tag to compare
Pre-release

Full Changelog | Follow Upgrade | Release Blog

2.0.0-alpha6

16 May 13:23
Compare
Choose a tag to compare
2.0.0-alpha6 Pre-release
Pre-release

Full Changelog | Follow Upgrade | Release Blog

  • (#4540) Fix copying of teaser selection in WebspaceCopyCommand
  • (#4570) Remove wrong call to translate for non-translatable social media services
  • (#4569) Reset page of medias to one when returning from MediaDetails view
  • (#4549) Remove bundleReady and startApplication manually
  • (#4562) Fix binary file response of html files
  • (#4567) Add contact details fields to contact form
  • (#4527) Disallow interactions with static elements
  • (#4566) Rename contact content type to contact_account_selection
  • (#4561) Add more fields to snippet list
  • (#4551) Add possibility to define a mailto link
  • (#4565) Rename snippet content type to snippet_selection
  • (#4543) Registered FOSJsRoutingBundle in bundles.php and added an admin routes configuration
  • (#4528) Add teaser selection
  • (#4504) [WebsiteBundle] dispatch an event after cache clear
  • (#4557) Add rule to sort keys in flow types
  • (#4558) Add search field in ListOverlay
  • (#4559) Upgrade to es7 compatible decorators
  • (#4555) Add taxonomies for snippets
  • (#4553) Add reload button for preview
  • (#4552) Allow nesting properties in forms and show preview in all page tabs
  • (#4548) Generate URL for ghost locales
  • (#4554) added errors array to list view
  • (#4547) Allow to create a contact with an account but without a position
  • (#4546) Allow to unpublish a page
  • (#4545) Fix colspan of overlays in contact form
  • (#4535) Update js dependencies
  • (#4476) Add resourceStorePropertiesToFormStore option to FormOverlayList
  • (#4538) CustomUrl with redirect behavior redirects to HTTP schema
  • (#4541) Fix types for getDerivedRouteAttributes function
  • (#4526) Fix accidental reload when tab is changed from dirty form
  • (#4520) Add history for page routes
  • (#4525) Add button to upload media
  • (#4518) Allow to manage default snippets
  • (#4532) Add command to media cache files which not longer exists
  • (#4531) Set correct mixed return type for content type interface
  • (#4530) Update phpstan to avoid deprecation notices
  • (#4529) Return undefined in TextArea and CKEditor5 field types when empty
  • (#4506) Allow to manage CustomURLs
  • (#4524) Conflict symfony/framework-bundle 4.2.7
  • (#4521) Add api options to export api call
  • (#4516) Fix SuluKernel without GLOB_BRACE support
  • (#4519) Fix webspace validate command
  • (#4517) Add method to access ids and excludedIds to ListResetHelperInterface
  • (#4512) Fix pathcleanup whitespace character problems
  • (#4511) Avoid remains of link set without selection
  • (#4510) Add own parameter for the structure default type
  • (#4508) Add autowiring for template attribute resolver service
  • (#4484) Introduce Analytics UI
  • (#4494) Add internal links for Media and Pages to CKEditor
  • (#4500) Rename internal links to page selection
  • (#4499) Check whether media has thumbnails
  • (#4482) Add setView for Admin Route object
  • (#4477) Add overlaySize option to FormOverlayList and Builder
  • (#4495) Set position of content section of Dialog to relative to hide overflow
  • (#4489) Added single-account-selection content type
  • (#4491) set ghost-locale to first available-locale if locale not exists in webspace
  • (#4492) Remove request attributes from resolver
  • (#4486) Add options constructor-parameter to SearchStore
  • (#4493) Add webspace and portal name to template attributes
  • (#4487) Implement ExternalLink for CKEditor
  • (#4490) Remove unused css files
  • (#4468) Implement export toolbar-action for contact list
  • (#4445) Fix debug document event dispatcher and media command
  • (#4488) JMS Serializer: Handle DateTimeImmutable correctly
  • (#4467) Fix single media selection content data for deleted media
  • (#4433) Fix fresh User object comparison to the deserialized User object
  • (#4464) Enable content manager to decide on crop for image formats
  • (#4485) Do not set default type for already existing resources
  • (#4452) Add FormOverlayList view
  • (#4456) Use default SelectionStore classes in MediaSelection containers
  • (#4473) Fix smart-content to allow null data
  • (#4450) Fix generation of inset thumbnails
  • (#4478) Fix resource-locator generation when creating a new page
  • (#4461) Extract PreviewForm into separate view to allow reuse of Form view
  • (#4469) Sulu core configuration: Remove required attribute from paths
  • (#4442) Add resource store properties to list store options
  • (#4444) Add excludedIds prop to DatagridOverlay containers
  • (#4471) Fix CKEditor preview for content that is not wrapped in an HTML tag
  • (#4462) Fix rendering of preview
  • (#4344) Fix media types configuration
  • (#4460) Fix bug in Requester for nested objects
  • (#4465) Fix closing of confirmation overlay for clearing the website cache
  • (#4459) Use colspan instead of size in grid
  • (#4457) Allow sub resources in ResourceRequester
  • (#4458) Use php-cs-fixer instead of StyleCI
  • (#4443) Add simple tab view for Webspaces
  • (#4446) Replaced the ToolbarDropdown Popoverlist with the ArrowMenu in the webspaces view
  • (#4434) Fix translation for snippet taxonimies
  • (#4414) Fix compatibility to massive search with php7.2 fix
  • (#4394) Add exception handling for breadcrumb function
  • (#4400) Fix join field descriptors
  • (#4285) Fixed join entity without doctrine-relation
  • (#4363) Better error display for dev environments
  • (#4370) Add attributes to sitemap-url
  • (#4357) Added dimension properties to video media
  • (#4376) Improve performance of User API
  • (#4367) Remove false deprecation from website controller renderStructure

1.6.27

16 May 12:18
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • BUGFIX #4540 [ContentBundle] Fix copying of teaser selection in WebspaceCopyCommand
  • BUGFIX #4562 [WebsiteBundle] Fix BinaryFileResponse of html files.
  • FEATURE #4532 [MediaBundle] Add command to remove format cache files which not longer exists
  • HOTFIX #4512 [Components] Fix pathcleanup whitespace character problems
  • FEATURE #4504 [WebsiteBundle] Dispatch an event after cache clear.
  • BUGFIX #4538 [Component] Fixed Redirect- and SeoEnhancer to respect current request schema.

1.5.23

16 May 11:44
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • BUGFIX #4538 [Component] Fixed Redirect- and SeoEnhancer to respect current request schema.

1.6.26 (2019-03-26)

26 Mar 13:10
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • BUGFIX sulu/sulu#4343 [MediaBundle] Fixed format manager types configuration cannot be changed
  • BUGFIX sulu/sulu#4471 [AdminBundle] Fix CKEditor preview for content that is not wrapped in an HTML tag
  • HOTFIX sulu/sulu#4491 [ContentBundle] Set ghost-locale to first available-locale if locale not exists in webspace
  • BUGFIX sulu/sulu#4433 [SecurityBundle] Fix fresh User object comparison to the deserialized User object

1.6.25

28 Feb 13:27
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • BUGFIX #4434 [SnippetBundle] Fix translation for snippet taxonomies
  • BUGFIX #4414 [SearchBundle] Add massive search bundle 0.17 as allowed version
  • FEATURE #4394 [WebsiteBundle] Add exception handling for breadcrumb function
  • FEATURE #4400 [All] Fix FieldJoinDescriptor without a relation
  • ENHANCEMENT #4370 [WebsiteBundle] Add attributes to sitemap-url
  • FEATURE #4357 [MediaBundle] Added dimension properties to video media

1.5.22 (2019-03-26)

26 Mar 13:10
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • HOTFIX sulu/sulu#4491 [ContentBundle] Set ghost-locale to first available-locale if locale not exists in webspace
  • BUGFIX sulu/sulu#4433 [SecurityBundle] Fix fresh User object comparison to the deserialized User object

1.5.21

28 Feb 11:45
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • ENHANCEMENT #4367 [WebsiteBundle] Remove false deprecation of WebsiteController::renderStructure
  • BUGFIX #4376 [SecurityBundle] Exclude role permissions in user API to improve performance

2.0.0-alpha5

19 Feb 15:46
Compare
Choose a tag to compare
2.0.0-alpha5 Pre-release
Pre-release

Full Changelog | Follow Upgrade | Release Blog

  • (#4435) Implement missing features in Preview toolbar
  • (#4448) Rename Datagrid to List
  • (#4430) Ask for confirmation when leaving an edited form
  • (#4439) Allow to create contacts and accounts without categories
  • (#4440) Fix empty table look in firefox
  • (#4353) Add toolbar action registry for datagrid
  • (#4438) render back-button in datagrid-view when back-route of route is set
  • (#4419) Add preview for collapsed form blocks
  • (#4436) respect tab order when deciding if title of resource-tabse should be displayed
  • (#4432) Make use of jexl.evalSync in ResourceTabs component
  • (#4431) add set-back-route method to datagrid-route-builder
  • (#4426) Use reaction instead of autorun to observe changes in stores of selection containers
  • (#4383) Upgrade imagine library version
  • (#4429) Persist persistent user settings with a value of false
  • (#4424) Update jexl to avoid having callbacks
  • (#4427) Save persistent settings on server
  • (#4428) Use default template from webspace when adding new pages
  • (#4425) add regenerator runtime to webpack config to fix ckeditor build
  • (#4418) Allow installation of layershift/tld-extract ^2.0
  • (#4423) Use default type of blocks when adding a new block
  • (#4421) Fix error when switching template
  • (#4416) Add router-attribute-to-datagrid-store option for datagrid
  • (#4410) Replace sha512 with bcrypt
  • (#4306) Add check in preinstall if using yarn and show error message
  • (#4415) Fix tests for new enzyme update
  • (#4393) Add config required-properties and required-tags for template xml reader
  • (#4407) Fix naming of s3 services and parameters
  • (#4412) Add possibility to load context based services
  • (#4411) Introduce headings format chooser in TextEditor
  • (#4403) Use ResourceSingleSelect to handle title and position in ContactForm
  • (#4390) Add address and bank fields to contact and account form
  • (#4401) Improve datagrid-metadata upgrade
  • (#4405) codestyle: fix the order of the use statements
  • (#4348) Fix cache invalidation and add tag invalidation
  • (#4397) Add missing translation for reset-password mail message
  • (#4402) Add npm audit security check to ci
  • (#4398) Fix auto-wiring for context based services
  • (#4386) Fix extending forms without any schema information
  • (#4382) Add taxonomy fields to form for contacts and accounts
  • (#4341) Add support for different request format for webspace templates
  • (#4361) Decouple datagrid from resourceKey
  • (#4380) Fix rerenderings of AutoComplete
  • (#4321) Add s3 media storage
  • (#4366) Show titleProperty in ResourceTabs
  • (#4374) Add a default context to sulu kernel
  • (#4351) Remove lowercase snippet manager
  • (#4372) Remove required userId parameter from TagManagerInterface methods
  • (#4373) Add autowiring for tag manager
  • (#4362) Name forms based on its form key
  • (#4330) renamed content-bundle to page-bundle
  • (#4360) Add app version from composer.json to admin navigation
  • (#4342) Make logger service optional
  • (#4325) Add tab conditions
  • (#4359) Do not display empty text while loading in SingleItemSelection
  • (#4336) Cleanup tag bundle dependencies
  • (#4332) Throw errors when mandatory route options are missing
  • (#4352) Avoid multiple requests in ChangelogLine component
  • (#4354) try to fix tests
  • (#4349) Fix form submit of unstructured data
  • (#4338) Fix accidently remove of build directory by IDE
  • (#4346) Fix Upgrade for Route Options
  • (#4276) Add RouteBuilders
  • (#4334) Rename tag_list to tag_selection
  • (#4335) Rename category_list to category_selection
  • (#4337) Allow to nest sections in forms
  • (#4329) Add upgrade for metadata refactoring
  • (#4333) Fix checkbox height
  • (#4299) Decouple resourceKey from forms
  • (#4265) Added google-cloud storage for media
  • (#4312) fix floating problem in forms
  • (#4308) Added single front controller
  • (#4319) Allow empty image formats configuration
  • (#4322) Rename 'services.yml' file to 'services.yaml'
  • (#4323) added apiOptions-option to form-view that allows to set attributes which are passed to the form-store
  • (#4318) Parse input value not strictly matching time format in DatePicker component
  • (#4296) Added easier way to overwrite public directory and base path
  • (#4309) Prevent rerendering in MultiItemSelection
  • (#4314) Added "datagrid_overlay" type to single_contact/single_account selection
  • (#4313) Fixed php 7.3 compatibility
  • (#4279) Fix errors and introduce PHPStan
  • (#4264) Refactored media storage interface
  • (#4304) Updated changes from release/1.5 branch.
  • (#4303) implemented valid prop in single-media-selection and single-item-selection
  • (#4300) implemented content-locale property in user store
  • (#4226) Added namespaces to phpunit test for support symfony phpunit bridge
  • (#4301) implemented value prop for action component
  • (#4291) added and implemented loading prop for single-item-selection component
  • (#4294) fix dirty state after saving empty ckeditor
  • (#4295) allow to delete content of properties in excerpt
  • (#4293) load full item on select in single-selection
  • (#4290) adjusted selection components to not fire change-handler while selection-store is loading
  • (#4281) implemented single media selection field-type
  • (#4269) add toolbar item for draft deletion of page
  • (#4285) Fixed join entity without doctrine-relation
  • (#4287) Rename build folder to fix problems with php internal server
  • (#4274) added .editorconfig file to improve code style consistency
  • (#4288) added object-curly-spacing rule to eslint configuration
  • (#4286) use reference-store in single-contact-selection content-type to invalidate cache
  • (#4284) Add cache clear button to the WebspaceOverview
  • (#4277) extracted media-selection field-type from media-selection container
  • (#4283) Update readme file with installation and more badges
  • (#4282) Put branch alias in extra section
  • (#4275) fix single select in role form and user form
  • (#4253) Added phpstan fixes
  • (#4262) refactored select components to use exact object types
  • (#4271) Fixed hash serializer for inline serialization
  • (#4272) update flow to version 0.86
  • (#4260) Added multi select field type
  • (#4254) implemented disabled property for sulu field-type components
  • (#4268) added configuration for test environment
  • (#4241) Set default locale for admin user to "en".
  • (#4267) Added the headline param for all the title or name properties
  • (#4258) add headline param to Input field type
  • (#4266) fix creating of new account without logo
  • (#4248) Fix "salutations" typo in admin.en.json
  • (#4263) fixed param default value
  • (#4236) Added image rotation based on exif
  • (#4247) implemented disabled property for simple field-type components
  • (#4257) Fixed url field type initial value
  • (#4256) Get media file extension based on mimetype
  • (#4255) Validate composer json
  • (#4252) fixed website caching by setting cache_lifetime.enhancer public
  • (#4225) Add table to ckeditor
  • (#4234) Fix plural form of "person" to "people".
  • (#4250) Use field descriptor interface in resthelper
  • (#4229) Added support for list-builder configuration in project config directory
  • (#4246) Add focus point overlay
  • (#4249) added autowire services for SecurityCheckerInterface and WebspaceManagerInterface
  • (#4239) implemented handling of undefined-value in single-select component
  • (#4233) Fix duplicate keys in translation strings JSON.
  • (#4194) Make labels clickable for form fields
  • (#4243) Add moving items to Media and Category Datagrids
  • (#4230) Allow to move media collections
  • (#4240) fixed travis timeout for php 5.5 test case
  • (#4227) Make AudienceTargeting and Category tests faster
  • (#4242) introduce datagridAdapterDefaultProps
  • (#4238) fix copy of media format url
  • (#4237) removed superfluous jshint configuration files
  • (#4224) Add history and formats tab to media form
  • (#4219) implement deleting of media in datagrid
  • (#4222) fix loading in ColumnList when activating item
  • (#4228) Added support for autowire for rest helper and field descriptor factory
  • (#4223) added autoconfigure for sulu admin class
  • (#4218) Use symfony translations in XML files
  • (#4218) Use symfony translations in XML files
  • (#4218) Use symfony translations in XML files
  • (#4214) Place label for shadow toggler next to toggler instead above of it
  • (#4207) Hotfix - redirect pages with trailing slashes were missing query params
  • (#4217) add note to contact interface
  • (#4211) consolidate initial loader for Datagrids
  • (#4210) rename logs folder to match symfony 4
  • (#4169) Allow symfony 3.4 compatible versions
  • (#4208) add indicators for internal/external links and shadow pages
  • (#4209) improve ContactBundle functional tests
  • (#4112) Added exception messages to user provider for enabled and locked
  • (#4192) Add shadow page fields to Page Settings
  • (#4173) Improve phpdoc types for phpstan and use AuditableTrait
  • (#4162) added single contact selection content type
  • (#4206) remove the env file copy composer script
  • (#4205) Add disabledCondition to dynamically change disabled state of form types

1.6.24

09 Jan 13:50
Compare
Choose a tag to compare

Full Changelog | Follow Upgrade | Release Blog

  • BUGFIX #4349 [ContentBundle] Fix compatibility to symfony 3.4.21, 4.1.10 and 4.2.2
  • ENHANCEMENT #4319 [MediaBundle] Added possibility to have a image format configuration file without formats