8000 Get ready for 3.3.0 release (#8653) · activeadmin/activeadmin@edcfa52 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit edcfa52

Browse files
authored
Get ready for 3.3.0 release (#8653)
1 parent 0a36dbe commit edcfa52

File tree

8 files changed

+32
-7
lines changed

8 files changed

+32
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.3.0 [](https://github.com/activeadmin/activeadmin/compare/v3.2.5..v3.3.0)
6+
7+
### Enhancements
8+
9+
* Improve v3 docs regarding compatibility with vite_rails [#8548] by [@mattbrictson]
10+
* Backport test against Rails 8.0 [#8556] by [@mgrunberg] and [@tagliala]
11+
* Test against Ruby 3.4 [#8614] by [@tagliala]
12+
* Backport Support sortable argument in id_column [#8650] by [@jaynetics]
13+
* Backport Support title for id_column [#8652] by [@mgrunberg]
14+
15+
### Bug Fixes
16+
17+
* Backport Fix attributes passed to form has_many not being set on new record form items [#8551] by [@Fs00]
18+
* Backport Fix deprecation warning in Ruby 3.4 [#8596] by [@tagliala]
19+
* Backport Fix circular require warning in belongs_to.rb [#8601] by [@tagliala]
20+
521
## 3.2.5 [](https://github.com/activeadmin/activeadmin/compare/v3.2.4..v3.2.5)
622

723
### Enhancements
< 10000 div class="d-flex flex-column">
@@ -960,6 +976,14 @@ Please check [0-6-stable] for previous changes.
960976
[#8468]: https://github.com/activeadmin/activeadmin/pull/8468
961977
[#8469]: https://github.com/activeadmin/activeadmin/pull/8469
962978
[#8470]: https://github.com/activeadmin/activeadmin/pull/8470
979+
[#8548]: https://github.com/activeadmin/activeadmin/pull/8548
980+
[#8551]: https://github.com/activeadmin/activeadmin/pull/8551
981+
[#8556]: https://github.com/activeadmin/activeadmin/pull/8556
982+
[#8596]: https://github.com/activeadmin/activeadmin/pull/8596
983+
[#8601]: https://github.com/activeadmin/activeadmin/pull/8601
984+
[#8614]: https://github.com/activeadmin/activeadmin/pull/8614
985+
[#8650]: https://github.com/activeadmin/activeadmin/pull/8650
986+
[#8652]: https://github.com/activeadmin/activeadmin/pull/8652
963987

964988
[@1000ship]: https://github.com/1000ship
965989
[@5t111111]: https://github.com/5t111111
@@ -1040,6 +1064,7 @@ Please check [0-6-stable] for previous changes.
10401064
[@Looooong]: https://github.com/Looooong
10411065
[@lubosch]: https://github.com/lubosch
10421066
[@markstory]: https://github.com/markstory
1067+
[@mattbrictson]: https://github.com/mattbrictson
10431068
[@mauriciopasquier]: https://github.com/mauriciopasquier
10441069
[@mconiglio]: https://github.com/mconiglio
10451070
[@mgrunberg]: https://github.com/mgrunberg

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin (3.2.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (3.2.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_70/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (3.2.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_71/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (3.2.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_72/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (3.2.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ActiveAdmin
3-
VERSION = "3.2.5"
3+
VERSION = "3.3.0"
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@activeadmin/activeadmin",
3-
"version": "3.2.5",
3+
"version": "3.3.0",
44
"description": "The administration framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/active_admin/base.js",
66
"type": "module",

0 commit comments

Comments
 (0)
0