Skip to content

Commit 45c939b

Browse files
committed
Release v1.0.0.beta3
1 parent dfd893a commit 45c939b

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@
1717

1818
## Changes
1919

20+
### 1.0.0.beta3 (December 24, 2024)
21+
22+
The following templates have changed since v1.0.0.beta2:
23+
24+
app/views/administrate/application/new.html.erb
25+
app/views/fields/rich_text/_form.html.erb
26+
27+
If your application overrides any of them, make sure to review your
28+
custom templates to ensure that they remain compatible.
29+
30+
* [BUGFIX] [#2728] Fix BUNDLE_GEMFILE path for demo deployments
31+
* [COMPAT] [#2705] Add support for Rails 8.0
32+
* [DOC] [#2712] Separate Appraisal runs from primary test runs
33+
* [DOC] [#2680] Run diff-check on JS/CSS to catch updates
34+
* [BUGFIX] [#2710] Re-bundle JS in a fresh environment
35+
* [CHANGE] [#2452] Updated Views::IndexGenerator to copy all partials
36+
* [CHANGE] [#2684] Singularize object creation form resource name.
37+
* [DOC] [#2524] Start running Appraisals in the build matrix
38+
* [COMPAT] [#2697] Undeprecate :class_name
39+
* [DOC] [#2700] Add feature-test coverage for Rich Text Field
40+
* [DOC] [#2693] Generate `fields/rich_text/form` with documentation
41+
* [COMPAT] [#2696] Reliable way to check a path with Capybara
42+
* [DOC] [#2475] Document using custom assets
43+
* [COMPAT] [#2691] Add .tool-versions for asdf
44+
2045
### 1.0.0.beta2 (October 25, 2024)
2146

2247
The following templates have changed since v1.0.0.beta1:

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-
administrate (1.0.0.beta2)
4+
administrate (1.0.0.beta3)
55
actionpack (>= 6.0, < 9.0)
66
actionview (>= 6.0, < 9.0)
77
activerecord (>= 6.0, < 9.0)

lib/administrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Administrate
2-
VERSION = "1.0.0.beta2".freeze
2+
VERSION = "1.0.0.beta3".freeze
33
end

0 commit comments

Comments
 (0)