Releases: genexuslabs/design-systems
v0.0.171
v0.0.170
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 aconfig.scssfile. -
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
What's Changed
Mercury 0.12.9
-
Update
systemicons by @bsastregx in #423 -
Rename icons to lowercare by @bsastregx in #425
-
Include min-inline-size on
tree-viewpartheaderby @bsastregx in #427 -
Rename "toggle" to "switch" by @bsastregx in #429
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-sizeonheaderpart 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
What's Changed
Mercury 0.12.5
- Add
dropdowncomponent by @bsastregx in #417
Full Changelog: v0.0.163...v0.0.166
v0.0.162
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
v0.0.159
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 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
What's Changed
Mercury 0.10.0
Important
Use @genexus/chameleon-controls-library version >= 6.0.0-next.54
Unanimo 0.24.0
Important
Use @genexus/chameleon-controls-library version >= 6.0.0-next.54
Full Changelog: v0.0.157...v0.0.158
v0.0.157
What's Changed
Mercury 0.9.18
- Update
ch-chatstyles by @bsastregx in #395
Full Changelog: v0.0.155...v0.0.157
v0.0.155
What's Changed
Mercury 0.9.16
- Update angular logo by @bsastregx in #391
Full Changelog: v0.0.154...v0.0.155