This repository has been archived by the owner on May 9, 2023. It is now read-only.
Public Beta 9
·
34 commits
to master
since this release
- [new] New "Partial" fieldtype that lets you include other fieldsets. This is the bigger, more popular brother of v1's
_include
. - [new] Image Assets now have access to
width
andheight
in your templates - [fix] Fix invalid signature when using the
filename
parameter in a Glide tag. - [fix] You can now set widths for Grid sub-fields in stacked mode and fields in Replicator sets.
- [fix] Fix Grid subfields from being un-styled.
- [fix] Replicator buttons now get that pointing hand. You no longer have to wonder if they are clickable. They are.
- [fix] Fix Assets fields not showing thumbnails.
- [fix] Adjust routing of management vs. configuration of Globals and Asset containers.
- [fix] You can edit/configure existing Global sets, and they have validation.
- [fix] Fix unclickable taxonomies.
- [fix] When configuring an Asset fieldtype the Container field uses a dropdown. Entering the ID manually was barbaric.
- [fix] Added some basic cache busting to the CP assets.
- [fix] "Select all" (cmd+a) inside Fieldset Builder fields now work as you'd expect.
- [fix] Flipped around the table sort arrows. They act more like Finder now.
- [fix] The table column sort direction is only swapped on the second click.
- [fix] Date-based entries are sorted descending by default, and you can add
sort_dir: asc
tofolder.yaml
to change it. - [fix] Updated the sample gitignore.
- [fix] Added the
addons
directory tophpunit.xml
.