github robsontenorio/mary 1.7.0

latest releases: 2.8.3, 2.8.2, 2.8.1...
2 years 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.