Skip to content

v2.3.0

Choose a tag to compare

@dbaines dbaines released this 06 Apr 06:24

Major UI Overhaul

  • New, responsive UI

Changes

  • Upgraded CKEditor to v4.6.2
  • Fixed sort method so it works for nested resources [#248]
  • Removed sticky CKEditor toolbar, removed re-initialisation of CKEditor in various places that was only added to counter issues with the fixed toolbar. [#259]
  • Enabled things other than pages to be added from the sitemap if they have has_crud navigation: true [#209]
  • Modified template to dynamically set koi version in application generator template [#263]
  • Added helper method to make SEO settings accessible from views [#257]
  • Updated confirm syntax for asset manager deletion [#266]
  • Fixed issues with editing/creating settings [#177]
  • Gem locked select2 to fix issues with tag settings [#177]
  • Removed old upgrade notes from upgrade.md and readme.md, added new upgrade notes and added link in Readme [#229]
  • Fixed bug with asset link path generation [#222]
  • Fixed flash message colour on success [#225]
  • Ported the Exportable module from YourSAy for better csv generation [#269]
  • Improved the koi generators to generate crud config / validations etc using field names / types [#208]