docs: bring the unreleased changelog up to date - #813
Merged
Conversation
The Unreleased section listed 2 entries while 22 commits had landed since 2.10.2. Adds one line per change, grouped Added/Fixed/Documentation the way the 2.9.0 and 2.8.x sections are, since a flat list of 24 bullets is hard to scan. Issue references are taken from the merged PR bodies.
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.
The
Unreleasedsection had drifted: 2 entries against 22 commits landed since 2.10.2.Adds one line per change, with the issue reference taken from each merged PR's body rather than inferred. Grouped into Added / Fixed / Documentation to match the 2.9.0 and 2.8.x sections, since 24 flat bullets are hard to scan.
No source changes.
Note for the release
The committed
dist/on master is stale. It is missing the RTL rules from #797 and the icon centering from #803, so running the acceptance suite on a fresh checkout withoutnpm run buildfails the threemenu-title-icon-alignmentspecs. CI is unaffected because #803 added a build step to the acceptance job, andprepublishOnlyrebuilds before publish, so this only bites local runs. Worth a rebuild either way before cutting the next version.