0.14.0
What's Changed
Breaking Changes
See upgrade guide for upgrade instructions.
- Pass assigns to query and options filter callbacks by @Flo0807 in #1218
- Update
input/1component by @Flo0807 in #1233 - Require
changeset/3in ItemActions by @Flo0807 in #1308 - Remove
render_form_readonly/1callback from fields by @Flo0807 in #1351
New features
- Add
allowed_schemesoption toBackpex.Fields.URLby @Flo0807 in #1203 - Hide sidebar sections with no content automatically by @Flo0807 in #1210
- Add config_schema helper for fields by @pehbehbeh in #1249
- Add default values in ecto adapter config by @pehbehbeh in #1155
- Add support for live macro options by @Flo0807 in #956
Enhancements
- Minor design improvements in multi select by @pehbehbeh in #1154
- Test a11y with playwright by @Flo0807 in #1124
- Show plural name as page title for resource actions by @Flo0807 in #1352
Bug fixes
- Fix
HasManyshows error if input was not used yet by @Flo0807 in #1185 - Pass all assigns to item component in
Backpex.Fields.HasManyby @Flo0807 in #1204 - Fix multiple IDs error caused by index form inputs by @Flo0807 in #1211
- Fix checking permission in
BelongsTodoes not work properly by @Flo0807 in #1293 - Add missing catch-all
handle_info/2to show view by @Flo0807 in #1275 - Fix index edit not shown behind resource action modal by @Flo0807 in #1353
Documentation
- Disable docs for ok and noreply by @pehbehbeh in #1153
- Fix item action examples in guide by @krns in #1262
- Improve installation guide by @Flo0807 in #1098
- Fix filter docs by @krns in #1289
- Improve alignment documentation by @Flo0807 in #1323
- Fix
@sourcedefinitions in installation guide by @Flo0807 in #1326 - Add documentation for
exceptkeyword for item action placement by @Flo0807 in #1330
Demo Enhancements
Full Changelog: 0.13.0...0.14.0