Skip to content

Releases: wonderflow-bv/wanda

@wonderflow/[email protected]

05 Apr 10:15
d16a3d2
Compare
Choose a tag to compare

Major Changes

  • 67aed15: Refactoring Tab component and remove obsolete code

  • 67aed15: Refactoring Table component to improve performances and features:

    • Various rendering improvements
    • hideFromList column's prop is renamed into isToggable.
    • activePageIndex prop is renamed into initialPageIndex.
    • onDataUpdate prop is renamed into onPaginationChange.
    • Chanded types for selectedLabel.
    • selectedActions is now a function that returns a react node and pass selectedRowIds as parameter.
    • onSelectionChange prop has been removed.
    • actionsRowComponent prop has been removed.

Minor Changes

  • 67aed15: Add new Container medium size. The old medium dimension is now 'small'.

@wonderflow/[email protected]

31 Mar 08:24
b76f84a
Compare
Choose a tag to compare

Major Changes

  • 1b19649: We dropped the deprecated plugin postcss-env-function and we introduced a new syntax to access and use tokens inside you css. Tokens must now be declared using token() function notation instead of env().
  • 9f286fe: Refactoring List component by adding List.Li element to have more control over markers and markers color
  • e490be0: Rename Dropdown into Popover and add matchTriggerWidth property

Minor Changes

  • a3da612: Improve rendering performance of some components
  • 9079b08: Improved UX or Slider. Now the current value is shown on the right side (when showValues is true), while min/max are both visible at the same time.
  • c53b855: Improve contrast for selection-controls
  • 2b02b8c: Update Table loading state ui
  • 904f1c5: Fix style for autofilled fields
  • 7452a9d: Fix spring animation on the active tab item indicator

Patch Changes

  • 1ae5dd0: Fix grouped buttons style

@wonderflow/[email protected]

31 Mar 08:24
b76f84a
Compare
Choose a tag to compare

Minor Changes

  • 2952dbc: Add new icons: astronomy, book-bookmark, bulb, c-pulse, glasses, news, pen, theater, users

@wonderflow/[email protected]

31 Mar 08:24
b76f84a
Compare
Choose a tag to compare

Major Changes

  • 1b19649: We dropped the deprecated plugin postcss-env-function and we introduced a new syntax to access and use tokens inside you css. Tokens must now be declared using token() function notation instead of env().

@wonderflow/[email protected]

14 Mar 09:06
e21cb49
Compare
Choose a tag to compare

Minor Changes

  • a4c6dc8: Update expanded row style for Table
  • b5a1272: Add enw animation to the active Tabitem indicator
  • 90bea7c: Reduce the size of the icon inside big buttons and set the icon weight to solid
  • a66769b: Improve interaction feedback for Radio and Checkbox
  • 95fc95e: Fix Chip paddings
  • 3ef1838: Update selectedLabel to function and enable custom text for selected items.

@wonderflow/[email protected]

14 Mar 09:06
e21cb49
Compare
Choose a tag to compare

Patch Changes

@wonderflow/[email protected]

04 Mar 10:27
77aa7a4
Compare
Choose a tag to compare

Major Changes

@wonderflow/[email protected]

04 Mar 10:27
77aa7a4
Compare
Choose a tag to compare

Major Changes

@wonderflow/[email protected]

04 Mar 10:12
83920bf
Compare
Choose a tag to compare

Major Changes

  • 6706e4c: Rename all verical/horizontal padding/align props into vPadding/vAlign and hPadding/hAlign. This change has been made to keep a clean status of the code and reduce the required boilerplate.

Minor Changes

  • 9517873: Fix Tooltip not closing on blur
  • 92d2378: Add new onOpenChange callback to Dropdown to return the current state when it changes.
  • 14afd7e: Disable spellCheck on password field
  • 5bca3b0: Add new open prop to Dropdown to programmatically open and close the dropdown

@wonderflow/[email protected]

04 Mar 10:27
77aa7a4
Compare
Choose a tag to compare

Major Changes