Conversation
Sync: Release v2.2.0 back to develop
…e and workflow guide
* Add inline Toggle Control `<cv-toggle-control>` * Remove show-inline-control attribute from toggles * Update docs * Fix Toggle small content peek having greater height than show * Make the toggles doc much nicer * Add attribute no-label to ToggleControl * Abstract ToggleSegmentedControl to reduce duplication
* Update tab docs * Fix styling nit of double underline
* Update: use colorScheme to drive all themeing * Update src/lib/stores/color-scheme-store.svelte.ts * Add changes.md to highlight deprecations
Defaults were not being applied and being removed
Rename attributes as it is user facing now if-set, if-unset, include-default
This file contains hidden or 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
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.
Overview of changes:
v2.3.0
User Facing Changes:
<cv-toggle-control/>componentshow-inline-controlattribute from<cv-toggle/>panel.themesetting, rely on just (colorScheme) in root config.stateManagedtoggle bugs regarding default stateDeveloper Facing Changes:
SEMVER impact of the PR:
Merge Instructions: