Skip to content

v0.0.161

Choose a tag to compare

@ncamera ncamera released this 09 Dec 17:18
· 265 commits to main since this release

What's Changed

Mercury 0.12.1

  • Refactor package distribution to improve code splitting and remove code duplication by @ncamera in #406

  • Use the right mask for the dialog by @ncamera in #407

  • Ensure slider styles work propertly inside a label by @ncamera in #408

Breaking changes

Mercury

  • Mercury assets must now be explicitly set, using the following:

    import { registerMercury } from "@genexus/mercury/dist/register-mercury";
    registerMercury();

    Previously, registration was done as a side effect when importing some library functionality.

Full Changelog: v0.0.159...v0.0.161