Skip to content

Releases: pepsico-ecommerce/crunch_berry

0.6.0

13 Oct 16:12
03e2f70
Compare
Choose a tag to compare
Update mix.exs

0.4.5

16 Feb 16:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

28 Oct 14:56
3e67754
Compare
Choose a tag to compare

What's Changed

  • add support for dynamically configuring classes for type-ahead
  • Modify the pagination control to allow more than one on a page

Full Changelog: 0.2.2...0.2.3