mary

Laravel Blade UI Components for Livewire 3

OTHER License

Downloads
74.5K
Stars
659
Committers
54

Bot releases are visible (Hide)

mary - 0.34.1

Published by robsontenorio about 1 year ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.34.0...0.34.1

mary - 0.34.0

Published by robsontenorio about 1 year ago

🌟 New

Layout:

See docs for usage.

  • Main: add collapsible parameter on sidebar slot and extra web routes to handle toggle.
  • Main: add full-wdith parameter.
  • Nav: add full-wdith parameter.

Others:

  • Calendar: allow Carbon instances.
  • ListItem: add no-hover parameter.
  • Menu / MenuItem: add activate-by-route parameter
  • Menu: add activate-bg-color parameter
  • Table: Allow arrays by @ShikamaruNaraHachidaime #14
mary - 0.33.5

Published by robsontenorio about 1 year ago

🐛 Fixes

  • Radio: Fix name (#13 by @essamamdani)
mary - 0.33.4

Published by robsontenorio about 1 year ago

🐛 Fixes

  • Choices: Fix auto grow
mary - 0.33.3

Published by robsontenorio about 1 year ago

🐛 Fixes

  • Choices: Fix init
mary - 0.33.2

Published by robsontenorio about 1 year ago

❇️ Changes

  • Choices: add overflow scroll (#9)
mary - 0.33.1

Published by robsontenorio about 1 year ago

🐛 Fixes

  • Toast: Use pure blade component strategy.
mary - 0.33.0

Published by robsontenorio about 1 year ago

🎉 New

  • Toast: the toast component
mary - 0.32.0

Published by robsontenorio about 1 year ago

NEW

  • Calendar: display events

CHANGES

  • Select: allow array syntax
  • ListItem: allow array syntax
mary - 0.31.2

Published by robsontenorio about 1 year ago

  • MODAL: fix CSS glitch and correct wire:model bind
mary -

Published by robsontenorio about 1 year ago

  • TABLE: use @js on table row click dispatch event
mary -

Published by robsontenorio about 1 year ago

  • CHOICES: add multiple selections.
  • DROPDOWN: fix background for dark mode.
mary -

Published by robsontenorio about 1 year ago

Breaking changes:

  • Rework DATEPICKER: now it is necessary manually to install flatpickrs` packages to make it work due to dependencies with locale and global settings. Docs was updated.
mary -

Published by robsontenorio about 1 year ago

SELECT: fix validation block

mary - 0.30.0

Published by robsontenorio about 1 year ago

  • Add DATEPICKER: flatpickr wrapper for complex datetime selection
  • TABLE: add header slot
mary -

Published by robsontenorio about 1 year ago

  • Add DATETIME component (native HTML)
mary -

Published by robsontenorio about 1 year ago

  • Add CHOICES: complex value selection interface
  • LISTITEM: allow nested values
mary -

Published by robsontenorio about 1 year ago

  • Modal: Livewire integration
  • Table: Fix rendering with @scope/endscope
mary -

Published by robsontenorio about 1 year ago

Fix icon glitches.

mary -

Published by robsontenorio about 1 year ago

  • Input: Add icon on right
  • Select: Add icon on right
  • Dropdown: custom trigger
  • Icon: fix css merge