File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A compact and composable dashboard component for Ruby
44
5+ ## 0.11.0
6+
7+ - feat(auth): accept session secret from TINY_ADMIN_SECRET env var
8+ - feat(views): Support for raw html fields
9+ - feat(views): pass context to widgets
10+ - feat(router): support non-GET methods in custom actions
11+ - refactor(core): consolidate Utils usage, extract authorize! helper, harden settings
12+ - fix(settings): preserve auth class when calling reset!
13+ - fix(views): guard against nil values and fix flash CSS classes
14+ - fix(views): apply call option on field values without link_to
15+ - chore(views): extract shared Attributes, ActionsButtons, and ErrorPage
16+ - chore(views): internal improvements to pagination
17+
518## 0.10.1
619
720- refactor: change Phlex template references to view_template
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module TinyAdmin
4- VERSION = "0.10.1 "
4+ VERSION = "0.11.0 "
55end
You can’t perform that action at this time.
0 commit comments