Skip to content

v3.95.0

Compare
Choose a tag to compare
@matuzalemsteles matuzalemsteles released this 15 May 23:47
· 730 commits to master since this release

Bug Fixes

  • @clayui/core: fix error when not disabling item drag and drop via keyboard (5646c63)
  • @clayui/css: Atlas Buttons undo .btn:active:focus box-shadow from base theme (258c60f)
  • @clayui/css: Cadmin Buttons undo .btn:active:focus box-shadow (4cc6c3e)
  • @clayui/css: Cadmin Menubar update to new hover, focus, active styles (f4e5d9e)
  • @clayui/css: Cadmin Modals converts some components to clay Sass map pattern (3053c19)
  • @clayui/css: Cadmin only generate Sass placeholders for specific key names (f8f5fff)
  • @clayui/css: Cadmin update Pagination to new hover active styles (be8e82c)
  • @clayui/css: Forms c-unset/clay-unset shouldn't output anything for $form-control-select-palette (dc601b0)
  • @clayui/css: Mixins clay-link adds customization for active and disabled focus states (8d4e1ba)
  • @clayui/css: Mixins clay-map-to-css should accept child combinator (>) (12e938f)
  • @clayui/css: Mixins clay-map-to-css should accept parent selector & (d1462d7)
  • @clayui/css: Mixins clay-modal-variant should use clay-map-to-css where applicable (4cab2ab)
  • @clayui/css: Mixins clay-nav-nested should apply to .btn as well (a541843)
  • @clayui/css: Modals .modal-body should use the value from $modal (18d922a)
  • @clayui/css: Modals converts some components to clay Sass map pattern (d2ee903)
  • @clayui/css: Modals update modal-palette loop to prepend .modal- only to specific keys (a796dc4)
  • @clayui/css: Navs nav-nested reduce the number of nested navs to 7 by default (429876a)
  • @clayui/css: Only generate Sass placeholders for specific key names (25bd58c)
  • @clayui/css: Pagination maps .page-item.active .page-link to active-class instead of active (5e77a99)
  • @clayui/nav: fix overlapping items in VerticalNav (53352e9)
  • @clayui/shared: fix error when not recalculating positioning for elements with parent with scroll (16a4c77)

Features

  • @clayui/core: add basic snapshot tests for Vertical Nav (52a4a91)
  • @clayui/nav: add new composition to Vertical Nav with collection API (80d1a6e)