Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.14.0 source code.tar.gz | 2025-08-01 | 7.1 MB | |
0.14.0 source code.zip | 2025-08-01 | 7.2 MB | |
README.md | 2025-08-01 | 3.2 kB | |
Totals: 3 Items | 14.3 MB | 3 |
What's Changed
Breaking Changes
See upgrade guide for upgrade instructions.
* Pass assigns to query and options filter callbacks by @Flo0807 in https://github.com/naymspace/backpex/pull/1218
* Update input/1
component by @Flo0807 in https://github.com/naymspace/backpex/pull/1233
* Require changeset/3
in ItemActions by @Flo0807 in https://github.com/naymspace/backpex/pull/1308
* Remove render_form_readonly/1
callback from fields by @Flo0807 in https://github.com/naymspace/backpex/pull/1351
New features
- Add
allowed_schemes
option toBackpex.Fields.URL
by @Flo0807 in https://github.com/naymspace/backpex/pull/1203 - Hide sidebar sections with no content automatically by @Flo0807 in https://github.com/naymspace/backpex/pull/1210
- Add config_schema helper for fields by @pehbehbeh in https://github.com/naymspace/backpex/pull/1249
- Add default values in ecto adapter config by @pehbehbeh in https://github.com/naymspace/backpex/pull/1155
- Add support for live macro options by @Flo0807 in https://github.com/naymspace/backpex/pull/956
Enhancements
- Minor design improvements in multi select by @pehbehbeh in https://github.com/naymspace/backpex/pull/1154
- Test a11y with playwright by @Flo0807 in https://github.com/naymspace/backpex/pull/1124
- Show plural name as page title for resource actions by @Flo0807 in https://github.com/naymspace/backpex/pull/1352
Bug fixes
- Fix
HasMany
shows error if input was not used yet by @Flo0807 in https://github.com/naymspace/backpex/pull/1185 - Pass all assigns to item component in
Backpex.Fields.HasMany
by @Flo0807 in https://github.com/naymspace/backpex/pull/1204 - Fix multiple IDs error caused by index form inputs by @Flo0807 in https://github.com/naymspace/backpex/pull/1211
- Fix checking permission in
BelongsTo
does not work properly by @Flo0807 in https://github.com/naymspace/backpex/pull/1293 - Add missing catch-all
handle_info/2
to show view by @Flo0807 in https://github.com/naymspace/backpex/pull/1275 - Fix index edit not shown behind resource action modal by @Flo0807 in https://github.com/naymspace/backpex/pull/1353
Documentation
- Disable docs for ok and noreply by @pehbehbeh in https://github.com/naymspace/backpex/pull/1153
- Fix item action examples in guide by @krns in https://github.com/naymspace/backpex/pull/1262
- Improve installation guide by @Flo0807 in https://github.com/naymspace/backpex/pull/1098
- Fix filter docs by @krns in https://github.com/naymspace/backpex/pull/1289
- Improve alignment documentation by @Flo0807 in https://github.com/naymspace/backpex/pull/1323
- Fix
@source
definitions in installation guide by @Flo0807 in https://github.com/naymspace/backpex/pull/1326 - Add documentation for
except
keyword for item action placement by @Flo0807 in https://github.com/naymspace/backpex/pull/1330
Demo Enhancements
- Add
live_debugger
to demo by @Flo0807 in https://github.com/naymspace/backpex/pull/1319
Full Changelog: https://github.com/naymspace/backpex/compare/0.13.0...0.14.0