Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.11.0 source code.tar.gz | 2025-03-06 | 7.1 MB | |
0.11.0 source code.zip | 2025-03-06 | 7.2 MB | |
README.md | 2025-03-06 | 3.0 kB | |
Totals: 3 Items | 14.3 MB | 0 |
What's Changed
Breaking Changes
See upgrade guide for upgrade instructions.
* Remove Ecto.Query
import in live resources by @Flo0807 in https://github.com/naymspace/backpex/pull/827
* Replace Alpine.js with JS hooks by @pehbehbeh in https://github.com/naymspace/backpex/pull/818
New features
- Add external upload support for the Upload field by @thomasfortes in https://github.com/naymspace/backpex/pull/794
- Add upload progress indicator by @pehbehbeh in https://github.com/naymspace/backpex/pull/822
- Add after_main position to render_resource_slot and improve docs by @krns in https://github.com/naymspace/backpex/pull/849
- Add reusable edit card component by @Flo0807 in https://github.com/naymspace/backpex/pull/895
- Add
index_editable
support forBackpex.Fields.Boolean
by @thanos in https://github.com/naymspace/backpex/pull/874
Enhancements
- Introduce ok/1 and noreply/1 helpers by @pehbehbeh in https://github.com/naymspace/backpex/pull/783
item_query
refactoring by @pehbehbeh in https://github.com/naymspace/backpex/pull/785- Standardize and improve resource and adapter modules by @pehbehbeh in https://github.com/naymspace/backpex/pull/667
- Assign all @uploads to field by @pehbehbeh in https://github.com/naymspace/backpex/pull/905
Bug fixes
- Fix empty upload not showing error on save by @thomasfortes in https://github.com/naymspace/backpex/pull/761
- Fix params not passed to
get_path
in defaultreturn_to
route by @Flo0807 in https://github.com/naymspace/backpex/pull/856 - Assign missing rows in readonly textarea field by @Flo0807 in https://github.com/naymspace/backpex/pull/869
- Fix MultiSelect crash when returning non strings as options by @gushonorato in https://github.com/naymspace/backpex/pull/894
Documentation
- Improve syntax highlighting in documentation by @SteffenDE in https://github.com/naymspace/backpex/pull/862
- Bump backpex version in installation guide to latest version by @Flo0807 in https://github.com/naymspace/backpex/pull/871
Dependency Updates
- Update dependency ex_doc to ~> 0.37 by @renovate in https://github.com/naymspace/backpex/pull/841
Demo Enhancements
- Add integration tests for demo application by @Flo0807 in https://github.com/naymspace/backpex/pull/538
- Replace libcluster with dns_cluster by @pehbehbeh in https://github.com/naymspace/backpex/pull/784
- Fix demo logout link by @pehbehbeh in https://github.com/naymspace/backpex/pull/782
- Test category live by @Flo0807 in https://github.com/naymspace/backpex/pull/846
New Contributors
- @SteffenDE made their first contribution in https://github.com/naymspace/backpex/pull/862
- @gushonorato made their first contribution in https://github.com/naymspace/backpex/pull/894
Full Changelog: https://github.com/naymspace/backpex/compare/0.10.0...0.11.0