|
17 | 17 |
|
18 | 18 | ## Changes
|
19 | 19 |
|
| 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 | + |
20 | 74 | ### 1.0.0.beta1 (February 5, 2024)
|
21 | 75 |
|
22 | 76 | In this release, the assets Administrate requires are now bundled in with the
|
|
0 commit comments