- 
                Notifications
    
You must be signed in to change notification settings  - Fork 71
 
Version Packages #3247
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
            
            Version Packages #3247
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
    
  
  
    
    f644f32    to
    ef8d5e1      
    Compare
  
    | 
           Size Change: 0 B Total Size: 1.62 MB ℹ️ View Unchanged
  | 
    
5a78c2c    to
    6825dea      
    Compare
  
    6825dea    to
    fcf011b      
    Compare
  
    8de0099    to
    593a6f8      
    Compare
  
    
              
                    adamrasheed
  
              
              approved these changes
              
                  
                    Oct 31, 2025 
                  
              
              
            
            
593a6f8    to
    713b7d1      
    Compare
  
    713b7d1    to
    66443fd      
    Compare
  
    | 
           Coverage after merging changeset-release/main into main will be 
 Coverage Report
  | 
    |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  
    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.
  
    
  
    
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@leafygreen-ui/code-editor@1.0.0
Major Changes
f73bab7: This release marks the V1.0.0 release of
@leafygreen-ui/code-editor.Fixes remaining known of bugs. These include:
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.CodeEditorcomponent. Contains all of the same functionality that was in the built in panel but matches the LG design language.Patch Changes
@leafygreen-ui/copyable@12.0.0
Major Changes
classNameprop now applies to the inner container, while the newwrapperClassNameprop applies to the outer wrapper. This prevents box model styles (e.g. gap) from parent elements affecting the component's internal layout. Existing usages that relied onclassNameapplying to the outer wrapper may break and should be updated to usewrapperClassNameinstead.Patch Changes
@leafygreen-ui/menu@33.0.0
Major Changes
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/tokens@4.0.0
Major Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@lg-chat/chat-window@5.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@lg-chat/message@9.1.0
Minor Changes
6bb6c00: LG-5643
92693df: Updated major version to Shadow tokens.
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@lg-chat/message-feedback@8.1.0
Minor Changes
6bb6c00: LG-5643
Add
enableFadeAfterSubmitprop toInlineMessageFeedbackcomponent to enable optional fade-out animation after feedback is submitted.Patch Changes
@lg-chat/title-bar@4.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/card@13.2.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/combobox@12.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/confirmation-modal@10.2.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/emotion@5.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.@leafygreen-ui/expandable-card@5.2.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/form-footer@9.2.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/modal@20.3.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/popover@14.3.0
Minor Changes
83b0b92: Popover sizes are now restricted to the available space in the viewport, based on the computed position, align & justify.
Adds
maxHeight&maxWidthprops to further restrict the popover size.If the provided value is greater than the available space above/below (for height), or left/right (for width) of the reference element,
the size will be restricted to the available space (i.e. the popover will not overflow the viewport).
Note: Any
max-heightormax-widthvalue applied with additional CSS will take precedence, and will override the "available space" calculationExports
popoverCSSPropertiesconstant for use in components that extend popoverPatch Changes
@leafygreen-ui/search-input@6.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/select@16.3.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/table@15.2.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/toast@8.1.0
Minor Changes
shadowobject and its key/values have been changed. Other packages utilizing the shadow values have had a minor update to accommodate the changes.Patch Changes
@leafygreen-ui/typography@22.2.0
Minor Changes
elementtimingHTML attributePatch Changes
@lg-charts/chart-card@1.1.2
Patch Changes
@lg-charts/core@2.2.1
Patch Changes
@lg-charts/legend@1.0.8
Patch Changes
@lg-chat/avatar@8.0.1
Patch Changes
@lg-chat/fixed-chat-window@5.0.1
Patch Changes
@lg-chat/input-bar@11.0.1
Patch Changes
@lg-chat/lg-markdown@4.2.2
Patch Changes
@lg-chat/message-feed@8.0.1
Patch Changes
@lg-chat/message-prompts@4.1.2
Patch Changes
@lg-chat/message-rating@6.0.1
Patch Changes
@lg-chat/rich-links@4.0.3
Patch Changes
@lg-chat/suggestions@0.2.6
Patch Changes
@leafygreen-ui/avatar@3.1.4
Patch Changes
@leafygreen-ui/badge@10.2.2
Patch Changes
@leafygreen-ui/banner@10.2.2
Patch Changes
@leafygreen-ui/button@25.1.2
Patch Changes
@leafygreen-ui/callout@12.1.2
Patch Changes
@leafygreen-ui/checkbox@18.1.2
Patch Changes
@leafygreen-ui/chip@4.0.8
Patch Changes
@leafygreen-ui/code@20.2.1
Patch Changes
@leafygreen-ui/context-drawer@0.2.6
Patch Changes
@leafygreen-ui/date-picker@4.0.10
Patch Changes
@leafygreen-ui/drawer@5.1.2
Patch Changes
@leafygreen-ui/empty-state@3.0.8
Patch Changes
@leafygreen-ui/feature-walls@5.0.1
Patch Changes
@leafygreen-ui/form-field@4.0.6
Patch Changes
@leafygreen-ui/gallery-indicator@3.1.1
Patch Changes
@leafygreen-ui/hooks@9.2.2
Patch Changes
@leafygreen-ui/icon@14.6.1
Patch Changes
rollupplugins that intermittently caused@emotion/server/create-instanceto be marked as a direct dependency of icon@leafygreen-ui/icon-button@17.1.2
Patch Changes
@leafygreen-ui/info-sprinkle@5.0.8
Patch Changes
@leafygreen-ui/inline-definition@9.1.2
Patch Changes
@leafygreen-ui/input-option@4.1.2
Patch Changes
@leafygreen-ui/loading-indicator@5.0.1
Patch Changes
@leafygreen-ui/marketing-modal@8.1.3
Patch Changes
@leafygreen-ui/number-input@5.0.9
Patch Changes
@leafygreen-ui/ordered-list@3.0.8
Patch Changes
@leafygreen-ui/pagination@4.1.2
Patch Changes
@leafygreen-ui/password-input@5.0.6
Patch Changes
@leafygreen-ui/pipeline@8.0.7
Patch Changes
@leafygreen-ui/preview-card@0.2.5
Patch Changes
@leafygreen-ui/progress-bar@1.0.5
Patch Changes
@leafygreen-ui/radio-box-group@15.0.9
Patch Changes
@leafygreen-ui/radio-group@13.0.9
Patch Changes
@leafygreen-ui/ripple@2.0.7
Patch Changes
@leafygreen-ui/section-nav@1.0.6
Patch Changes
@leafygreen-ui/segmented-control@11.0.10
Patch Changes
@leafygreen-ui/side-nav@17.0.9
Patch Changes
@leafygreen-ui/skeleton-loader@3.0.8
Patch Changes
@leafygreen-ui/split-button@6.1.6
Patch Changes
@leafygreen-ui/stepper@6.1.2
Patch Changes
@leafygreen-ui/tabs@17.0.6
Patch Changes
@leafygreen-ui/text-area@12.1.2
Patch Changes
@leafygreen-ui/text-input@16.1.3
Patch Changes
@leafygreen-ui/toggle@12.1.2
Patch Changes
@leafygreen-ui/toolbar@1.1.2
Patch Changes
@leafygreen-ui/tooltip@14.2.2
Patch Changes
@leafygreen-ui/vertical-stepper@3.0.2
Patch Changes
@lg-tools/storybook-addon@0.6.5
Patch Changes
@lg-tools/storybook-decorators@1.0.5
Patch Changes