Skip to content

Commit 6d0e46c

Browse files
committed
Release v1.0.0.beta2
1 parent 5a267b9 commit 6d0e46c

File tree

8 files changed

+325
-249
lines changed

8 files changed

+325
-249
lines changed

CHANGELOG.md

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

1818
## Changes
1919

20+
### 1.0.0.beta2 (October 25, 2024)
21+
22+
The following templates have changed since v1.0.0.beta1:
23+
24+
app/views/administrate/application/_collection.html.erb
25+
app/views/administrate/application/_collection_item_actions.html.erb
26+
app/views/administrate/application/_index_header.html.erb
27+
app/views/administrate/application/_javascript.html.erb
28+
app/views/administrate/application/edit.html.erb
29+
app/views/administrate/application/index.html.erb
30+
app/views/administrate/application/new.html.erb
31+
app/views/administrate/application/show.html.erb
32+
app/views/fields/belongs_to/_form.html.erb
33+
app/views/fields/has_many/_form.html.erb
34+
app/views/fields/polymorphic/_form.html.erb
35+
app/views/fields/rich_text/_form.html.erb
36+
app/views/fields/rich_text/_index.html.erb
37+
app/views/fields/rich_text/_show.html.erb
38+
app/views/fields/select/_form.html.erb
39+
app/views/fields/text/_form.html.erb
40+
app/views/layouts/administrate/application.html.erb
41+
42+
If your application overrides any of them, make sure to review your
43+
custom templates to ensure that they remain compatible.
44+
45+
* [FEATURE] [#2658] Support for virtual fields
46+
* [FEATURE] [#2665] Allow configuring textarea input options
47+
* [FEATURE] [#2652] Allow scope to accept field in Field::BelongsTo
48+
* [CHANGE] [#2674] Remove legacy asset generators
49+
* [FEATURE] [#2668] Embed sources in CSS sourcemaps
50+
* [FEATURE] [#2574] Add several layout hooks to provide extra content
51+
* [I18n] [#2590] Translate labels for belongs_to/_form if available
52+
* [DOC] [#2609] Add diff-check to catch missing Appraisal runs
53+
* [COMPAT] [#2654] Update cssbundling/jsbundling in Appraisals
54+
* [SECURITY] [#2630] Add security.yml and SECURITY.md
55+
* [SECURITY] [#2637] Update rexml to fix a security vulnerability
56+
* [DOC] [#2568] update document on example website to HasOne field type for
57+
HasOne section
58+
* [BUGFIX] [#2584] Fix ordering HasOne fields without explicit order
59+
* [BUGFIX] [#2558] Fix broken has_one style
60+
* [BUGFIX] [#2495] Fix generator path for namespaced models
61+
* [COMPAT] [#2607] Update Rails from 7.0.8.1 to 7.0.8.1
62+
* [FEATURE] [#2411] Add Field::RichText
63+
* [FEATURE] [#2582] Copy the index_header partial when generating views
64+
* [BUGFIX] [#2581] Fix "search with a filter with arguments" spec
65+
* [DOC] [#2550] Call dynamic-readme reusable workflow
66+
* [DOC] [#2556] Update contributing guide with command to start server
67+
* [COMPAT] [#2536] Update Rails to 7.0.8.1
68+
* [SECURITY] [#2516] Unsafe Actions: Replace `link_to` calls with `button_to`
69+
* [CHANGE] [#2448] Replace `jquery-ujs` with `@hotwired/turbo`
70+
* [CHANGE] [#2447] Implement client-side with Stimulus
71+
* [FIX] [#2502] Fix bug where layout generator ignored namespace
72+
* [FIX] [#2512] Fix Field::Boolean hidden checkbox regression
73+
2074
### 1.0.0.beta1 (February 5, 2024)
2175

2276
In this release, the assets Administrate requires are now bundled in with the

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

app/assets/builds/administrate-internal/docs.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/builds/administrate/application.css

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/builds/administrate/application.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)