mary

Laravel Blade UI Components for Livewire 3

OTHER License

Downloads
74.5K
Stars
659
Committers
54

Bot releases are hidden (Show)

mary - 1.5.2

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.5.1...1.5.2

mary - 1.5.1

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.5.0...1.5.1

mary - 1.5.0

Published by robsontenorio 11 months ago

What's Changed

Breaking change

  • If you are using DROPDOWN, upgrade to latest Livewire version.
composer require livewire/livewire
php artisan view:clear

Full Changelog: https://github.com/robsontenorio/mary/compare/1.4.2...1.5.0

mary - 1.4.2

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.4.1...1.4.2

mary - 1.4.1

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.4.0...1.4.1

mary - 1.4.0

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.3.1...1.4.0

mary - 1.3.1

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.3.0...1.3.1

mary - 1.3.0

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.2.1...1.3.0

mary - 1.2.1

Published by robsontenorio 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.2.0...1.2.1

mary - 1.2.0

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.1.1...1.2.0

mary - 1.1.1

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.1.0...1.1.1

mary - 1.1.0

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.0.0...1.1.0

mary - 1.0.0

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.46.1...1.0.0

mary - 0.46.1

Published by robsontenorio 12 months ago

Tooltip: fix Button and Stat tooltip position.

Full Changelog: https://github.com/robsontenorio/mary/compare/0.46.0...0.46.1

mary - 0.46.0

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.45.2...0.46.0

mary - 0.45.2

Published by robsontenorio 12 months ago

What's Changed

Breaking

If you are using placeholder with int keys now default value is null, before was zero.

<x-select label="Alternative" :options="$users" placeholder="Select an user" />

Now you are allowed to set a default value when using placeholder.

<x-select label="Alternative" :options="$users" placeholder="Select an user" placeholder-value="0" />

Full Changelog: https://github.com/robsontenorio/mary/compare/0.45.1...0.45.2

mary - 0.45.1

Published by robsontenorio 12 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.45.0...0.45.1

mary - 0.45.0

Published by robsontenorio about 1 year ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.44.3...0.45.0

mary - 0.44.3

Published by robsontenorio about 1 year ago

What's Changed

  • Input: Add inputmode numeric for money by @robsontenorio in https://github.com/robsontenorio/mary/pull/83
  • CSS: improve some components by @robsontenorio in https://github.com/robsontenorio/mary/pull/84
    • Header: primary color for progress indicator , default color for dark.
    • Input: primary color for border at prefix/suffix
    • Dropbox: hide caret summary icon
    • MenuItem: apply whitespace-nowrap
    • Select: better inline label background for dark, "clickable" inline label, "clickable" icons.
    • Input: better inline label background for dark, bind label to field input, "clickable" icons.

Full Changelog: https://github.com/robsontenorio/mary/compare/0.44.2...0.44.3

mary - 0.44.2

Published by robsontenorio about 1 year ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/0.44.1...0.44.2