Skip to content

Commit a95b177

Browse files
committed
Version 3.0.0.rc3
1 parent 3dae7f3 commit a95b177

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [Unreleased](https://github.com/railsadminteam/rails_admin/tree/HEAD)
44

5-
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.0.0.rc...HEAD)
5+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.0.0.rc3...HEAD)
6+
7+
## [3.0.0.rc3](https://github.com/railsadminteam/rails_admin/tree/v3.0.0.rc3) - 2022-02-27
8+
9+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.0.0.rc2...v3.0.0.rc3)
10+
11+
### Fixed
12+
13+
- Fix the style of list scope tabs ([#3477](https://github.com/railsadminteam/rails_admin/pull/3477))
14+
- Fix rake tasks executed twice ([7d56cd6](https://github.com/railsadminteam/rails_admin/commit/7d56cd6af2d468cca44af5211559af0e744f5cb4))
15+
- Fix the style of the header user link when show_gravatar is false ([#3475](https://github.com/railsadminteam/rails_admin/pull/3475))
16+
- Fix 'Cancel' button for delete/bulk_delete action also didn't work ([1fa8486](https://github.com/railsadminteam/rails_admin/commit/1fa8486ead39596e9e0ac62a945fb0aed63929a8), [#3468](https://github.com/railsadminteam/rails_admin/issues/3468))
17+
- Fix failing to export after introducing Turbo Drive ([c749d93](https://github.com/railsadminteam/rails_admin/commit/c749d939e29434937e8558bcb1f3e219fe98c69d), [#3461 (comment)](https://github.com/railsadminteam/rails_admin/pull/3461#issuecomment-1048588801))
618

719
## [3.0.0.rc2](https://github.com/railsadminteam/rails_admin/tree/v3.0.0.rc2) - 2022-02-20
820

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RailsAdmin is a Rails engine that provides an easy-to-use interface for managing
4545

4646
## Installation
4747

48-
1. On your gemfile: `gem 'rails_admin', ['>= 3.0.0.rc2', '< 4']`
48+
1. On your gemfile: `gem 'rails_admin', ['>= 3.0.0.rc3', '< 4']`
4949
2. Run `bundle install`
5050
3. Run `rails g rails_admin:install`
5151
4. Provide a namespace for the routes when asked

lib/rails_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Version
33
MAJOR = 3
44
MINOR = 0
55
PATCH = 0
6-
PRE = 'rc2'.freeze
6+
PRE = 'rc3'.freeze
77

88
class << self
99
# @return [String]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails_admin",
3-
"version": "3.0.0-rc2",
3+
"version": "3.0.0-rc3",
44
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
55
"homepage": "https://github.com/railsadminteam/rails_admin",
66
"license": "MIT",

0 commit comments

Comments
 (0)