-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): prepare new clay release 3.28.0 #4086
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… isolation and prefix variables with `$cadmin-`
…iables, Cadmin variables, or custom where applicable
…omponents that render inside react portals. It's too difficult to put `cadmin` on the parent element. - Modal - Side Navigation - Transition
… undone by cadmin fix(@clayui/css): Use box-sizing border-box for all elements inside `cadmin`
… `.cadmin.d-{display}`
…ution text is causing empty selector to be output fix(@clayui/css): Cadmin Reboot wrap components in `.cadmin`, attribution text causing empty selector to be output
…bles, we don't need two themes here
…ron, _spinners, _toasts, _media, _application-bar, _drilldown, and _timelines. They are not used for Admin controls.
…` and `badge-pill`
…down-toggle-split` and `btn-group-toggle`
…tabs`, `card-header-pills`, `card-deck`, `card-group`, `card-columns`, `accordion`
…ustom-select`, `custom-file`, `custom-range`
…L 5 form validation
…el`, `col-form-label-lg`, `col-form-label-sm`, `form-row`, `form-inline`
…-sm`, `lexicon-icon-lg`, `lexicon-icon-xl`
…-select`, `custom-file`
…tainer-fluid-1280`
feat(@clayui/css): Add SVG icons chatbot and signature
fix(@clayui/css): Atlas Toggle Switch should be 48px wide
fix(@clayui/css): Mixins `border-radius` shouldn't output the default…
fix(@clayui/css): Mixins `clay-nav-variant` convert to use new (easie…
fix(@clayui/css): Mixins `clay-label-size` and `clay-label-variant` convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys.
fix(@clayui/css): Mixins `clay-select-variant` update to use `clay-cs…
…h all its attributes
Create new GitHub issue template to request new icons
chore(gh): Add GH issue template for new icons
…rticalCard docs(clayui.com): Update documentation for menubar (vertical navigation)
…rtal_otherProps feat(@clayui/shared): Clay Shared Portal allow passing class names and id's
feat(@clayui/css): Add form-extensions SVG icon
feat(@clayui/color-picker): Add the new DropDownContainerProps API
feat: Add the new ContainerProps API to Popover, TooltipProvider, Modal and DropDown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
3.28.0 (2021-05-19)
Bug Fixes
.cadmin.alert-container
selector (a104844)inline-item
andbadge-pill
(46868c7)dropdown-toggle-split
andbtn-group-toggle
(3fef3d5)card-header-tabs
,card-header-pills
,card-deck
,card-group
,card-columns
,accordion
(06bdb00)col-form-label
,col-form-label-lg
,col-form-label-sm
,form-row
,form-inline
(81e1f4f)lexicon-icon-sm
,lexicon-icon-lg
,lexicon-icon-xl
(f0ee8fc)custom-select
,custom-file
(cdf23e7)inline-item
(9ed5291)list-group-horizontal
(0b7f427)modal-dialog-scrollable
(130dc5c)nav-pills
(d27a7a1)custom-switch
,custom-select
,custom-file
,custom-range
(fc447e2)container-fluid-1280
(41d8b50).cadmin.component
for components that render inside react portals. It's too difficult to putcadmin
on the parent element. (640a662)clay-select-variant
to use new keys (c782615).cadmin.d-{display}
(4bb7a0a)btn-monospaced
support for buttons insideinput-group-inset-item
(0d31b54), closes #4049border-radius
shouldn't output the default radius if a null parameter is passed (42241df), closes #4066clay-label-size
andclay-label-variant
convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (2123fdf), closes #4069clay-nav-variant
convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (3fa114a), closes #4071clay-select-variant
update to useclay-css
pattern, also deprecated keys should win over new keys (65ad45e)Features
form-extensions
SVG icon (3061a9a)chatbot
andsignature
(7966c62)$cadmin-
(f1ae440)