File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2247The following templates have changed since v1.0.0.beta1:
Original file line number Diff line number Diff line change 11PATH
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 )
Original file line number Diff line number Diff line change 11module Administrate
2- VERSION = "1.0.0.beta2 " . freeze
2+ VERSION = "1.0.0.beta3 " . freeze
33end
You can’t perform that action at this time.
0 commit comments