Releases: razorpay/blade
Releases · razorpay/blade
@razorpay/[email protected]
Minor Changes
- e035b38: feat(DropdownIconButton): add support for DropdownIconButton and tooltip for Dropdown triggers
@razorpay/[email protected]
Patch Changes
-
3be3f0f: fix(FileUpload): revert to not calling onChange on file remove
[!NOTE]
Check the below timeline if you're upgrading from 11.34.1+ version to this version
Timeline of FileUpload changes
- In 11.34.1: We did not call onChange on removing of file. Only onRemove was called
- In 11:36.2: We added dispatchEvent call which started calling onChange on onRemove (since React treats
input type="file"
differently thaninput type="text"
- CodeSandbox Link) - In 12.4.0: We released a fix thinking onChange call was expected behaviour and we just updated the state value for it
- This version: Reverts back to 11.34.1 behaviour. If you're upgrading to this version from 11.34.1 or previous versions, the behaviour will stay same. If you're upgrading from 11.34.1+ and use FileUpload component, its recommended to test out FileUpload instances.
-
3c040f6: feat: add icon only chip
@razorpay/[email protected]
Patch Changes
-
e50729d: fix(FileUpload): revert to not calling onChange on file remove
[!NOTE]
Check the below timeline if you're upgrading from 11.34.1+ version to this version
Timeline of FileUpload changes
- In 11.34.1: We did not call onChange on removing of file. Only onRemove was called
- In 11:36.2: We added dispatchEvent call which started calling onChange on onRemove (since React treats
input type="file"
differently thaninput type="text"
- CodeSandbox Link) - In 12.4.0: We released a fix thinking onChange call was expected behaviour and we just updated the state value for it
- This version: Reverts back to 11.34.1 behaviour. If you're upgrading to this version from 11.34.1 or previous versions, the behaviour will stay same. If you're upgrading from 11.34.1+ and use FileUpload component, its recommended to test out FileUpload instances.
@razorpay/[email protected]
Patch Changes
- 8b5602b: fix(Avatar): misaligned menu on Avatar with icon
@razorpay/[email protected]
Patch Changes
- bd8d98b: fix(Avatar): misalignment of Menu on Avatar with icon
@razorpay/[email protected]
Minor Changes
- 98be8f0: feat(blade): add prompt and sort icon
@razorpay/[email protected]
Patch Changes
- 3b9d4cd: feat(Elevate): add missing reexport for
Elevate
@razorpay/[email protected]
Minor Changes
-
214b212: feat(Motion / Elevate): add
Elevate
component to motion presetsDocs: https://blade.razorpay.com/?path=/docs/motion-elevate--docs
@razorpay/[email protected]
Patch Changes
- bc07669: fix(blade): fix: data analytics attribute from another external module
@razorpay/[email protected]
Minor Changes
- f48096b: feat(blade): add corner and arrow icons