You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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
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
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
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
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