Releases: blocknotes/activeadmin_dynamic_fields
Releases · blocknotes/activeadmin_dynamic_fields
v0.8.0
What's Changed
- feat: change ActiveAdmin dependency version range by @blocknotes in #26
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Not operator by @blocknotes in #18
- Update specs to support Ruby 3.0 by @blocknotes in #21
- Update specs to support Rails 7.0 by @blocknotes in #22
Full Changelog: v0.6.4...v0.7.0
v0.6.4
Main changes
- Fix evaluate condition data-if by @blocknotes in #15
Internal changes
- Fix some RuboCop issues by @blocknotes in #17
- Setup Appraisal + Setup Cuprite by @blocknotes in #16
- GitHub Actions improvements by @blocknotes in #12
- Update linters config by @blocknotes in #13
Full Changelog: v0.6.0...v0.6.4
v0.6.0
- Add Webpacker support
- Specs improvements
v0.5.2
- Fix component loading with Turbolinks
- Minor JS refactoring
- Update dev dependencies
v0.5.0
- JS improvements: tidy up Field constructor, minor internal changes
- Specs improvements: better spec helper methods
v0.4.4
- New feature: match condition check
- New feature: mismatch condition check
v0.4.2
- New features: addStyle action
- New features: setText action
v0.4.0
- New feature: else action
- Encapsulate the setup in a Field class
- Minor internal improvements
v0.3.0
- Major JS refactoring
- Add more specs
- Remove simplecov gem