Release Notes
This page contains the release notes for each version of the Vuetage library since 0.0.48 version.
This library is available on npm.
v.0.0.79
- Add wrong behavior of placeholder in basetextfield when we dont have a label
v.0.0.78
- Add more props, slots, and events for
BaseCheckbox
component
v.0.0.76
- Add
BaseCheckbox
component - Fix transparent color of variant "dark" and "outline-dark" in
BaseButton
component
v.0.0.75
- Add function
changeTheme
to change the theme styles of the library in runtime
v.0.0.73
- Fix the left position of rightIcon, leftIcon, and label according to the height set in the BaseButton component
v.0.0.72
- Fix the top position of rightIcon, leftIcon, and label according to the height set in the BaseButton component
v.0.0.71
- Add the possibility to use "BaseGroup" as a dropdown menu, and it's configured as default, but we available to disable using the new props "showDropdown" with the value "false"
- Increase the default height of Input components (it includes, BaseTextField, BaseSelect, and BaseAutocomplete)
- Decrease the default padding bottom of BaseTextField component to "underlined" variant
- Resolve the problem in BaseSelect, when we was using the variant "dark", it wasn't be passed to menu
v.0.0.70
- Fix of variants colors, margins, and paddings of BaseTextField component
v.0.0.68
- Fix the label position of BaseTextField component
v.0.0.66
- Fix the vModel of BaseAutocomplete, from this version we are able to set a default initial value to the field
v.0.0.65
- Fix the export for BaseAutocomplete component, from this version we are able to use this component
v.0.0.64
- Add the necessary type for BaseAutocomplete component
v.0.0.62
- Add BaseAutocomplete component
- Close the menu of BaseSelect when click outside the menu
- Add new event enter, and key up/down for BaseTextField
- For
size
props from BaseButton, in addition about what we already have now we can custom sizes like for example24px
,2rem
,2em
, etc. - Fix wrong padding in BaseMenu component
v.0.0.61
- Fix instability with tailwindcss problem caused by version v.0.0.60
v.0.0.60 (Instable version with tailwindcss, do not use it)
- Fix place of customClass in BaseGroup component
v.0.0.59
- Add CustomClass prop to all components to give the possibility to add classes to the components from tailwindcss or custom classes
- Add the tailwindcss classes to the components
v.0.0.58
- Add BaseGroup component
- Add BaseItem component
- Add BaseMenu component
- Change the font-family, font-weight, and line-height globally of the library
v.0.0.57
- Improvement style of dark variant of the BaseTextField component.
- Fix the wrong alignment of the spinner in BaseTextField component.
- Fix the padding of text when we have left icon in the BaseTextField component.
v.0.0.56
- Fix the wrong alignment of the left, and right icon in the BaseTextField when there is an error message.
- Fix the wrong alignment in the spinner of the BaseButton component.
v.0.0.55
- Fix the wrong alignment of the left, and right icon in the BaseTextField.
v.0.0.54
- Fix padding-left on
BaseTextField
in an input element, the text was too close to the left border - Add a padlock icon for
BaseButton
component when the state isdisabled
per default, you can disable it using the hideRightIcon with the same conditional passed for disabled - Export type of props of
BaseButton
,BaseTextField
, andBaseSelect
components - Export type of options of
BaseSelect
component - Change hover color of outline variants of
BaseButton
component
v.0.0.53
- Add a new prop
hideRightIcon
prop forBaseButton
component to hide the right icon - Add a new prop
hideLeftIcon
prop forBaseButton
component to hide the left icon - Fix some wrong alignments in general components
- Add a type for BaseSelect (This is a problem in v.0.0.51/v.0.0.52 because, when we were importing, it is not being recognized as a component)
v.0.0.52
- Resolve bug:
BaseSelect
with statedisabled
is opening the menu when we click on right icon - Add transition for a border, and background of
BaseTextField
, andBaseSelect
components - Add a string model for BaseSelect
v.0.0.51
- Added a beta
BaseSelect
component version
v.0.0.50
- Fixed wrong style with the value overwriting the icon leftIcon and rightIcon when using this as a slot
- Resolved BaseTextField console warnings for wrong value passed to style props
- Improvement spinner animation to have a better user experience
v.0.0.49
Error version. Do not use it.
v.0.0.48
- Added
BaseTextField
component