Releases: officesdk/officesdk-design
Releases · officesdk/officesdk-design
Release list
@officesdk/design@0.2.17
Patch Changes
- Fix
ToolbarButtondropdown arrow opacity so the disabled state renders with the correct visual style.
@officesdk/design@0.2.16
Patch Changes
- c6d5280: Remove the default
rc-dropdownandrc-menustylesheet imports from dropdown components to avoid loading external icon font assets.
@officesdk/design@0.2.14
Patch Changes
-
71fc41e: # Improve Loading, Modal, and Menu component behavior
- change standalone
Loadingto use an inline root while keeping fullscreen loading on a dedicated overlay container - add
LoadingOverlayfor regional non-wrapper loading masks and support transparent masks for fullscreen and regional loading - update related Modal and Menu behavior, stories, and tests to match the interaction changes in this release
- change standalone
@officesdk/design@0.2.13
Patch Changes
- d2bd711: refactor: remove borderRadius of menuItem
@officesdk/design@0.2.12
Patch Changes
- b171631: refactor: refactor maxWidth of tabItem
@officesdk/design@0.2.11
Patch Changes
- 2ec13e6: refactor: refactor maxWidth of tabItem
@officesdk/design@0.2.10
Patch Changes
- 1c897ff: refactor: remove stopPropagation in dropdownClick of toolbarButton
@officesdk/design@0.2.9
Patch Changes
- fd3b169: perf: Optimize the display of NumberInput units
@officesdk/design@0.2.8
Patch Changes
-
8dfffb2: feat(NumberInput): add valueMap, selectAllOnFocus, and blurOnEscape support
- Add valueMap prop to NumberInput for piecewise non-linear stepping,
using changeByStep/snapToStep from Slider's valueMap utilities. - Add valueMap prop to SpinButton and pass through to both Slider and
NumberInput for consistent non-linear behavior. - Add selectAllOnFocus prop to NumberInput to auto-select text on focus.
- Add blurOnEscape prop to NumberInput to blur input on Escape key press.
- Update stories for NumberInput and SpinButton with new prop examples.
- Add valueMap prop to NumberInput for piecewise non-linear stepping,
@officesdk/design@0.2.7
Patch Changes
- 09e4b35: feat: add inputProps to SpinButton
feat: add onFocus & onBlur to NumberInput