Skip to content

Releases: CMDBrew/adminterface

v0.3.0

26 Nov 00:57
cc6641b
Compare
Choose a tag to compare

Features

Documentation

Tests

Builds

Chores

v0.2.3

09 Nov 22:55
ce32070
Compare
Choose a tag to compare

Documentation

Code Refactoring

Builds

v0.2.2

03 Nov 21:17
4e55789
Compare
Choose a tag to compare

Bug Fixes

Documentation

Builds

Commits

v0.2.1

29 Oct 22:05
50ed08a
Compare
Choose a tag to compare

Bug Fixes

  • fallback value for JSON.parse should be '{}' instead of {} #105 (I-Lung Lee)
  • missing thor class for invoke when installing action_text #115 (I-Lung Lee)

Documentation

Tests

Builds

Continuous Integration

Chores

Commits

  • 5a36c01: refactor!: install_generator options should be consistent with activeadmin (I-Lung Lee) #116

v0.2.0

15 Oct 21:54
63b9dae
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Code Refactoring

Tests

Builds

Continuous Integration

Chores

  • change rubygem license field to be consistent with npm #76 (I-Lung Lee)

v0.1.0

25 Sep 17:14
b5e6509
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • the way you config js plugins inside components.yml has changed.
  • the class name is changed from Dropdown to DetachedDropdown
    To use the dropdown class in your code, you will need to import it like this:
import { DetachedDropdown } from '@cmdbrew/adminterface'

Features

  • add comments generator (2fae11e)
  • add groupish to js inputs (d2736c0)
  • add popover and tooltip (7f5f7b9)
  • add show password toggler for password input (d5bb1dd)
  • allow changing JS input mapping and adding custom input types (a3e8895)
  • allow different styles for index_as_table dropdown and buttons (84ad8d5)
  • change how js plugins are defined inside components.yml (944dbbb)
  • enhance ActiveAdmin::Comments (38adb17)
  • applied Bootstrap 5 to ActiveAdmin
  • ability to configure CSS classes and components via configuration files
  • add support for all Formtastic input types
  • enhance Arbre components
  • rewrite ActiveAdmin Javascript in es6 and remove jQuery

Bug Fixes

  • add temp fix for active_admin_comments author validation (d93b20f)
  • component configs path key for pluginish and datepicker alis for date_picker (8cbd770)
  • confirm dialog configs should inherit from backend configs (a5377d8)
  • fix f.semantic_errors returning empty alert even if there are no errors (f1cb91e)
  • fix dropdown cutoff when overflowing (5f3475a)
  • fix field_error_proc breaking input group styles (ce33cd9)
  • fix has_many_delete styling (75300db)
  • fix password input visibility toggler style (c47ed10)
  • fix printing stylesheets and add print template for webpacker generator (ec57890)
  • fix zeitwerk autoloading constant deprecation (e9a8797)
  • remove adminterface from license dependencies and fix licenses task (3989817)
  • remove flaky plugin for tom_select (8bdedc7)
  • remove unused site_title_image_logged_out (5376bd7)
  • sass slash as division (4ef37c0)
  • set altInput for flatpickr and update examples in docs (0f0ba49)
  • update default css_classes (151b5e1)
  • wrong dataset observerUuid should be observerId for _getPristineObservers (6772649)