Releases: naymspace/backpex
Releases · naymspace/backpex
0.17.1
0.17.0
What's Changed
Breaking Changes
- Add support for most field types in
Backpex.Fields.InlineCRUDby @gmazzamuto in #1621 - Drop Ash related code in favor of the
ash_backpexcommunity project by @Flo0807 in #1675
New features
- Add support for option groups in
SelectandMultiSelectfields by @gmazzamuto in #1528 - Display item actions on show view by @Flo0807 in #1673
Bug fixes
- Fix a11y issues by @Flo0807 in #1594
- Fix
return_tois not assigned when navigating to edit by @Flo0807 in #1688
Full Changelog: 0.16.3...0.17.0
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