Releases: apiqcms/kms
Releases · apiqcms/kms
APIQ CMS v1.2.1
APIQ CMS v1.2.0
- [added] added zh-CN locale files
- [added] add Emmet support to CodeMirror editors - closes #30
- [added] syntax highlight for Liquor
- [fixed] fix icon for active sidebar item
- [fixed] use current locale for CKEditor - closes #29
- [fixed] strict pg gem version because 1.0.0 is not supported yet by Rails
- [changed] much better validation errors displaying
APIQ CMS v1.1.0
- [fixed] fix according to guide from devise
- [changed] change initializing template manager in before_initialize block
- [changed] update carrierwave dependency
- [fixed] Snippet should not be templatable as well
- [added] ability to edit/update users by admin - closes #24
- [added] add Ctrl-S hotkey for updating Templates, Pages, Snippets or Assets - closes #25
- [changed] display errors on failed assets uploads
- [added] add active state to sidebar menu items
- [changed] upgrade Angular to 1.6 - closes #22
Glyphicon font paths fix
- [fixed] initializing page parent_id should not happen on edit
- [fixed] fix paths to glyphicon font
APIQ CMS v1.0
- [changed] remove bunch of dependencies - less-rails, bower-rails and therubyracer
- [changed] updated gems dependencies
- [changed] updated Rails dependency (supporting Rails 5.1)
- [changed] update angular-ui-select
- [fixed] fix pages drag'n'drop issue allowing any other page to look like root page
- [fixed] Fix incorrect layout when model name is too long
- [added] some good looking blank slate screens
- [added] Show snippet slug/identifier in snippets table
- [changed] remove KMS mentions, a bit of translations additions + logo
- [added] Smart template creation
- [added] better specs coverage
- [added] ability to add custom 404 page as regular page with 404 slug
- [added] add TransliterationService and auto slug generation on page title typing
- [changed] refactored SearchService
- [changed] update flow.js and ng-flow
- [changed] better UX for assets uploading
- [added] allow to update non-js and non-css files as well
- [changed] increase CodeMirror font size
- [added] enable 3 CodeMirror addons for Templates, Pages, Snippets and Assets - active-line, matchbrackets and autoCloseBrackets
Amazon S3 for assets storage
- [changed] extract set_position method to concern - used in kms as well as in some extensions
- [added] add FunctionsRegistry service - for extending with Liquor functions
- [changed] remove special edit button for pages, make page title clickable
- [changed] make navigating to edit templates, snippets and assets simpler - just by clicking on names
- [added] add ability to setup Amazon S3 for assets storage
- [fixed] fix pages ordering issue - remove unnecessary request to pages - closes #14
- [added] add more help - about scopes/collection methods
- [changed] Angular 1.4 to 1.5 migration + angular-ui-tree update
Angular update from 1.3 to 1.4
- [changed] update angular (angular-cookies, angular-sanitize) from 1.3 to 1.4
- [fixed] fix translations - remove + fix setting page parent_id on frontend
- [fixed] put settings form in each tab pane for correct display
- [fixed] more Rails 5 friendly (removing deprecation messages) + add views for password reset
new UI for Assets managing
- [fixed] set default value for Kms::Settings values field + some translations
- [fixed] set correct carrierwave dependency
- [changed] new UI for Assets managing - split into tabs
- [added] add "save and continue" button for Snippets
Rails 5 support
- [changed] Rails 5 support
Rails 4.2+, Sprockets 3 support
- [changed] updated angular-rails-templates gem and now Kms works with Sprockets 3 (Rails 4.2+)
- [changed] better page titles in admin section - issue #5