@aceshooting/lyra-ui 8.1.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5944ba7: Add a `click()` override to five multi-control form wrapper elements —
8
+ `<lr-radio-group>`, `<lr-checkbox-group>`, `<lr-rubric-form>`, `<lr-graph-query-builder>`, and
9
+ `<lr-tool-param-form>` — so a host click (whether from a `<label for>` association or a
10
+ programmatic `.click()`) reaches the first relevant internal control instead of being a no-op.
11
+ `<lr-radio-group>` activates its selected (or first enabled) radio, matching its own `focus()`
12
+ override; the other four move focus to their first field.
13
+
3
14
  ## 8.1.0
4
15
 
5
16
  ### Minor Changes