A compact and composable dashboard component for Ruby
- 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