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.
Enhancements
bolt-share
. Fix: bolt-share spacing bug and addition of align prop #922<bolt-select>
custom element. Bolt Version Selector + Initial WIP Implementation of <bolt-select> Custom Element #906Fixes
bolt-share
's tight spacing issue in FF. Fix: bolt-share spacing bug and addition of align prop #922Deprecations
Three opacity-related utility classes are deprecated and will be removed in the next major Bolt release,
v3.0.0
.Replace them with the recommended classes shown in the table below or one of the other classes documented at https://feature-opacity-scale.boltdesignsystem.com/pattern-lab/?p=styleguide-opacity
.u-bolt-opacity-75
.u-bolt-opacity-80
.u-bolt-opacity-50
.u-bolt-opacity-60
.u-bolt-opacity-25
.u-bolt-opacity-20
Fixes released in v2.1.5
bolt-list
's display prop is used in conjunction with other props such as spacing and border. Fix: enable bolt-list display prop to interact perfectly with other props #921<bolt-list>
component to ensure the list item styling doesn't trickle down to any other nested<bolt-list>
s Fix: make sure item styling doesn't trickle down in a nested bolt-list #917<bolt-button>
component'srendered
andready
events not getting emitted as expected. Bug: Fix Button JSRendered
Event Emitted + Update Button JS Demo #924