Skip to content

Tags: ash-project/ash_admin

Tags

v1.1.0

Toggle v1.1.0's commit message
release v1.1.0

[v1.1.0](v1.0.0-rc.0...v1.1.0) (2026-04-13)
Breaking Changes:
* completely rework the UI w/ dark mode by Zach Daniel
Bug Fixes:
* use Code.ensure_loaded? before checking if function exported by Zach Daniel

v1.0.0-rc.0

Toggle v1.0.0-rc.0's commit message
release v1.0.0-rc.0

[v1.0.0-rc.0](v0.14.0...v1.0.0-rc.0) (2026-03-02)
Breaking Changes:
* completely rework the UI w/ dark mode by Zach Daniel
Bug Fixes:
* handle missing browser pipeline in installation by Zach Daniel
* Remove custom ID from Cinder tables that had dots in it from the resource module name (#381) by sevenseacat
Improvements:
* rework json and markdown editors for CSP compliance by Zach Daniel
* add forbidden banner by Zach Daniel
* support typeahead/pills for many cardinality relationships by Zach Daniel
* add list_tenants logic by Zach Daniel

v0.14.0

Toggle v0.14.0's commit message
release v0.14.0

[v0.14.0](v0.13.26...v0.14.0) (2026-02-11)
Features:
* Redo of Cinder integration (#380) by sevenseacat

v0.13.26

Toggle v0.13.26's commit message
release v0.13.26

[v0.13.26](v0.13.25...v0.13.26) (2026-02-11)
Improvements:
* incoporate sevenseacat theme into cinder table for consistent styling and enhanced features by Zach Daniel

v0.13.25

Toggle v0.13.25's commit message
release v0.13.25

[v0.13.25](v0.13.24...v0.13.25) (2026-02-11)
Bug Fixes:
* pass authorizing and show_filters to CinderTable by Zach Daniel
Improvements:
* Add :datetime_step form field configuration (#376) by capoccias

v0.13.24

Toggle v0.13.24's commit message
release v0.13.24

[v0.13.24](v0.13.23...v0.13.24) (2025-12-05)
Bug Fixes:
* remove load from expr calc because it now shows a warning in ash by Barnabas Jovanovics

v0.13.23

Toggle v0.13.23's commit message
release v0.13.23

[v0.13.23](v0.13.22...v0.13.23) (2025-10-30)
Bug Fixes:
* don't include nil tables when considering if polymorphic tables is empty by Zach Daniel

v0.13.22

Toggle v0.13.22's commit message
release v0.13.22

[v0.13.22](v0.13.21...v0.13.22) (2025-10-30)
Bug Fixes:
* don't add the resource's primary table if there are no polymorphic tables by Zach Daniel

v0.13.21

Toggle v0.13.21's commit message
release v0.13.21

[v0.13.21](v0.13.20...v0.13.21) (2025-10-30)
Bug Fixes:
* include resource's table in polymorphic tables dropdown by Zach Daniel
Improvements:
* allow gettext ~> 1.0 (#368) by Aleksandr Lossenko

v0.13.20

Toggle v0.13.20's commit message
release v0.13.20

[v0.13.20](v0.13.19...v0.13.20) (2025-10-24)
Bug Fixes:
* Add __spark_metadata__ field to Field struct (#366) by Jechol Lee