Releases: decko-commons/decko
Releases · decko-commons/decko
stay on the rails
upgrade to rails 6
discover ability
Feature upgrades to enhance discoverability include:
- more prominent help text, eg on card menus
- new landing pages with helpful initial tasks
- progressive rule suggestions in nest editor
- consolidated settings
- role-specific dashboards
- navigation shortcuts to cardtype configuration
- grouped cardtypes
- more navigation to related cards in bridge
- views of sample views
Also upgraded:
- redirects
- tokens (JWT)
- api keys
- deletion
- image styling
- link list editor
enabled_roles patch
When migrations fail, the lack of an :enabled_roles
card was causing highly problematic failures. This tiny patch release fixes that.
the art of redirection
- use 303 (not 302) after successful POST/PUT/PASTE/DELETE requests
- minor query optimizations
- fix comment bug that left comment lingering in comment.
in guide we trust
This point release adds support for new *guide rules, which let users create guides that appear to the right of text when editing in full ("bridge") view.
It also upgrades subcard error handling to make sure, eg, validation issues in subcards properly percolate up to act cards.
safe landing
- reorganized configuration cards
- smarter default permissions
- new role assumption ui and role dashboards
- new default homepage
- markdown type
- filter ui fixes
- yardoc updates
A whole new editing UX
The 0.7 release contains the most significant upgrade to Decko's editing user experience ever.
It includes:
- clean, simple modal editors
- expansion to full edit view with support tabs
- a new rule editing ux
- a ui for generating and manipulating nests
- an additional ui for adding images
- a new layouts API
- further movement from open/closed to expandable bars and boxes
...and that's just a start; there are over 556 new commits of changes in this upgrade.
A symbolic query
Improvements to
- Card::Query handling of matching and Symbols
- delayed job cache handling
- "bar" navigation
- model api (support
update!
in addition toupdate_attributes!
)
the reference section
- upgraded reference updating
- better server error handling
- more nuanced event condition handling
- save fails when subcards invalid
out with the old
- migrations to
- change no-longer-supported layouts and skins
- fix skin images
- optimized images
- resolved issues with "/" headers
- better errors in development mode
- .txt returns text/plain response