Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.34 KB

File metadata and controls

69 lines (44 loc) · 1.34 KB

TinyAdmin

A compact and composable dashboard component for Ruby

0.10.1

  • refactor: change Phlex template references to view_template

0.10.0

  • feat: authorization support
  • feat: RBS signatures

0.9.0

  • feat: expose pagination total count
  • feat: handle params in pages
  • feat: support a setup method for pages

0.8.0

  • feat: new label_for support method (useful for translations)
  • feat: value_class field option
  • feat: internal improvements

0.7.0

  • feat: widgets
  • feat: internal changes => context, store, section classes

0.6.0

  • feat: new content section type
  • feat: improve settings system

0.5.0

  • feat: customize index entries links
  • feat: support config Objects for sections
  • feat: internal improvements

0.4.0

  • feat: introduce a Support class for attributes' formatters
  • feat: improve routing method
  • feat: internal improvements

0.3.0

  • feat: pagination improvements
  • feat: components improvements
  • feat: improve index action

0.2.1

  • fix: correct missing password hash
  • fix: correct pages count for pagination in index action

0.2.0

  • 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

0.1.0

  • First release