Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

v2.25.0

Compare
Choose a tag to compare
@flaviendelangle flaviendelangle released this 30 Jan 09:51
· 1768 commits to dev since this release

ArrayInput :

  • New property iconColor

Button :

  • ⚠️ New property large (which gives the previous default size, the default size is now smaller)
  • ⚠️ Rename property backgroundColor into color (it was not the background if reverse=true and color should be the main color of any element when there is one)

FontIcon :

  • Fix default color (was grey, now is inherit to match the color of the container)

IconButton :

  • Fix property hoverColor which was not working

RadioSelect :

  • ⚠️ Rename property isMulti into multi (to be coherent with small, large, error and every other boolean property)

Select :

  • ⚠️ Rename property isMulti into multi (to be coherent with small, large, error and every other boolean property)

Slider :

  • New property error
  • Fix property disabled

TextButton :

  • New properties small and large (the default size remain the same)

TextInput :

  • ⚠️ New property small (the previous default size is now the small one)
  • New property error
  • Fix property disabled