Releases: avo-hq/avo
Release v3.10.8
Release notes
More information and release video here
🎸 Features
🐛 Bug Fixes
- fix: exclude rails 7.1 version error from production @Paul-Bob (#3042)
- pagy v9 compatibility, backwards compatible @yshmarov (#3046)
- fix: tiptap multiple versions of prosemirror-model were loaded @Paul-Bob (#3037)
- Fix: css based solution for sidebar without js dependency @G-Simpson (#3041)
- fix: boolean dash when false @Paul-Bob (#3044)
- fix: model assignment @pravo23 (#3032)
🤖 Maintenance
💡 Refactor
For more information, check out Avo's release notes page
Release v3.10.7
Release notes
More information and release video here
🎸 Features
- feature: add
default_sort_column
configuration option @icaroryan (#3018) - feature: add visible option to tab @icaroryan (#3017)
- feature: Add translations for different languages @binarygit (#3020)
- refactor: Restructure Avo::BaseResource for user customization @Yash-Singh-Pathania (#2998)
- feature: add visible option to panels @icaroryan (#2989)
- Render action controls without adding to actions method @binarygit (#2968)
🐛 Bug Fixes
- fix: assets outputted multiple times @adrianthedev (#3027)
- fix: uninitialized constant Net::HTTP error @binarygit (#3016)
- fix: boolean group field broken with setters @adrianthedev (#2985)
- [#2996] - Change boolean field to show dash when null @serene (#2997)
🤖 Maintenance
- chore: fix tests for #2985 @Paul-Bob (#3028)
- [js] Update all Yarn dependencies (2024-07-18) @depfu (#3006)
- [js] Update all Yarn dependencies (2024-07-17) @depfu (#2999)
- [js] Update all Yarn dependencies (2024-07-04) @depfu (#2937)
- 🚨 [security] [ruby] Update rexml 3.3.1 → 3.3.2 (patch) @depfu (#2995)
For more information, check out Avo's release notes page
Release v3.10.6
Release notes
More information and release video here
- security: prevent xss in pagination params @adrianthedev (#2990)
- Run i18n_specs in a separate job @binarygit (#2966)
- Create button to nullify date_time fields @binarygit (#2951)
🐛 Bug Fixes
- Fix margin for index row controls @binarygit (#2986)
For more information, check out Avo's release notes page
Release v3.10.5
Release notes
More information and release video here
🐛 Bug Fixes
For more information, check out Avo's release notes page
Release v3.10.4
Release notes
More information and release video here
🎸 Features
- feature: allow actions to render turbo streams @Paul-Bob (#2796)
- feature: add attachments to record @adrianthedev (#2956)
- Feature: alias close_modal action response to do_nothing @G-Simpson (#2952)
- feature: extra map markers @Paul-Bob (#2941)
- Enable configuring search_count per resource @binarygit (#2930)
🐛 Bug Fixes
- fix: trix and action text improvements @adrianthedev (#2958)
🤖 Maintenance
- [ruby] Update all Bundler dependencies (2024-07-11) @depfu (#2967)
- chore: rails 7.1 warning @Paul-Bob (#2963)
- chore: drop httparty dependency @Paul-Bob (#2942)
- chore: update readme @adrianthedev (#2953)
⚡️ Performance
- performance: memoization and image lazy loading @adrianthedev (#2954)
For more information, check out Avo's release notes page
Release v3.10.3
Release notes
More information and release video here
🎸 Features
- feature: allow actions to render turbo streams @Paul-Bob (#2796)
- feature: add attachments to record @adrianthedev (#2956)
- Feature: alias close_modal action response to do_nothing @G-Simpson (#2952)
- feature: extra map markers @Paul-Bob (#2941)
- Enable configuring search_count per resource @binarygit (#2930)
🐛 Bug Fixes
- fix: trix and action text improvements @adrianthedev (#2958)
🤖 Maintenance
- [ruby] Update all Bundler dependencies (2024-07-11) @depfu (#2967)
- chore: rails 7.1 warning @Paul-Bob (#2963)
- chore: drop httparty dependency @Paul-Bob (#2942)
- chore: update readme @adrianthedev (#2953)
⚡️ Performance
- performance: memoization and image lazy loading @adrianthedev (#2954)
For more information, check out Avo's release notes page
Release v3.10.2
Release notes
More information and release video here
🎸 Features
- feature: apply target resource policy on belongs_to field create new link @Paul-Bob (#2934)
- feature: hide empty menu groups and sections @Paul-Bob (#2931)
🐛 Bug Fixes
🤖 Maintenance
- chore: add 7.2.0.beta2 to appraisals @Paul-Bob (#2949)
- chore: 3.1 compatibility @Paul-Bob (avo-dynamic_filters #49)
- [ruby] Update all Bundler dependencies (2024-07-04) @depfu (#2938)
For more information, check out Avo's release notes page
Release v3.10.1
Release notes
More information and release video here
🐛 Bug Fixes
- fix: search for type on all fields instead only filterable @Paul-Bob (avo-dynamic_filters #47)
For more information, check out Avo's release notes page
Release v3.10.0
Release notes
More information and release video here
🎸 Features
- feature: custom dynamic filters @Paul-Bob (avo-dynamic_filters #32)
- feature: add default_controls @adrianthedev (avo-advanced #37)
- Add link to record support to belongs to field @krystof-k (#2870)
- feature: profile and cover photos @adrianthedev (#2722)
- feature: display backtrace on unrelated form errors @adrianthedev (#2905)
- Add search_results_count to configuration @binarygit (#2898)
- feature: click row to view record @adrianthedev (#2825)
- feature: clear search input when closing modal & fix global search placeholder @Paul-Bob (#2895)
- feature: extend
update_using
on tags @Paul-Bob (#2876) - feature: add meta to field @adrianthedev (#2874)
- feature: include attach and detach on inherited association policy @Paul-Bob (avo-pro #75)
🐛 Bug Fixes
- fix: mobile pagination style @Paul-Bob (#2929)
- fix: cover photo visible_on broken @adrianthedev (#2928)
- fix: missing filter translations @Paul-Bob (#2925)
- fix: code mirror does not disconnect properly @adrianthedev (#2910)
- fix: missing translations @Paul-Bob (#2902)
- fix: go back button after changing tabs @Paul-Bob (#2896)
- fix: normalize tag labels @Paul-Bob (#2888)
- chore: fix date flaky test @Paul-Bob (#2897)
- feature: clear search input when closing modal & fix global search placeholder @Paul-Bob (#2895)
- fix: resource generator db check @Paul-Bob (#2882)
- fix: generators can run without prior migrations @adrianthedev (#2861)
- feature: extend
update_using
on tags @Paul-Bob (#2876) - fix: associations for_attribute detach @Paul-Bob (#2875)
- fix: persist values after validation errors on tags fields that acts as taggable on @Paul-Bob (#2868)
- fix: wrong for_attribute selection @adrianthedev (#2873)
- fix: remove client-side validation on action forms @adrianthedev (#2862)
- fix: set_locale param not setting the locale properly @adrianthedev (#2855)
- fix: improve default_url_params support @adrianthedev (avo-dashboards #39)
- fix: broken dashboard menu links with default_url_options @adrianthedev (avo-menu #21)
- fix: support default_url_options @adrianthedev (avo-pro #71)
- fix: system tests @Paul-Bob (avo-pro #77)
- fix: links with default_url_options broken @adrianthedev (avo-dynamic_filters #38)
- fix: hide computed field filters @gabrielgiroe1 (avo-dynamic_filters #36)
- fix: missing filter translations @Paul-Bob (avo-dynamic_filters #46)
- fix: add bottom padding in grid view @adrianthedev (avo-dynamic_filters #44)
- fix:
order_controls
onrow_controls
@Paul-Bob (avo-advanced #36)
🤖 Maintenance
- [js] Update all Yarn dependencies (2024-06-28) @depfu (#2913)
- Change dummy photo service from unsplash to picsum @julianrubisch (#2926)
- chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory @dependabot (#2851)
- [ruby] Update all Bundler dependencies (2024-06-30) @depfu (#2914)
- chore: update appraisals and gemfiles - remove ruby 3.2 @adrianthedev (#2912)
- test: fix bad validation test @adrianthedev (#2915)
- refactor: preview field tweaks @adrianthedev (#2911)
- chore: add index view type tailwind variant @adrianthedev (#2909)
- chore: add CSV dep @adrianthedev (#2906)
- chore: fix date flaky test @Paul-Bob (#2897)
- chore: add actual_db_schema @adrianthedev (#2863)
- chore: optionally load avo version @adrianthedev (avo-dynamic_filters #40)
- Update icons path @gabrielgiroe1 (avo-dynamic_filters #42)
- seeds & migrations adjusts & import spec @Paul-Bob (avo-dynamic_filters #37)
💡 Refactor
- Use literal properties for asset manager components @joeldrapper (#2916)
- refactor: confirm modal @adrianthedev (#2907)
- Make all components inherit from
Avo::BaseComponent
@joeldrapper (#2892)
💄 Style
For more information, check out Avo's release notes page
Release v3.9.2
Release notes
More information and release video here
- Make database seed work if Unsplash down @krystof-k (#2869)
🎸 Features
- feature: extend
update_using
on tags @Paul-Bob (#2876) - feature: add meta to field @adrianthedev (#2874)
🐛 Bug Fixes
- feature: extend
update_using
on tags @Paul-Bob (#2876) - fix: associations for_attribute detach @Paul-Bob (#2875)
- fix: persist values after validation errors on tags fields that acts as taggable on @Paul-Bob (#2868)
- fix: wrong for_attribute selection @adrianthedev (#2873)
- fix: remove client-side validation on action forms @adrianthedev (#2862)
- fix: set_locale param not setting the locale properly @adrianthedev (#2855)
🤖 Maintenance
- chore: add actual_db_schema @adrianthedev (#2863)
For more information, check out Avo's release notes page