Skip to content

Releases: apiqcms/kms_models

APIQ Models v1.1.0 release

09 Feb 18:00
Compare
Choose a tag to compare
  • [added] add Date Field - closes #5
  • [added] add description to Models - closes #6
  • [added] add small UI element - model iteration hint
  • [changed] better error messages + hint for Label Field
  • [changed] use FontAwesome icons for identifying different field types
  • [fixed] use current locale for CKEditor - closes #17
  • [fixed] correct processing for CheckboxFields - closes #11

Fix install generator

09 Aug 11:58
Compare
Choose a tag to compare
  • [fixed] fix "uninitialized constant Rails::Generators::Base"

APIQ Core (KMS) v1.0 compatibility

02 Aug 18:15
Compare
Choose a tag to compare
  • [fixed] find_by and find_all_by now can find results not only by dynamic fields but also by id, slug, position and etc.
  • [added] add slug attribute to entry drop
  • [added] support Amazon S3 storage - closes #14
  • [added] add blank state screens for models and entries
  • [added] automatic Model's collection_name and Fields liquor_name generating - closes #16
  • [changed] replace JSON column with JSONB - closes #15
  • [added] Sorting (by dran'n'drop) Model's fields - closes #4
  • [fixed] fetch item only in scope of model - page's templatable type

Model elements creation using website (external) form

23 Mar 07:06
Compare
Choose a tag to compare
  • [fixed] fix incorrect url for file field when no value was stored
  • [changed] preserve order of has_many field values - closes #9
  • [added] Rspec setup
  • [added] add feature allowing model elements creation using website form

Rails 5 support

05 Dec 19:53
Compare
Choose a tag to compare
  • [fixed] fix bug when running kms_models install generator
  • [changed] Rails 5 support

First Github release

01 Oct 13:55
Compare
Choose a tag to compare
  • [changed] allow to edit Entry slug, but autogenerate on creation
  • [added] English translations