Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 7.46 KB

CHANGELOG.md

File metadata and controls

102 lines (70 loc) · 7.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2021-11-26)

Features

0.2.3 (2021-11-09)

Build

  • deps: bump @popperjs/core to v2.10.2 (f7cb681)

0.2.2 (2021-11-03)

Bug Fixes

  • add "aria-current": "page" to active nav link (6cbc538)
  • add aria attrs to tabs (547807b)
  • add aria-expanded to navbar-toggler (a94ffff)
  • add role and aria-expanded to dropdowns (835d6c6)
  • add role to alerts (dc00596)
  • http tabs render incorrect url (3006185)
  • remove user-scalable="no" from meta (bda3b2f)
  • bump Bootstrap to v5.1.3 to address sass parser issues when compiling. See twbs/bootstrap#35011 (46fc25d)

0.2.1 (2021-10-29)

Bug Fixes

  • fallback value for JSON.parse should be '{}' instead of {} (727a2ba)
  • missing thor class for invoke when installing action_text (e749441)
  • install_generator options should be consistent with activeadmin (5a36c01)

0.2.0 (2021-10-15)

Features

Bug Fixes

  • only check license when starting rails server (5b47829)

0.1.0 (2021-09-25)

⚠ 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)