V4.0.0
#318
Replies: 1 comment
-
Thank You! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We Finally release the V4. There are a lot of changes, so dont rush to update. We will try to setup a migration guide (but no promises here sorry u.u)
<List />
component is completely removed.0.9.2
All Components
Refer to the official documentation for more information.
pt-0
in Bulma is equivalent topt={0}
in props. Applies to all spacing modifiers.7
mobile
,tablet
,desktop
,widescreen
,fullhd
,touch
,untilWidescreen
,untilFullhd
)invisible
to responsive propshidden
is now insidedisplay
prop,{ hidden: true }
become{ display: 'hidden' }
invisible
prop on all Componentscentered
tocenter
on all components to use the same everywherecolorVariation
prop to hanclelight/dark
color helpersclickable
propfontFamily
propBreadcrumb
items
props in favor of composition withBreadcrumb.Item
Breadcrumb.Item
Botton.Group
gapless
tohasAddons
inButton.Group
position
prop toalign
Columns
gapless
propgap
propColumns.Column
Column
responsive propsContainer
fluid
prop in favor to add it as an option of thebreakpoint
propmax
prop to allow useis-max-desktop
andis-max-widescreen
from bulmaDropdown
icon
prop that will accept the the component to render the iconalign
prop in favor of booleanright
propForm.Control
Icon
with align is on the childrenFooter
renderAs
tofooter
Form.Field
size
prop that will be also used on childrens that accept size as a propInput
,InputFile
,Label
,Icon
,Button
...Form.Input
hovered
andfocused
prop in favor to astate
props that accepthover
orfocus
as valueForm.InputFile
centered
andright
prop in favor to aalign
props that acceptcenter
orright
as valueForm.Label
size
prop that will be used on components inside theField
, likeInput
,Select
,Label
...Form.Select
state
props that accepthover
orfocus
as valuerounded
propForm.Textarea
hovered
andfocused
prop in favor to astate
props that accepthover
orfocus
as valueHero
size
prop its ignored ifhasNavbar
prop is setHero.Head
Hero.Header
Icon
icon
prop from theIcon
component.text
prop to enableicon-text
Level
renderAs
fromdiv
tonav
Media.Content
Content
component instedMedia.Item
position
prop toalign
Modal
Modal.Card.Head
toModal.Card.Header
Modal.Card.Foot
toModal.Card.Footer
onClose
prop toModal
component, no need to pass if to anyModal.*
any moreNavbar.Item
Navbar.Container
position
prop toalign
align
values fromstart,end
toleft/right
Pagination
position
prop toalign
Table
hoverable
propTable.Container
Tile
notification
prop. You can userenderAs={Notification}
if need itcolor
prop.This discussion was created from the release V4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions