Skip to content

Releases: officesdk/officesdk-design

@officesdk/design@0.2.17

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:14
5e28267

Patch Changes

  • Fix ToolbarButton dropdown arrow opacity so the disabled state renders with the correct visual style.

@officesdk/design@0.2.16

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:15
a2fe1b8

Patch Changes

  • c6d5280: Remove the default rc-dropdown and rc-menu stylesheet imports from dropdown components to avoid loading external icon font assets.

@officesdk/design@0.2.14

Choose a tag to compare

@github-actions github-actions released this 03 Apr 02:35
5c20c57

Patch Changes

  • 71fc41e: # Improve Loading, Modal, and Menu component behavior

    • change standalone Loading to use an inline root while keeping fullscreen loading on a dedicated overlay container
    • add LoadingOverlay for 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

@officesdk/design@0.2.13

Choose a tag to compare

@github-actions github-actions released this 19 Mar 05:47
2ae4eb8

Patch Changes

  • d2bd711: refactor: remove borderRadius of menuItem

@officesdk/design@0.2.12

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:59
9bf3de6

Patch Changes

  • b171631: refactor: refactor maxWidth of tabItem

@officesdk/design@0.2.11

Choose a tag to compare

@github-actions github-actions released this 10 Feb 10:43
701db18

Patch Changes

  • 2ec13e6: refactor: refactor maxWidth of tabItem

@officesdk/design@0.2.10

Choose a tag to compare

@github-actions github-actions released this 10 Feb 09:15
3298642

Patch Changes

  • 1c897ff: refactor: remove stopPropagation in dropdownClick of toolbarButton

@officesdk/design@0.2.9

Choose a tag to compare

@github-actions github-actions released this 09 Feb 03:38
cb269c0

Patch Changes

  • fd3b169: perf: Optimize the display of NumberInput units

@officesdk/design@0.2.8

Choose a tag to compare

@github-actions github-actions released this 07 Feb 13:48
b6b08e8

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.

@officesdk/design@0.2.7

Choose a tag to compare

@github-actions github-actions released this 06 Feb 05:48
ef9cf1c

Patch Changes

  • 09e4b35: feat: add inputProps to SpinButton
    feat: add onFocus & onBlur to NumberInput