Skip to content

Commit

Permalink
Release v1.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Dec 24, 2024
1 parent dfd893a commit 45c939b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@

## Changes

### 1.0.0.beta3 (December 24, 2024)

The following templates have changed since v1.0.0.beta2:

app/views/administrate/application/new.html.erb
app/views/fields/rich_text/_form.html.erb

If your application overrides any of them, make sure to review your
custom templates to ensure that they remain compatible.

* [BUGFIX] [#2728] Fix BUNDLE_GEMFILE path for demo deployments
* [COMPAT] [#2705] Add support for Rails 8.0
* [DOC] [#2712] Separate Appraisal runs from primary test runs
* [DOC] [#2680] Run diff-check on JS/CSS to catch updates
* [BUGFIX] [#2710] Re-bundle JS in a fresh environment
* [CHANGE] [#2452] Updated Views::IndexGenerator to copy all partials
* [CHANGE] [#2684] Singularize object creation form resource name.
* [DOC] [#2524] Start running Appraisals in the build matrix
* [COMPAT] [#2697] Undeprecate :class_name
* [DOC] [#2700] Add feature-test coverage for Rich Text Field
* [DOC] [#2693] Generate `fields/rich_text/form` with documentation
* [COMPAT] [#2696] Reliable way to check a path with Capybara
* [DOC] [#2475] Document using custom assets
* [COMPAT] [#2691] Add .tool-versions for asdf

### 1.0.0.beta2 (October 25, 2024)

The following templates have changed since v1.0.0.beta1:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (1.0.0.beta2)
administrate (1.0.0.beta3)
actionpack (>= 6.0, < 9.0)
actionview (>= 6.0, < 9.0)
activerecord (>= 6.0, < 9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "1.0.0.beta2".freeze
VERSION = "1.0.0.beta3".freeze
end

0 comments on commit 45c939b

Please sign in to comment.