@simplybusiness/mobius 6.1.0 → 6.1.2

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f40bcec: revert radio group focus
8
+ - dc2e49f: Prevent value change on scroll event within a Number field
9
+ - f994dea: Update Drawer component to improve accessibility
10
+ - Updated dependencies [4a99304]
11
+ - @simplybusiness/icons@4.32.1
12
+
13
+ ## 6.1.1
14
+
15
+ ### Patch Changes
16
+
17
+ - dd0fdce: Fix RadioGroup onChange being called twice in controlled mode
18
+
19
+ Fixed a bug where the onChange callback was being called twice when clicking a radio button in a controlled RadioGroup. This was caused by both onClick and onChange event handlers calling the onChange prop.
20
+
3
21
  ## 6.1.0
4
22
 
5
23
  ### Minor Changes