Releases: sulu/sulu-minimal
Releases · sulu/sulu-minimal
2.0.0-alpha1
Full Changelog | Follow Upgrade | Release Blog
- (#107) Defining peer and dev dependencies
- (#104) Cleanup security and routes for new Admin
- (#105) remove old frontend code
- (#102) remove obsolete translation script
- (#103) added missing raw-loader as dependency
- (#100) Set better defaults for example templates
- (#97) Login
- (#99) update to webpack 4
- (#96) Add content-bundle to dependencies
- (#53) Cache refactoring
- (#92) Remove admin json manifest configuration
- (#91) Update assets json manifest path
- (#90) clean directory before new build
- (#88) update to mobx 4
- (#86) removed ffmpeg-dependency
- (#85) added explicit symfony dependencies
- (#82) update to mobx 3.5.1
- (#80) replace deprecated babel-preset-es2015 with babel-env
- (#73) update npm packages
- (#71) Extract webpack configuration to other repository
- (#65) Added file loader to use images inside the stylesheets
- (#66) adjust dependencies to new structure
- (#63) added define plugin in webpack for bundle counter
- (#64) add symbol polyfill
- (#62) add URLSearchParams polyfill
- (#59) add postcss-calc plugin for IE11 compatibility
- (#57) replace promise-polyfill with babel-polyfill
- (#55) Changed build config
- (#54) Added hxrgba and autoprefixer postcss plugins
- (#51) add webpack configuration for IE11 polyfills
1.5.16 (2018-06-29)
Full Changelog | Follow Upgrade | Release Blog
- ENHANCEMENT sulu/sulu#4028 [MediaBundle] Log errors in image generation
- ENHANCEMENT sulu/sulu#3850 [SecurityBundle] Allow user to be null for security config
- ENHANCEMENT sulu/sulu#3850 [MediaBundle] Allow user to be null for security expression in service build
- BUGFIX sulu/sulu#4018 [SnippetBundle] Fix conflict when saving snippet in new language
- BUGFiX sulu/sulu#3995 [TestBundle] Fix tests for latest Symfony version
1.5.15 (2018-05-24)
Full Changelog | Follow Upgrade | Release Blog
- HOTFIX sulu/sulu#3946 [ContentBundle] Single internal link: Clear selection when target doesn't exists
- HOTFIX sulu/sulu#3941 [WebsiteBundle] Fix hideInSitemap flag for sitemap twig extension
- BUGFIX sulu/sulu#3926 [WebsiteBundle] Fix profiler for none sulu routes
1.6.20 (2018-06-29)
Full Changelog | Follow Upgrade | Release Blog
- BUGFIX sulu/sulu#4042 [AudienceTargetingBundle] Add symfony 3.4.12 as conflict to fix caching tests
- HOTFIX sulu/sulu#4019 [Component] Fix handling of authored date on safari
- HOTFIX sulu/sulu#4027 [PreviewBundle] Fix correct url in preview
- HOTFIX sulu/sulu#4017 [SnippetBundle] Fix snippet conflict overlay
- BUGFIX sulu/sulu#4044 [PreviewBundle] Fixed support method for PageRouteDefaultsProvider
- HOTFIX sulu/sulu#4044 [Webspace] Fixed document creation in webspace-initializer
- ENHANCEMENT sulu/sulu#4028 [MediaBundle] Log errors in image generation
- ENHANCEMENT sulu/sulu#3850 [SecurityBundle] Allow user to be null for security config
- ENHANCEMENT sulu/sulu#3850 [MediaBundle] Allow user to be null for security expression in service build
- BUGFIX sulu/sulu#4018 [SnippetBundle] Fix conflict when saving snippet in new language
- BUGFiX sulu/sulu#3995 [TestBundle] Fix tests for latest Symfony version
1.6.19
Full Changelog | Follow Upgrade | Release Blog
- HOTFIX sulu/sulu#3980 [PreviewBundle] Fix kernel.project_dir parameter for PreviewKernel
- BUGFIX sulu/sulu#3967 [AudienceTargetingBundle] Fixed loading of minified js files for production
- HOTFIX sulu/sulu#3950 [ContactBundle] Fixed empty latitude and longitude
- HOTFIX sulu/sulu#3949 [ContentBundle] Fixed security check for deleting draft
1.6.18 (2018-05-03)
Full Changelog | Follow Upgrade | Release Blog
- ENHANCEMENT sulu/sulu#3930 [PreviewBundle] Fixed preview style-link
- HOTFIX sulu/sulu#3946 [ContentBundle] Single internal link: Clear selection when target doesn't exists
- HOTFIX sulu/sulu#3941 [WebsiteBundle] Fix hideInSitemap flag for sitemap twig extension
- BUGFIX sulu/sulu#3926 [WebsiteBundle] Fix profiler for none sulu routes
1.6.17 (2018-04-24)
Full Changelog | Follow Upgrade | Release Blog
- FEATURE sulu/sulu#3906 [MediaBundle] Add file version delete to media overlay
- HOTFIX sulu/sulu#3912 [ContentBundle] Fixed content-query when a child is broken
- FEATURE sulu/sulu#3914 [ContactBundle] Added latitude/longitude to address
- FEATURE sulu/sulu#3905 [MediaBundle] Add canonical and robots noIndex headers to download of old versions
- ENHANCEMENT sulu/sulu#3899 [PreviewBundle] Replaced links in preview with '#'
- ENHANCEMENT sulu/sulu#3884 [ContentBundle] Improved developer-experience when overriding content-teaser-provider
- ENHANCEMENT sulu/sulu#3897 [ContentBundle] SEO title length changed from 55 to 70
- HOTFIX sulu/sulu#3870 [Husky] Updated husky to fix bug with thumbnails in datagrid
- BUGFIX sulu/sulu#3915 [ContactBundle] Fix typehint in api ContactLocale constructor
- BUGFIX sulu/sulu#3918 [RestComponent] CSV Export: Fixed serialization of boolean
- ENHANCEMENT sulu/sulu#3876 [ContentBundle] Reload data when changing template
1.6.16
Full Changelog | Follow Upgrade | Release Blog
- ENHANCEMENT #3849 [AdminBundle] Add Twig main blocks to be able to use inheritance
- HOTFIX #3848 [ContentBundle] Added check for unknown-document for "sulu_content_load"
- BUGFIX #3844 [Husky] Fix accidentally escaping of select value
- ENHANCEMENT #3846 [ContentBundle] Added authored field to base-page-document index
- ENHANCEMENT #3843 [CustomUrlBundle] Show custom url tab only when configured
- BUGFIX #3828 [Husky] Avoid expand ids parameter to be added to datagrid request without content
- BUGFIX #3828 [Husky] Fixed paragraphs and breaks in paste from word plugin
- HOTFIX #3813 [SnippetBundle] Ignore wrong template exception
- HOTFIX #3820 [CustomUrlBundle] Added base-domains to query for custom-urls
- HOTFIX #3810 [ContentBundle] Fixed rename and publish exception if page has link to a child
- BUGFIX #3805 [ContentBundle] Fix spacing between rows and section in content template generation
- HOTFIX #3797 [CategoryBundle] Fixed category csv-export
- HOTFIX #3797 [Rest] Fixed issue with large amount of ids in doctrine list-builder query
- ENHANCEMENT #3830 [All] Avoid duplicated run of composer update for travis
- BUGFIX #3826 [ContentBundle] Fix enabling of save button when toggler is changed
- HOTFIX #3819 [MediaBundle] Fix forgotten context binding for resetPreviewUrl method
- FEATURE #3816 [All] Validate if grunt build was run for all bundles with circleci
- BUGFIX #3806 [All] Fix compatibility on lowest and fix appveyor
- BUGFIX #3351 [ContentBundle] Fix spacing between rows and section in content template generation
1.6.15 (2018-02-27)
Full Changelog | Follow Upgrade | Release Blog
- HOTFIX sulu/sulu#3796 [HttpCache] Increased priority of update-response-subscriber
- HOTFIX sulu/sulu#3793 [PreviewBundle] Set context data (token, locale) before render can fail
- ENHANCEMENT sulu/sulu#3779 [ContentBundle] Improved cache-invalidation for categories/tags in excerpt tab
- ENHANCEMENT sulu/sulu#3777 [ContentBundle] Added tag/category reference-store
- ENHANCEMENT sulu/sulu#3778 [ContactBundle] Improved cache-invalidation for media/contact/account
- ENHANCEMENT sulu/sulu#3778 [ContactBundle] Added reference-store to contact/account
- ENHANCEMENT sulu/sulu#3778 [MediaBundle] Added reference-store to media
- FEATURE sulu/sulu#3028 [MediaBundle] Added blur, grayscale, gamma, negative and sharpen transformation to media
- HOTFIX sulu/sulu#3750 [PreviewBundle] Fixed refresh preview
- HOTFIX sulu/sulu#3747 [RouteBundle] Added empty array as default value to histories property.
- BUGFIX sulu/sulu#3755 [RouteBundle] Fixed how the route provider strips format extensions from the path
- BUGFIX sulu/sulu#3639 [ContentBundle] Fix structure internal flag and add webspace validate command
- ENHANCEMENT sulu/sulu#3764 [Component] Allow dynamic order of elements in webspace xml
- HOTFIX sulu/sulu#3752 [ContentBundle] Overwrite 'doctrine:phpcr:workspace:import' set default to throw
- ENHANCEMENT sulu/sulu#3775 [Component] Use is iterable instead of custom is_array twig function in webspace dumper
1.6.14 (2018-02-06)
Full Changelog | Follow Upgrade | Release Blog
- ENHANCEMENT sulu/sulu#3717 [ContentBundle] ResourceLocator: Show whole url in history overlay
- HOTFIX sulu/sulu#3739 [ContentBundle] Added locale to content-teaser query
- ENHANCEMENT sulu/sulu#3735 [DocumentManager] Set proper default locale for document-manager
- ENHANCEMENT sulu/sulu#3736 [WebsiteBundle] Added exception when default_host is needed for sitemap generation
- HOTFIX sulu/sulu#3741 [ContentBundle] Cleand-up xliff import/export component
- HOTFIX sulu/sulu#3730 [ContactBundle] Fixed class parameter to load field-descriptor
- HOTFIX sulu/sulu#3720 [MediaBundle] Added extension-guesser to fix wrong extensions on download