FIXED: AmazonProductField has been update to use the Api v5.
v2.2.12
FIXED: Added missing return statement in IsPublishable
v2.2.11
NEW: Ability to Login as another user (via their cms edit page).
NEW: Add min/maxlength to textarea
IMPROVED: Added getModelInstance to sections and fields.
IMPROVED: Fixed issue with addSectionAfter type calls (and field-based versions).
IMPROVED: Enables RadioFields in flexible content.
FIXED: No longer need to apply default value to Index Filters.
FIXED: Fixed passing boolean argument to Config->searchable.
v2.2.10
NEW: Image area lightness calculations
v2.2.8
NEW: Collapsible flexible content rows
IMPROVED: Removed hard-coded names in search containers
IMPROVED: Simplified Settings::get() logic
IMPROVED: If setting name is null then the fallback value is returned
IMPROVED: Renamed index_url to redirect_url in Bulk Actions
v2.2.7
FIXED: Fixed a few bugs in the enso:install command. Mainly replacing make:auth.
FIXED: Fixed some bugs in the output of the make:crud command to make it fully useable.
IMPROVED: Minor code quality improvement in Controller.
IMPROVED: Show helpful error message if bulk action method is not set.
REMOVED: Removed the enso:make:crudcontroller command because it didn't do anything.
v2.2.6
IMPROVED: ListField data can also provide an array of attiributes to apply to their list item
v2.2.5
FIXED: Allow saving multiselect values as full objects rather than just IDs
v2.2.4
FIXED: Bug fixes for increased memory limit change
v2.2.3
IMPROVED: Increase memory limit in ImageFile::useUpload()
v2.2.2
IMPROVED: Get correct MediaFile type when doing $media_file::toArray()
IMPROVED: Add production check in enso-analytics::body
v2.2.1
FIXED: Typo in memory limit system
v2.2.0
NEW: Limit file upload size to 5MB by default
NEW: Increase memory_limit when resizing images
v2.1.0
NEW: Image focal point feature
NEW: Added ImageFile::deleteResize() and ImageFile::deleteAllResizes().
NEW: Added cog to image previews to encourage clicking on them
REMOVED: background_color in Yadda\Enso\Media\Filters\Preset, Yadda\Enso\Media\Console\Commands\RegenerateImages and Yadda\Enso\Media\Models\ImageFile.
v2.0.12
FIXED: User profile save route was returning 404
IMPROVED: Improve coverage and quality of docblocks
IMPROVED: Remove calls to deprecated method getRowSpecByName
v2.0.11
FIXED: CRUD filter dropdowns now work with vue-multiselect >= 2.1 and show the selected value, not "All".
v2.0.10
FIXED: On ImageText rows, only show image if image is supplied.
FIXED: On ImageText rows, when calculating alignment use current row name not 'image_text'
v2.0.9
NEW: Add simplified head and body views
v2.0.8
FIXED: Rename analytics views from body & foot to head and body
v2.0.7
IMPROVED: Update Docker setup for separate container names per project
v2.0.6
UPDATE: Remove default behaviour that adds the AmazonField routes automatically
FIXED: Enso has been detached from Route Model binding, so you can now use it on the frontend
FIXED: Fixed a class issue in the published config/enso/crud.php file
v2.0.5
FIXED: Auto-discover EnsoSettings facade
v2.0.4
FIXED: Removed call to old string helper functions
FIXED: Renamed UsesPages to UsesPage
FIXED: Added DEFAULT_NAME to MetaSection
IMPROVED: Updated composer dev dependencies
IMPROVED: gitignored .phpunit.result.cache
v2.0.3
FIXED: Ensured User::getOwnerUsername and User::getOwnerDisplayName always return strings
FIXED: Removed reference to old camel_case helper function
v2.0.2
NEW: Added Ngrok to enso script.
IMPROVED: Added COMPOSE_PROJECT_NAME for consistent and predictable docker network and volume names.
v2.0.1
FIX: Fix Multiselect heights.
v2.0.0
NEW: Added support for Laravel 5.8 and dropped support for earlier versions.