v0.0.161
What's Changed
Mercury 0.12.1
-
Refactor package distribution to improve code splitting and remove code duplication by @ncamera in #406
-
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