Releases: statamic/cms
Releases · statamic/cms
v6.2.4
What's fixed
- Starter kit install with dev stability #13824 by @jasonvarga
- Replace uniqid with nanoid #13833 by @jasonvarga
- Switch from browser tests to storybook tests #13313 by @duncanmcclean
- Fix entry date shifting on save #13837 by @jasonvarga
- Fix entry publish permission #13827 by @PatrickJunod
- Russian translations #13834 by @dragomano
v6.2.3
What's fixed
- Fix error when publishing webauthn migration #13814 by @duncanmcclean
- Localize time picker #13820 by @jasonvarga
- Store passkey last login in metadata #13808 by @jasonvarga
- Escape html in command palette #13825 by @jasonvarga
v6.2.2
What's fixed
- Add auth to asset routes #13810 by @jasonvarga
v5.73.5
What's fixed
- Add auth to asset routes #13810 by @jasonvarga
v6.2.1
- Fix markdown fieldtype error when theres no container #13809 by @jasonvarga
v6.2.0
What's new
- Show collection tree in navigation page selector #13643 by @duncanmcclean
- Max width control for the CP (Expand/Constrain Layout) #13647 by @JayGeorge
- Permissions Check/Uncheck All buttons #13762 by @jackmcdade
- Ctrl+k to open bard link stack #13759 by @jasonvarga
- Time field enhancements #13799 by @jasonvarga
- Copy to clipboard improvements and fixes throughout the CP #13791 by @joshuablum
- Support Laravel Debugbar 4 #13781 by @duncanmcclean
What's fixed
- Fix asset selector padding #13737 by @duncanmcclean
- Fix adding sets stored in the legacy format #13743 by @duncanmcclean
- Nested bard fixed toolbars - remove sticky stacking approach #13750 by @JayGeorge
- Fix the z-index of the sticky markdown toolbar, plus position on mobile #13751 by @JayGeorge
- Improve focus on page load #13357 by @JayGeorge
- Only show site in search result badge when using multiple sites #13752 by @jasonvarga
- Fix asset index fieldtype slice length #13757 by @jasonvarga
- Fix TypeError with CarbonImmutable in Timezone Support #13760 by @ajnsn
- Hide the expand layout control when the content is small and it has no effect #13761 by @JayGeorge
- Hide "Collapsible" option for bard/replicator sets #13763 by @duncanmcclean
- Antlers Blade Components: Correct extra parenthesis in output #13765 by @JohnathonKoster
- Fix webauthn migration created by update script #13769 by @duncanmcclean
- Remove the inset style for relationship fields to make dark mode more consistent #13784 by @JayGeorge
- Fix Textarea component story missing an end tag #13787 by @joshuablum
- Fix Textarea component resize #13788 by @joshuablum
- Add missing tooltips import #13783 by @duncanmcclean
- Fix uploading assets via Markdown fieldtype #13782 by @duncanmcclean
- Avoid searching server results with fuzzysort #13792 by @duncanmcclean
- Clearing a required date field should set the date/time to now #13794 by @duncanmcclean
- Override z-index of DatePicker inside modals #13802 by @duncanmcclean
- Normalize collection listing mode preference #13798 by @jasonvarga
- Update
itemActionsstate when switching localization #13804 by @duncanmcclean - Avoid animation when loading Bard field with
collapse: true#13805 by @duncanmcclean - Disable Bard debouncing #13797 by @jasonvarga
- Fix login and passkeys #13807 by @jasonvarga
- French translations #13738 by @ebeauchamps
v5.73.4
What's fixed
- Handle
0values in text fields andnullstring in slugs #13786 by @joshuablum - Fix multi-site URL invalidation in
ApplicationCacher#13793 by @joshuablum
v5.73.3
What's fixed
- Avoid showing large number of assets in listing #13758 by @jasonvarga
- Abort 404 when asset is not found in AssetsController #13741 by @mynetx
v6.1.0
What's new
- Add duration column to asset browser #13331 by @daun
- Search instructions when searching sets #13727 by @duncanmcclean
- Add "mod+s" shortcut to save blueprint order #13729 by @heidkaemper
- Add "mod+s" shortcut to save collection order #13724 by @duncanmcclean
What's fixed
- Improve the text fieldtype icon and the number icons #13713 by @JayGeorge
- Fix error when searching assets via the Command Palette #13718 by @duncanmcclean
- Fix "Icons" code example for buttons in Storybook #13719 by @duncanmcclean
- Bump tar from 7.5.6 to 7.5.7 #13721 by @dependabot
- Fix
Invalid ISO 8601 date time stringerror from Date Fieldtype #13701 by Copilot - Fix missing Live Preview componentUpdated function #13733 by @o1y
- After creating the assets folder, it keeps the last folder name #13722 by @nopticon
- Floating toolbar pointer improvements #13712 by @JayGeorge
- Fix adding sets to replicators nested inside Grid/Group fields #13723 by @duncanmcclean
- Use
ResolveValuesto resolve values inEloquentQueryBuilder::pluck()#13726 by @duncanmcclean
v6.0.0
Read First
Be sure to read the Upgrade Guide first as manual changes may be necessary. You can also read the Statamic 6 Launch Announcement blog post to learn about many of the new features in depth!
What's new
- A completely redesigned Control Panel
- UI Component library
- Control Panel themes
- Vue 3
- Inertia.js
- Tailwind 4
- Command Palette
- Elevated sessions
- Two-factor authentication
- Passkeys
- Antlers component tag syntax
- Smart view scaffolding
- Addon settings
- Better date and timezone support
- Replicator/Bard sets can have image previews
- Laravel Boost Guidelines
- Publish form overhaul
- Collapsible publish form sections
- Publish form site locale-aware text direction
- Background Static Cache re-caching
- Collection calendar view
- Live Preview hot-reload
- REST API Authentication
- Improved JS and addon workflow
- Vue Composition API support in Fieldtypes
What's changed
- Dropped support for Laravel 11 and PHP 8.2.
- There are a number of breaking changes. Consult the 6.0 upgrade guide.