Skip to content

Releases: decko-commons/decko

stay on the rails

16 Oct 23:09
5d3e8d1
Compare
Choose a tag to compare

upgrade to rails 6

discover ability

02 Oct 23:37
dbf1599
Compare
Choose a tag to compare

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

09 Sep 12:45
Compare
Choose a tag to compare

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

16 Aug 18:55
7a60106
Compare
Choose a tag to compare
  • 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

01 Aug 19:47
8511da6
Compare
Choose a tag to compare

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

18 Jul 02:58
c9034d5
Compare
Choose a tag to compare
  • 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

11 Apr 17:36
5fa415b
Compare
Choose a tag to compare

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

25 Jan 16:20
b7df6eb
Compare
Choose a tag to compare

Improvements to

  • Card::Query handling of matching and Symbols
  • delayed job cache handling
  • "bar" navigation
  • model api (support update! in addition to update_attributes!)

the reference section

18 Dec 20:03
Compare
Choose a tag to compare
  • upgraded reference updating
  • better server error handling
  • more nuanced event condition handling
  • save fails when subcards invalid

out with the old

30 Nov 13:27
ce6d9d5
Compare
Choose a tag to compare
  • 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