Skip to content

Releases: naymspace/backpex

0.9.1

11 Dec 11:44
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add Backpex.ItemAction.default_actions/0 by @Flo0807 in #695

Full Changelog: 0.9.0...0.9.1

0.9.0

10 Dec 13:11
Compare
Choose a tag to compare

What's Changed

We have launched our new landing page: https://backpex.live/ 🚀

Breaking Changes

See upgrade guide for upgrade instructions.

  • Refactor field_input component by @Flo0807 in #658
  • Rename item and resource action init_change/1 callback to base_schema/1 by @Flo0807 in #672
  • Change expected return values of item and resource action handle functions by @Flo0807 in #675

New features

Enhancements

  • Add ‘rows' attribute to the textarea, with a default value of 2 rows. by @guoxinghuang in #665
  • Refactor Long Quote Block in LiveResource by @pehbehbeh in #659
  • Fix custom handle_event and handle_info couldn't be defined in Live Resource by @Flo0807 in #681
  • Support ash destroy action by @Flo0807 in #666

Bug fixes

  • Fix error when submitting short link with existing url suffix by @Flo0807 in #664

Documentation

  • Fix incorrect configuration in installation guide by @Flo0807 in #660

Dependency Updates

Demo Dependency Updates

New Contributors

Full Changelog: 0.8.2...0.9.0

0.8.2

06 Nov 13:54
Compare
Choose a tag to compare

What's Changed

Dependency updates

  • improvement: don't pin AshPostgres to an old version by @zachdaniel in #651
  • chore(deps): update actions/cache digest to 6849a64 by @renovate in #640
  • chore(deps): update actions/checkout digest to 11bd719 by @renovate in #642
  • chore(deps): update actions/setup-node digest to 39370e3 by @renovate in #643
  • chore(deps): update dependency ash_postgres to ~> 2.4.0 by @renovate in #647

Demo enhancements

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

29 Oct 11:56
Compare
Choose a tag to compare

What's Changed

Documentation

  • Fix incorrect live resource configuration in docs by @Flo0807 in #648

Full Changelog: 0.8.0...0.8.1

0.8.0

29 Oct 07:01
Compare
Choose a tag to compare

What's Changed

See upgrade guide for upgrade instructions.

Breaking Changes

  • Introduction of the adapter pattern for flexible datasources by @pehbehbeh in #608

New features

  • Allow function for init_order configuration by @Flo0807 in #628
  • Allow passing a function to format a date or datetime by @John-Goff in #632

Dependency updates

New Contributors

Full Changelog: 0.7.1...0.8.0

0.7.1

09 Oct 10:06
Compare
Choose a tag to compare

What's Changed

New features

  • Support primary keys which are not called "id" by @EyMaddis in #540

Bug fixes

  • add formatter config to hex package by @pehbehbeh in #613
  • Fix Backpex.Fields.HasMany shows form errors immediately by @Flo0807 in #615

Documentation

  • Add CONTRIBUTING.md and CODE_OF_CONDUCT.md by @Flo0807 in #619

Dependency updates

  • Update dependency esbuild to v0.24.0 by @renovate in #609
  • Update dependency @sentry/browser to v8.33.1 by @renovate in #611
  • Update erlef/setup-beam digest to 5304e04 by @renovate in #616
  • Update docker/build-push-action digest to 4f58ea7 by @renovate in #618
  • Update dependency daisyui to v4.12.12 by @renovate in #623
  • Update docker/setup-buildx-action digest to c47758b - autoclosed by @renovate in #624
  • Update dependency erlang to v27.1.1 by @renovate in #622

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

24 Sep 08:37
Compare
Choose a tag to compare

What's Changed

See upgrade guide for upgrade instructions.

Breaking Changes

  • Remove automatic formatting of integer values by @makl9797 in #541
  • Fix index form does not update form value by @Flo0807 in #534
  • Refactor Backpex.Fields.HasMany by @Flo0807 in #554
  • Pass item to item action's label and icon function by @Flo0807 in #592

Enhancements

Bug fixes

Documentation

Dependency updates

Demo enhancements

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

26 Jul 07:40
Compare
Choose a tag to compare

What's Changed

See upgrade guide for upgrade instructions.

Breaking Changes

  • Delete Backpex.Fields.ManyToMany in favor of Backpex.Fields.HasMany by @Flo0807 in #391

Enhancements

Bug fixes

Documentation

Dependency updates

Demo enhancements

New Contributors

Full Changelog: 0.5.1...0.6.0

0.5.1

27 Jun 12:04
Compare
Choose a tag to compare

What's Changed

Demo enhancements

Full Changelog: 0.5.0...0.5.1

0.5.0

27 Jun 11:43
Compare
Choose a tag to compare

What's Changed

See upgrade guide for upgrade instructions.

Breaking Changes

  • Pass persisted item to consume_upload function and pass data to item actions and resource actions by @Flo0807 in #406
  • Use tailwind plugin for heroicons by @Flo0807 in #421

New features

  • Add create_button_label option to live resource by @Flo0807 in #388
  • Add resource_created_message option to live resource by @Flo0807 in #411

Enhancements

  • Remove empty state subtitle when no resources exist by @Flo0807 in #389
  • Support other id types besides binary_id by @Flo0807 in #366
  • Display newlines and whitespaces for textarea values by @Flo0807 in #418

Documentation

Dependency updates

Demo enhancements

  • Prevent PETAL from being split at linebreaks by @MrMovl in #400

New Contributors

Full Changelog: 0.4.0...0.5.0