Releases: statamic/cms
Releases · statamic/cms
v5.0.0-beta.1
What's changed
- Augmentation performance improvements. #9636 by @JohnathonKoster
- Offline License Validation. #9975 by @duncanmcclean
- Entry URI caching. #9844 by @jasonvarga
v4.57.3
What's improved
- German translations. #9957 by @helloDanuk
What's fixed
- Fix Starter Kit installation on Windows. #9968 by @JohnathonKoster
- Fix
starter-kit:install
with custom branch when branch has slash. #9978 by @jesseleite - Fix first child redirects when using array syntax. #9965 by @jasonvarga
- Fix wrong permission used for configuring navs. #9961 by @simonolog
- Fix
DataReferenceUpdater
when field data from array is null. #9954 by @duncanmcclean - Fix dated collection listing when time is enabled. #9951 by @jacksleight
- Fix route parameters in Statamic routes with closures. #9953 by @arthurperton
- Fake composer installs in make command tests. #9955 by @jasonvarga
v5.0.0-alpha.6
What's changed
- Add tokens to eloquent cli install. #9962 by @ryanmitchell
- Token class changes #9964 by @jasonvarga
- Revert caching entry to property on Page instances #9958 by @jasonvarga
- Changes to
User
role methods #9921 by @duncanmcclean
v4.57.2
What's fixed
- Fix missing composer binary (starter kits couldn't install). #9950 by @duncanmcclean
v5.0.0-alpha.5
What's changed
- Blink augmentation of terms and entries fieldtypes. #9938 by @jasonvarga
- Fix slowdown caused by status PR. #9928 by @jasonvarga
- Update GraphiQL. #9934 by @duncanmcclean
- Drop legacy
rebing/graphql-laravel
code. #9935 by @duncanmcclean - Fix statamic-prefixed commands not working when running
Artisan::call()
within please. #9926 by @jasonvarga - Make
tearDown
method protected onAddonTestCase
. #9924 by @duncanmcclean - Fix please version. #9925 by @jasonvarga
v4.57.1
What's improved
- French translations. #9939 by @ebeauchamps
What's fixed
- Require composer/semver instead of composer/composer. #9947 by @jasonvarga
- Fix
DimensionsRule
for Livewire. #9927 by @aerni - Fix Blade compiler error. #9946 by @duncanmcclean
- Prevent passing HTML to the Video fieldtype. #9944 by @duncanmcclean
- Fix missing OAuth controller argument. #9942 by @simonolog
v5.0.0-alpha.4
What's changed
- JSON Serialization. #9672 by @jasonvarga
- Default field values defined in blueprints will be used for output rather than only on publish
forms. #9010 by @duncanmcclean - Always append original filenames to Glide URLs. #9616 by @duncanmcclean
- Ability to set custom Glide hashes. #9918 by @jasonvarga
- Remove manual Glide filenames. #9913 by @jasonvarga
- Reduce the number of times the
fieldsCache
is reset. #9585 by
@JohnathonKoster
@duncanmcclean - Add
install:collaboration
command #9760 by @duncanmcclean - Add
install:eloquent-driver
command #9669 by @duncanmcclean - Improve handling of recursive fieldsets. #9539 by @JohnathonKoster
- Improvements to
please
commands. #9720 by @duncanmcclean - Fix issues with Please commands on Laravel 11. #9877 by @duncanmcclean
- Fix event listeners not being triggered with Laravel 11. #9876 by
@duncanmcclean - Addon Testing Changes. #9871 by @duncanmcclean
- Make the SVG tag fail gracefully when
src
value is empty. #9905 by - Fix duplicated field config header. #9896 by @peimn
v4.57.0
What's new
- Add deleteQuietly methods. #9666 by @ryanmitchell
- Support using closures for Statamic route data. #9868 by @arthurperton
What's fixed
- Fix single unpublished entries in listing column. #9917 by @jacksleight
- Prevent computed fields from being sortable in listing tables. #9916 by @duncanmcclean
- Fix Grid styles messing up row-controls of nested fields. #9910 by @duncanmcclean
- Fix icons color. #9895 by @peimn
- Fix Nova icon not displaying in Icon Fieldtype. #9906 by @duncanmcclean
- Add title fallback for roles & groups. #9907 by @duncanmcclean
- Fix Bard scrolling editor/page on link insert. #9886 by @jacksleight
- Hash API cache keys the key to handle long route and query parameters. #9858 by @Smef
- Fix regression on bard/replicator group set previews. #9901 by @caseydwyer
- Fix arrow direction in fav creator for RTL. #9897 by @peimn
- Fixes for asset/term reference updater strictness. #9878 by @jesseleite
- Add
date
to reserved fields for form blueprints. #9872 by @duncanmcclean - Fix tables in Bard not saving updates. #9867 by @jacksleight
- Add tailwind safelist with horizontal margins and padding. #9864 by @jasonvarga
- Fix PHPUnit deprecations. #9912 by @jasonvarga
v5.0.0-alpha.3
What's changed
- Add new 'Settings' CP Nav section. #9857 by @jesseleite
- Avoid querying status. #9317 by @jasonvarga
- Ensure expectation count isn't negative if Version is not called. #9863 by @ryanmitchell
v5.0.0-alpha.2
What's changed
- Change tag parameter parse-prevention character from @ to backslash. #9856 by @jasonvarga
- Revert requirement of prefixing attributes with
:attr
. #9854 by @jasonvarga