Harmonia 3.0.0: Combobox, drag and drop, focus containment, and 8 breaking changes - #110
Merged
Conversation
Signed-off-by: StanZGenchev <stan.genchev@codbex.com>
Signed-off-by: StanZGenchev <stan.genchev@codbex.com>
Signed-off-by: StanZGenchev <stan.genchev@codbex.com>
Signed-off-by: StanZGenchev <stan.genchev@codbex.com>
Signed-off-by: StanZGenchev <stan.genchev@codbex.com>
This was
linked to
issues
Sep 3, 2026
Events in the calendar and time slots in the slot picker must be reorderable using drag-and-drop
#78
Closed
This was referenced Sep 3, 2026
This was referenced Sep 3, 2026
Events in the calendar and time slots in the slot picker must be reorderable using drag-and-drop
#78
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full detail, including migration steps for every breaking change, is in
CHANGELOG.mdunder## v3.0.0.Fixes/resolves issues:
#77
#78
#82
#83
#84
#85
#86
#87
#88
#89
#90
#91
#92
#93
#94
#95
#96
#97
#98
#99
#100
#101
#102
#103
#104
#105
#106
#107
#108
#109
Breaking changes
x-h-dialog-content.x-h-card-content.x-h-button-group-separatoris removed, since the group draws the dividers itself.inputandchangecarry their value inevent.detail.value.x-h-sidebar-menu-nav.x-h-sidebar-menu-buttonleavesaria-currentto the author.x-h-chipis a container rather than a<button>, and its controls become real buttons.x-h-tab-itemwrapper, and a tab action is a real<button>beside the tab.The Chip and the Tabs changes are the same fix. Both had a
<span role="button">inside a<button>, which is invalid markup and left the control reachable byTabbut impossible to activate withEnterorSpace.New
data-borderlessButton Group: adddata-borderless#88x-h-list-secondaryfor supporting text in a list item List: addx-h-list-secondary#97lightarea nested inside adarkpage Dark Mode: allow alightarea inside adarkpage or container #93autois distinguishable Theme: pass the selected mode to color scheme listeners #94min-h-screen,min-h-dvh,min-h-lvh,min-h-svhandz-20Fixes
undefinedExpansion Panel: every trigger button has the literal idundefined#96codeText block painted outside the block Text: a long line in a code block paints outside the block #102x-model.lazycorrupted the bound value of the Calendar Calendar:x-model.lazycorrupts the bound value of an inline calendar #83, the Rating Rating:x-model.lazycorrupts the bound value #90 and Menu checkbox and radio items Menu:x-model.lazycorrupts the bound state of a checkbox or radio item #91x-modelbroke the model-to-view sync Date Picker: a modifier on the popup'sx-modelsilently breaks the model-to-view sync #92Repo and tooling
dist/, with a new.github/workflows/tests.yamlrunning the unit and e2e suites on every push and pull request tomainAdd Playwright end-to-end tests for browser-only behavior #106harmoniatocodbex, so it installs asharmonia@codbex. An existing install has to be replaced, see the changelog for the commands. The plugin version is now generated frompackage.jsonand guarded by a test, so it can no longer drift