Releases: naymspace/backpex
Releases · naymspace/backpex
0.16.3
0.16.2
0.16.1
What's Changed
Enhancements
Bug fixes
- Fix sidebar active item not being handled correctly by @thomasfortes in #1605
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
Breaking Changes
- Use masked input for
Backpex.Fields.Currencyby @Flo0807 in #1307 - Refactor filter components by @Flo0807 in #1553
New features
Enhancements
- Simplify query function in MultiSelect filter by @gmazzamuto in #1466
- Enhance
order_link/1component by @Flo0807 in #1554 - Auto-detect app.js or app.ts in
backpex.installtask by @Flo0807 in #1531 - Use description list in
field_container/1by @Flo0807 in #1570 - Improve
input_label/1component by @Flo0807 in #1576 - Add dropdown component by @Flo0807 in #1565
Documentation
- Fix some errors in the documentation by @gmazzamuto in #1529
- Fix spelling mistakes in guides by @Flo0807 in #1532
New Contributors
- @gmazzamuto made their first contribution in #1529
Full Changelog: 0.15.3...0.16.0
0.15.3
What's Changed
Documentation
- Fix wrong assign being used in the installation guide by @bryanfaria in #1511
Dependency Updates
- Set gettext version constraint to
>= 0.26.0in #1504
New Contributors
- @bryanfaria made their first contribution in #1511
Full Changelog: 0.15.2...0.15.3
0.15.2
What's Changed
Enhancements
Bug fixes
Dependency Updates
New Contributors
Full Changelog: 0.15.1...0.15.2
0.15.1
0.15.0
What's Changed
Breaking Changes
- Remove hardcoded width from index edit inputs by @Flo0807 in #1385
- Bundle JS files by @Flo0807 in #1359
- Support Phoenix 1.8 by @Flo0807 in #1435
- Refactor fields handling by @krns in #1271
New features
Bug fixes
- Add missing
handle_info/2function on index view by @Flo0807 in #1420 - Fix entries were excluded from index view under certain conditions by @Flo0807 in #1361
- Fix live updates not working sometimes by @Flo0807 in #1465
Documentation
- Improve
Backpex.Fields.Uploaddocumentation by @Flo0807 in #1357 - Fix 0.13.0 Upgrade Guide by @krns in #1400
- Update
Listen to PubSub Eventsguide by @Flo0807 in #1409
Full Changelog: 0.14.0...0.15.0
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
0.13.0
What's Changed
Breaking Changes
See upgrade guide for upgrade instructions.
- Split LiveResource by @pehbehbeh in #1046
New features
- Add option to disable multi select search input by @tristansb1 in #1030
- Add
help_textfield option by @Flo0807 in #1091 - Implement error toasts by @pehbehbeh in #1063
Enhancements
- Improve modal component by @pehbehbeh in #951
- Update code to use the new Tailwind CSS
not-*variant by @Flo0807 in #1039 - Reduce LiveResource assigns by @pehbehbeh in #1045
Bug fixes
- Fix and improve flash message styles and add alert component by @pehbehbeh in #1043
- Fix checkbox validation not updating when clicking on checkbox label by @tristansb1 in #1029
- Fix soft deleting users in the demo by @thomasfortes in #1037
Documentation
- Update readme and screenshot by @pehbehbeh in #1134
New Contributors
- @tristansb1 made their first contribution in #1030
Full Changelog: 0.12.0...0.13.0