@clayui/pagination
Advanced tools
Changelog
3.36.0 (2021-09-23)
.btn-monospaced
icons are off center by a pixel, use display: inline-flex
to center and remove padding. If you need items to display inline in .btn-monospaced
wrap them in a span
tag. (ece0b5b)clay-enable-transitions
should return $transitions
instead of $transition
(ca2d59a)clay-enable-transitions
the variable $enable-transitions
isn't available in Cadmin, use $enable
instead (bd4e1c5)clay-button-variant
adds option to style :disabled:focus
, mostly for removing focus shadow on disabled .btn
(bb942f9)clay-button-variant
c-inner should work if mobile sizes are enabled (a0a005c)clay-button-variant
remove outputting a.btn, button.btn { cursor: pointer; }
we can pass it in directly to .btn
(d5a1942)width
property of the Menu (f29681e)closeOnClickOutside
API support to DropDown (ece1061)expanderIcons
API to change icons throughout the structure (455002c).btn-lg
and .btn-sm
to use clay-button-variant
mixin (f6b3e95).btn-unstyled
, .btn-monospaced
, .btn-monospaced-lg
, .btn-monospaced-sm
, .btn-outline-borderless
to use clay-button-variant
mixin (4c16ce5).btn
to use clay-button-variant
mixin (617befc).btn
, .btn-lg
, .btn-sm
, .btn-monospaced
, .btn-monospaced-sm
, .btn-monospaced-lg
, .btn-unstyled
, and .btn-outline-borderless
to use clay-button-variant
mixin (8481f19)starts-with($str1, $str2)
. A function that determines whether the string $str1
begins with the characters of the specified string $str2
. (6ddef3e)clay-css
if transition has a value other than null
or none
, it should output a prefers-reduced-motion media query (95b5c08)clay-css
should output any CSS Custom Properties passed into it. (a78ddfa), closes #4252Changelog
3.33.0 (2021-08-11)
$cadmin-body-moz-osx-font-smoothing
, $cadmin-body-webkit-font-smoothing
, $cadmin-body-text-align
. We don't provide a CSS reset in Cadmin. (c3af64e)_type-conversion-functions.scss
for converting colors of type string to type color. Sass doesn't provide a way to do this https://github.com/sass/sass/issues/3006. (68be792), closes #4180clay-get-fallback
convert color string to type color (68fd699)$theme-colors
Sass map to generate utility properties (e.g., bg-primary
, text-primary
, list-group-item-primary
, table-primary
) and allow configuring separately. The new way also supports CSS variables. Adds new maps: (78fb2d2)body
element should use clay-css mixin for generating properties (c0b456e), closes #4194alignmentPosition
API to PaginationWithBasicItems component (24ca87c)alignmentPosition
API to PaginationBarWithBasicItems component (eca557f)Changelog
3.32.0 (2021-07-28)
dangerouslySetInnerHTML
(675910c)component-text
and component-icon
, generic names for reuse in other components (ae49f03)form-group-sm div.form-control
should be 32px tall and grow to fix content inside, similar to a textarea element (eb987a1), closes #4164container-max-width-*
classes should work with Custom Properties (b12dbf5)clay-loading-animation-variant
to use clay-css
pattern (4280c6f), closes #3987sheet-footer-btn-block
to use clay-css
pattern (5523b67), closes #3987$sheet-lg-max-width
should use fixed number instead of generating based on a $container-max-widths
value (5968bd5)dragstart
(70d78da)@clayui/core
package (1d4e4b3)theme
API to Provider (e7bae7d)map-deep-get
for getting values of deeply nested Sass map items (2b80302)showDeltasDropDown
prop (6c65f43), closes #4175Changelog
3.30.0 (2021-06-16)
clay-panel-variant
updates mixin to use nested maps pattern (ea0c66a).modal-body.inline-scroller
max-height: 320px
(815d6d4), closes #4113panel-unstyled
to prevent visual jump on close. (9dec5b6)clay-panel-variant
mixin to use newest keys, The old keys still work and will win over new keys. (ea4bffb)tabindex="-1"
can still be focused programmatically. (9e52cfb), closes #4124Changelog
3.29.0 (2021-05-28)
setter
to accept more than 2 variables (e.g., setter($var1, $var2, $var3, $var4, $var5)
) (2a923f0), closes #4076clay-aspect-ratio-item-variant
and clay-aspect-ratio-variant
convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (d4680a9), closes #4085block
SVG icon (96dabe4)noWrap
prop to ClayTable.Cell (da88293)