@razorpay/blade 6.0.5 → 6.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,25 @@
1
1
  # @razorpay/blade
2
2
 
3
+ ## 6.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bb2f1561: feat(Dropdown): Add `Dropdown`, `Select`, `ActionList`.
8
+
9
+ Check out [Dropdown Story](https://blade.razorpay.com/?path=/docs/components-dropdown-with-select) for usage
10
+
11
+ ### Patch Changes
12
+
13
+ - 505ca975: fix(checkbox): fixed screen reader styles
14
+
15
+ Fixed a bug where if we have lots of checkboxes in a small overflowed container the browser is trying to jump to the hidden inputs which is causing unexpected jumps in the scroll.
16
+
17
+ ## 6.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - aff735ba: feat: add `List`, `ListItem`, `ListItemLink` & `ListItemCode` components
22
+
3
23
  ## 6.0.5
4
24
 
5
25
  ### Patch Changes