Releases: CMDBrew/adminterface
Releases · CMDBrew/adminterface
v0.3.0
Features
- RTL support #151 (I-Lung Lee)
Documentation
- add reference links to README.md #143 (I-Lung Lee)
Tests
Builds
- deps: bump algoliasearch-helper from 3.5.5 to 3.6.2 in /website #147 (dependabot[bot])
Chores
- change EOL to LF #146 (dulerong)
- change license to MIT #148 (I-Lung Lee)
- add deprecation warning #148 (I-Lung Lee)
- bump version to 0.3.0 #149 (I-Lung Lee)
v0.2.3
Documentation
- update dependency requirements #133 (I-Lung Lee)
- add sidebar_sections doc #134 (I-Lung Lee)
- update preview image #136 (I-Lung Lee)
- fix batch action input_html option typo #138 (I-Lung Lee)
- add dropdown_menu doc #137 (I-Lung Lee)
- add action_items doc #135 (I-Lung Lee)
- update dependencies licenses and changelog #139 (I-Lung Lee)
- add upgrading doc #141 (I-Lung Lee)
Code Refactoring
- enhance the assert_html method #132 (I-Lung Lee)
Builds
- deps: bump @popperjs/core to v2.10.2 #131 (I-Lung Lee)
- bump version to v0.2.3 #139 (I-Lung Lee)
v0.2.2
Bug Fixes
- add role to alerts #126 (I-Lung Lee)
- add role and aria-expanded to dropdowns #126 (I-Lung Lee)
- add aria-expanded to navbar-toggler #126 (I-Lung Lee)
- add "aria-current": "page" to active nav link #126 (I-Lung Lee)
- add aria attrs to tabs #126 (I-Lung Lee)
- remove user-scalable="no" from meta #126 (I-Lung Lee)
- http tabs render incorrect url #127 (I-Lung Lee)
Documentation
- add releasing guide for maintainers #121 (I-Lung Lee)
- fix releasing section wrong heading style #123 (I-Lung Lee)
- update changelog and license dependencies #129 (I-Lung Lee)
Builds
- deps: bump bootstrap to 5.1.3 #125 (I-Lung Lee)
- bump version to v0.2.2 #128 (I-Lung Lee)
Commits
- fix README link typo #121 (I-Lung Lee)
v0.2.1
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
- update doc version to 0.2.0 #88 (I-Lung Lee)
- remove beta notice #89 (I-Lung Lee)
- fix documentation issue template (I-Lung Lee)
- add npm and gem badges #90 (I-Lung Lee)
- add codeclimate badges #92 (I-Lung Lee)
- update pricing plan links #93 (I-Lung Lee)
- rename configurations doc to customizations #94 (I-Lung Lee)
- add currency to pricing #96 (I-Lung Lee)
- update cli.mdx to include available options #98 (I-Lung Lee)
- update website slogan and pricing links #100 (I-Lung Lee)
- add file overwrite notice for install generator #118 (I-Lung Lee)
- generate changelog and licenses #119 (I-Lung Lee)
- fix README install notice format #119 (I-Lung Lee)
Tests
- add tests for has_many.js #97 (dulerong)
- add tests for generators #98 (I-Lung Lee)
- add tests for checkbox_toggler.js and jest to linter env variables #101 (dulerong)
- ensure doc and gem version matches #117 (I-Lung Lee)
Builds
- deps-dev: bump puma from 5.3.2 to 5.5.1 #84 (dependabot[bot])
- bump version to 0.2.1 #119 (I-Lung Lee)
Continuous Integration
- fix add private: false to package.json #87 (I-Lung Lee)
- jest should wait for docs and linters #91 (I-Lung Lee)
- setup simplecov_json_formatter for integration with codeclimate #92 (I-Lung Lee)
- only upload stats to codeclimate on main #95 (I-Lung Lee)
Chores
- fix Github issue template (I-Lung Lee)
- add intro blog #104 (I-Lung Lee)
- update intro blog content #104 (richchw)
Commits
v0.2.0
Features
- add license checker #85 (I-Lung Lee)
- license_key encryption #85 (I-Lung Lee)
Bug Fixes
- only check license when starting rails server #85 (I-Lung Lee)
Documentation
- update installation and contributing docs #76 (I-Lung Lee)
- add codey to active team members #82 (I-Lung Lee)
- update refund policy to match Stripe's refund policy #82 (I-Lung Lee)
- add commercial license setup guide #85 (I-Lung Lee)
- update licensing doc based on suggestions #85 (I-Lung Lee)
Code Refactoring
- cleanup sass comments #80 (I-Lung Lee)
- move default config overrides to configurations #85 (I-Lung Lee)
- cleanup unnecessary test requires #85 (I-Lung Lee)
Tests
- setup jest and add tests for utils.js #81 (dulerong)
- add tests for detached_dropdown.js #81 (dulerong)
- add tests for filters.js #81 (dulerong)
Builds
- combine dependency licesens and changlog generation into one task #75 (I-Lung Lee)
- deps: bump nokogiri from 1.11.7 to 1.12.5 #77 (dependabot[bot])
- bump version to 0.2.0 #86 (I-Lung Lee)
- fix adminterface appraisal lock version for ci #86 (I-Lung Lee)
Continuous Integration
- add publish to rubygems.org to release task #76 (I-Lung Lee)
- add publish to npmjs.com to release task #76 (I-Lung Lee)
- remove duplicate package releases on github #76 (I-Lung Lee)
- auto increment package version on pre-release #76 (I-Lung Lee)
- update delete_rc_versions to delete all previous rc builds on release #76 (I-Lung Lee)
- add jest tests #83 (I-Lung Lee)
- fix inconsistent js ci configs #83 (I-Lung Lee)
Chores
- change rubygem license field to be consistent with npm #76 (I-Lung Lee)
v0.1.0
⚠ BREAKING CHANGES
- the way you config js plugins inside components.yml has changed.
- the class name is changed from
Dropdown
toDetachedDropdown
To use the dropdown class in your code, you will need to import it like this:
import { DetachedDropdown } from '@cmdbrew/adminterface'
- the latest ActiveAdmin has combined print.scss into the main file— activeadmin/activeadmin@14b64cd
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 beobserverId
for _getPristineObservers (6772649)