-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: grouping refine part 2 #5590
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
Merged
Merged
Conversation
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
This reverts commit 0f28670.
OEvgeny
commented
Sep 24, 2025
* First attempt * Clean up * Ignore static * Better separator * Add importmap * Add static * Add version number * Clean up * Short chunk name * Unify entryNames * Use __ (double underscore) * Add sourcemap * Better React * Clean up * Add version number * Save ReactDOM * Use React CJS without global * Add Speech SDK * Repack * Add base64-js * Fix eslint * Repack botframework-directlinejs * Better esbuild src * Repack react and react-dom * Add sourcemap * Repack react-is * Clean up * Add @types/* * Clean up * Delete object-assign * Delete object-assign * Cheaper object-assign * Remove unnecessary devDependencies * Clean up * Add comment for 1.45.0 * Fix eslint * Remove isConcurrentMode * Bump to react-is@16 * Revert * Add precommit * Debump to 1.17.0 * Add repack * Fix npm start for repacks * Fix npm run build * Add start:static * Better message * Better message * Clean up * Add first fat module test * Add more tests * Add more exports and tests * Use isomorphic React * Add snapshot * Fix watch mode * Isomorphic React as esbuild plugin * Fix npm run build * Remove isomorphic React * Rename to skip * Add to lint-staged * Fix dev server * Add npm start html-react-parser * Remove comment * Clean up * Don't print token * Add test for createRoot * Fix import react-dom * Add entry * Add static * Upload static artifact
* Add test * Build /static * Add react@18 and react-dom@18 * Add tests for fluent-theme * Add tsx test * No need object-assign aliasing * Add comment * Add entry
* Add printCommitStats * New doc category * Better name * Fix filename and run npm ci * Add dependencies * Better categorization * Fetch main * Diff from main * Use origin/main * Better output * Add disclaimer * Add a broader permissions.content: read
* Add react@18 and react-dom@18 * No need object-assign aliasing * Exporting allowlisted packages only * Remove unnecessary dependencies * Remove async * Auto exporting own packages * Remove comments * Remove unnecessary code * Add doc * Restructure * Readability * Readability * Readability * Readability * Readability * Readability * More contents * Clarification * Add links * Fix plugins * Add middleware test for tsx * Add esm.run * Use named exports * Add simple test * Clean up * Fix build * Add React 18 tests * Clean up * 4.19.0 * Add reads * Readability * Wordings * Add "Step X:" * Code clarity * New line * Readability * Add UMD * Better UMD snippet * Add snapshot * Rename * Rename plugin * Readability * Mark 16.8.6 as baseline * Readability * Fix react.18 filename * ESM build for test harness and page object * Move all fatModule test to use ESM harness and page-object * Fix speech token * Clean up * Apply PR suggestions * Fix test-to-code ratio
* Add delay to --watch * Add entry
* Show deprecation for old imports * Add entry * Update message * Rename to deprecateObject * Check for no dupe deprecation notes * Get own properties only * Add denylist * Use warnOnce from base * Add explicit type casting
* Allow any role * Allow role of string * Fix propTypes * Remove obsoleted tests
1959860
to
55c7a6b
Compare
compulim
approved these changes
Oct 1, 2025
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.
Changelog Entry
isPartOf
property of theMessage
entity, in PR #5553, in PR #5585, in PR #5590, by @OEvgenyDescription
This is further refinement of the part grouping work. Focused mostly on:
Specific Changes
__tests__
have more tests for related aspects of UXcomponent
has some improvements for Stacked Layout stylesfluent-theme
has minor tweaks to make message status look nicer when not in the group-
CHANGELOG.md
I have updated documentationReview Checklist
z-index
)package.json
andpackage-lock.json
reviewed