github robsontenorio/mary 1.7.0

latest releases: 2.4.7, 2.4.6, 2.4.5...
22 months ago

What's Changed

Breaking change ⚠️

Actually it is more a DX than BC.

Now <x-drawer> has an embed <x-card />. So, you don't need place it manually anymore.

FROM

<x-drawer id="my-drawer">
    <x-card title="Settings" subtitle="Main profile" separator>
        ....
    </x-card>
</x-drawer>

TO

<x-drawer id="my-drawer" title="Hello" title="Settings" subtitle="Main profile" separator>
   ....
</x-drawer>

Full Changelog: 1.6.0...1.7.0

Don't miss a new mary release

NewReleases is sending notifications on new releases.