This repository has been archived by the owner on May 9, 2023. It is now read-only.
Public Beta 15
jasonvarga
released this
03 Feb 22:42
·
28 commits
to master
since this release
- [new] Added an
Import
tool. You can now import Statamic v1 site content (with help of new exporter addon). - [new] Redesigned the Publish layout. Look at all this elbow room!
- [new] Upgraded to Redactor II. We'll see what you all think of it. We have mixed feelings.
- [new] Integrated Assets into Redactor. Yay, party, celebration, etc.
- [new] The
markdown
fieldtype got some sweet design lovin', keyboard shortcuts, buttons, Assets, and a Markdown Cheatsheet. - [new] The
yaml
fieldtype is now syntax highlighted. How nerdy of us. - [new] New
title
fieldtype. It's a fancy-lookingtext
field for fancy people building fancy sites. - [new] The
array
fieldtype got an extreme makeover CSS edition and is reorderable when in dynamic mode. - [new] You can now view individual Form submissions on their very own pages.
- [new] Added a
dd()
global in JS just because we could. - [new] The Fieldset Builder got some UX attention. It now uses a simple table and modals instead of editing everything inline.
- [new] The
grid
fieldtype got design love too. Fields inside the Grid are streamlined and chillin. - [new] The
table
fieldtype now looks more like a Grid field. That made sense to us. - [fix] Fix an "getCollection on null" error when creating entries that'll lock your cache up.
- [fix] Added some fallback fieldsets. If you don't have a
default
orasset
fieldset, you won't see the Loading Spinner of Doom™. - [fix] Flexbox'ed the publish page. Now variable height fields no longer wreak havoc on its neighbors.
- [fix] The cache now gets cleared when updating settings.
- [fix]
Arr::combineRecursive
now sorts keys based on the newer array. This fixes an issue where people couldn't make a non-English locale the default.