Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Releases: pepsico-ecommerce/crunch_berry

0.7.0

10 Dec 22:05

Choose a tag to compare

Full Changelog: 0.6.0...0.7.0

0.6.0

13 Oct 16:12
03e2f70

Choose a tag to compare

Update mix.exs

0.4.5

16 Feb 16:53

Choose a tag to compare

To upgrade replace:

  def handle_event("type-ahead-blur", _, socket) do
    {:noreply, assign(socket, focus: -1, results: [])}
  end

with:

  def handle_event("type-ahead-click-away", _, socket) do
    {:noreply, assign(socket, focus: -1, results: [])}
  end

Full Changelog: 0.4.3...0.4.5

0.3.2

29 Nov 15:41
ab9bced

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

17 Mar 21:46
367fd96

Choose a tag to compare

What's Changed

  • AUTO-3826: add support for phx_target in the modal by @killahwave in #26

Full Changelog: 0.3.0...0.3.1

0.3.0

21 Jan 17:16
b61fcc6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.7...0.3.0

0.2.7

10 Jan 19:28

Choose a tag to compare

What's Changed

  • fix: update flash to play nicely with tailwind JIT purge by @superhawk610 in #21
  • feat: add local_datetime/1 and local_timezone/1 components by @superhawk610 in #22

Full Changelog: 0.2.6...0.2.7

0.2.6

12 Nov 19:01
3378729

Choose a tag to compare

What's Changed

  • Fixes bug when there are zero total pages #19

Full Changelog: 0.2.5...0.2.6

0.2.5

12 Nov 15:25
dbd5643

Choose a tag to compare

What's Changed

#18

  • Adds additional customizable CSS styling for pagination component
  • Fixes visual bug where middle page buttons were being rounded when the last page button was active

Full Changelog: 0.2.4...0.2.5

0.2.4

10 Nov 21:28
a258825

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4