Upgrade to release v0.22.0 #706
Pinned
markdumay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v0.22.0 standardizes and streamlines the validation of shortcode arguments. Although most of the components have been refactored without any impact, a few components required some changes that are not backwards compatible. Review the notes below for each affected component on how to adapt the latest version.
Breadcrumb
The breadcrumb partial now requires an explicit
page
argument. The old code was:The new invocation is:
Table
The prefix
table-responsive-
has been dropped to denote a responsive size. Instead, use{sm|md|lg|xl|xxl}
to create responsive tables up to a particular breakpoint.Bootstrap styling attributes now require an explicit
class
argument. For example, use the followingshortcode
to accentuate a table withtable-striped
:Image
The argument
outerClass
has been renamed towrapper
, andinnerClass
has been renamed toclass
. These names are more consistent with the other shortcodes.Beta Was this translation helpful? Give feedback.
All reactions