@stenajs-webui/core
Advanced tools
Changelog
6.0.0
The following components have been removed:
The following components now use ref
prop instead of innerRef
:
RadioButtonWithLabel
and CheckboxWithLabel
now has wrapperRef
and inputRef
props.
SeparatorLine
now has ref
prop.
RadioButtonWithLabel
prop textColor
now actually changes the color of the label.StandardTable
uses white as default background color which fixes sticky columns being transparent.YearPicker
now allows navigation more than 10 years from current year.YearPicker
now longer shows too many years when year value (below 11) is passed as value
.value
.TextInput
was not triggering onDone
if not onEnter
was set.TextInput
no longer forces blur when user pressed enter.TextInput
prop selectAllOnFocus
has been removed, default browser behaviour is used instead.Changelog
5.3.2
Changelog
5.3.0
Label
now wrapped in actual label
HTML element.Label
with row
prop now aligns text properly.Label
now has textWidth
prop.PasswordInput
with a show password button.Clickable
now has type=button
as default to prevent it from submitting forms when clicked.Changelog
5.2.0
NavBarSearchField
which is a custom style input field.NavBarHeading
which is a heading text for nav bar.Changelog
5.0.0
FlatButton
now has own CSS properties for settings colors. This makes it easier to override colors for FlatButton
.variant
with two options standard
and dark
.left
for placing content on the left side.showMenuButton
shows a button with a hamburger icon on the left edge of the menu.onClickMenuButton
callback when user clicks on the button.NavBar
properly.NavBar
.StandardTable
has new prop variant
which controls how compact the table is....
instead of just cutting off text.TableHeadItem
prop popoverButtonLoading
renamed to loading
and can be visible at the same time as popover
button.headerRowSticky
renamed to stickyHeader
.headerRowZIndex
renamed to zIndex
.shadowBorder
has been removed.NavBarMenuButton
is replaced by NavBarPopoverButton
.Changelog
4.1.0
ActionMenuLink
Same as ActionMenuItem
, but uses FlatButtonLink
instead of FlatButton
. This makes it possible to use href
and target
props.
Link
Add variants and sizes to Link
, same as for Text
except bold
which is default for links.
TextVariants
type has been renamed to TextVariant
.Link
now produces an a tag, instead of span.Set sideEffects true in theme
package.json, to prevent webpack from tree-shaking the theme CSS.
Changelog
4.0.0
Text
styling.Tag
and Chip
had wrong font.CheckboxWithLabel
props textColor
not working.Badge
prop type
renamed to variant
.Badge
variant notification
renamed to info
.