A compact and composable dashboard component for Ruby
- feat(auth): accept session secret from TINY_ADMIN_SECRET env var
- feat(views): Support for raw html fields
- feat(views): pass context to widgets
- feat(router): support non-GET methods in custom actions
- refactor(core): consolidate Utils usage, extract authorize! helper, harden settings
- fix(settings): preserve auth class when calling reset!
- fix(views): guard against nil values and fix flash CSS classes
- fix(views): apply call option on field values without link_to
- chore(views): extract shared Attributes, ActionsButtons, and ErrorPage
- chore(views): internal improvements to pagination
- refactor: change Phlex template references to view_template
- feat: authorization support
- feat: RBS signatures
- feat: expose pagination total count
- feat: handle params in pages
- feat: support a setup method for pages
- feat: new label_for support method (useful for translations)
- feat: value_class field option
- feat: internal improvements
- feat: widgets
- feat: internal changes => context, store, section classes
- feat: new content section type
- feat: improve settings system
- feat: customize index entries links
- feat: support config Objects for sections
- feat: internal improvements
- feat: introduce a Support class for attributes' formatters
- feat: improve routing method
- feat: internal improvements
- feat: pagination improvements
- feat: components improvements
- feat: improve index action
- fix: correct missing password hash
- fix: correct pages count for pagination in index action
- feat: improve layout structure
- feat: improve routing methods
- feat: load authentication options from config
- deps: add tilt dependency and update gemspec dependencies versions
- docs: improve documentation and add more usage examples
- First release