Skip to content

Commit 2cbe5d7

Browse files
authored
Merge pull request #68 from blocknotes/version-0.11.0
Bump to version 0.11.0
2 parents 05ed09d + 19de3f1 commit 2cbe5d7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
A 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

lib/tiny_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TinyAdmin
4-
VERSION = "0.10.1"
4+
VERSION = "0.11.0"
55
end

0 commit comments

Comments
 (0)