Releases: pepsico-ecommerce/crunch_berry
Releases · pepsico-ecommerce/crunch_berry
0.6.0
0.4.5
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
What's Changed
- add dependabot.yml by @mphfish in #29
- Add CI Pipeline and more static analysis by @mphfish in #35
- format heex templates using phoenix by @mphfish in #36
- Allow clickaway events to be handled by @kellyfelkins in #28
- Add identification for events in TypeAhead by @DaliborHorinek in #41
- Liveview 0.18 by @dustinfarris in #52
- fixed bug when leave page but blur event propagated by @nickolaich in #62
- bump version to 0.4.2 in mix.exs by @nickolaich in #63
New Contributors
- @dependabot made their first contribution in #30
- @DaliborHorinek made their first contribution in #41
- @nickolaich made their first contribution in #62
Full Changelog: 0.3.1...0.3.2
0.3.1
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
What's Changed
- Adds overridable styles for modal component by @kellyfelkins in #23
New Contributors
- @kellyfelkins made their first contribution in #23
Full Changelog: 0.2.7...0.3.0
0.2.7
What's Changed
- fix: update flash to play nicely with tailwind JIT purge by @superhawk610 in #21
- feat: add
local_datetime/1
andlocal_timezone/1
components by @superhawk610 in #22
Full Changelog: 0.2.6...0.2.7
0.2.6
0.2.5
0.2.4
What's Changed
- Fix compiler warnings/errors on Phoenix LiveView 0.17, update dependencies by @mphfish in #16
- confirm_modal bug by @jeremyowensboggs in #17
Full Changelog: 0.2.3...0.2.4
0.2.3
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