Skip to content

Releases: genexuslabs/design-systems

v0.0.171

15 Jan 17:10

Choose a tag to compare

What's Changed

Mercury 0.13.1

  • Avoid requiring sass to use the CLI and create --outDir with recursive by @ncamera in #435

Full Changelog: v0.0.170...v0.0.171

v0.0.170

14 Jan 03:53

Choose a tag to compare

What's Changed

Mercury 0.13.0

  • Add a CLI to automate bundle creation and provide a way to hash bundles by @ncamera in #432
    Mercury now exposes a CLI to automate the creation of bundles, removing the need to install sass and to create a config.scss file.

  • Add support to customize the theme names of bundles with a prefix. by @ncamera in #431
    This is only useful when a theme name can come from multiple design systems and the application uses multiple design systems.

Unanimo 0.25.0

  • Improve assets manager implementation for the DS by @ncamera in #431
    • Added support for loading bundles in the same way as Mercury does.

    • Added dropdown, navigation-list, segmented-control and slider bundles.

    • Added support to customize the theme names of bundles with a prefix.
      This is only useful when a theme name can come from multiple design systems and the application uses multiple design systems.

Full Changelog: v0.0.169...v0.0.170

v0.0.169

10 Jan 20:10

Choose a tag to compare

What's Changed

Mercury 0.12.9

Breaking changes

Mercury

Icons

  • systemicons have been updated. Some icons UI where modified:
Old Name New Name
ai system/assistant
arrow-down navigation/arrow-down
arrow-up navigation/arrow-up
card-variant system/card
dark-mode system/toggle-theme
delete-filled system/delete-outlined
draft none at the time of writing
edit-filled system/edit
link-variant system/link
mobile-v2 system/mobile
more-options system/more-vertical or system/more-horizontal
success system/check
warning-circle system/warning
  • Card and Cut icons were lowercased.
Old Name New Name
system/Cut system/cut
system/Copy system/copy

Tree View

  • Include min-inline-size on header part in order to force inline scroll, instead of text wrap.

Toggle

  • Rename "toggle" component to "switch". Reason: to adhere to Chameleon component naming.
Old Name New Name
.toggle-small .switch-small
.toggle-large .switch-large

Full Changelog: v0.0.166...v0.0.169

v0.0.166

07 Jan 18:50

Choose a tag to compare

What's Changed

Mercury 0.12.5

Full Changelog: v0.0.163...v0.0.166

v0.0.162

11 Dec 04:15

Choose a tag to compare

What's Changed

Mercury 0.12.2

  • Fix identation and hover style for combo-box groups by @ncamera in #412

Full Changelog: v0.0.161...v0.0.162

v0.0.161

09 Dec 17:18

Choose a tag to compare

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

v0.0.159

07 Dec 17:48

Choose a tag to compare

What's Changed

Mercury 0.11.0

  • Fix combo-box item identation not working by @ncamera in #399

  • Use the right size for the tab icon and improve the style of the flexible-layout's tabs by @ncamera in #400

  • Improve the styles of the slider by @ncamera in #401

  • Improve the styles of the navigation-list by @ncamera in #402

  • Add support to style the toggle component by @ncamera in #403

  • Add support to style the layout-splitter component by @ncamera in #404

Full Changelog: v0.0.158...v0.0.159

v0.0.158

03 Dec 03:22

Choose a tag to compare

What's Changed

Mercury 0.10.0

  • Improve styling for the tab and flexible-layout components by @ncamera in #397

Important

Use @genexus/chameleon-controls-library version >= 6.0.0-next.54

Unanimo 0.24.0

  • Improve styling for the tab and flexible-layout components by @ncamera in #397

Important

Use @genexus/chameleon-controls-library version >= 6.0.0-next.54

Full Changelog: v0.0.157...v0.0.158

v0.0.157

03 Dec 03:20

Choose a tag to compare

What's Changed

Mercury 0.9.18

Full Changelog: v0.0.155...v0.0.157

v0.0.155

03 Dec 03:18

Choose a tag to compare

What's Changed

Mercury 0.9.16

Full Changelog: v0.0.154...v0.0.155