Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A compact and composable dashboard component for Ruby

## 0.11.0

- 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

## 0.10.1

- refactor: change Phlex template references to view_template
Expand Down
2 changes: 1 addition & 1 deletion lib/tiny_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TinyAdmin
VERSION = "0.10.1"
VERSION = "0.11.0"
end
Loading