Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rsuite/rsuite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: rsuite/rsuite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 10 commits
  • 33 files changed
  • 2 contributors

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    00ecba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ccd94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f2b96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27610dd View commit details
    Browse the repository at this point in the history
  5. docs(guide): upgrading from v5 to v6 (#4436)

    * docs(guide): upgrading from v5 to v6
    
    * docs: update migration-v6
    simonguo authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e295873 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. docs(llms): add simple and full versions of LLMs.txt (#4451)

    * docs(llms): add simple and full versions of LLMs.txt
    
    - Rename generate-llms-simple.js to generate-llms-txt.js
    - Rename generate-llms-txt.js to generate-llms-full-txt.js
    - Update package.json to build both versions in prebuild
    - Add titles to all guide and resource links
    - Simplify documentation descriptions
    - Add comprehensive README for LLMs.txt scripts
    - Update .gitignore to exclude both generated files
    
    * docs(llms): add file size information to documentation
    
    - Add file size (~9KB) for llms.txt
    - Add file size (~1.4MB) for llms-full.txt
    - Update both English and Chinese versions
    
    * fix(llms): improve HTML comment removal to address security warning
    
    - Remove negative lookahead pattern that caused incomplete sanitization warning
    - Use simple regex to remove ALL HTML comments since include directives are already processed
    - Add do-while loop to ensure complete removal of nested/multiple comments
    - Add detailed comments explaining why it's safe to remove all comments at this stage
    simonguo authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    3a9f86e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. fix(Panel): change PanelHeader default element from Heading to div fo…

    …r better semantics (#4453)
    
    * fix(Panel): change PanelHeader default element from Heading to div for better semantics
    
    * Update src/Panel/PanelHeader.tsx
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    simonguo and Copilot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    a0726d6 View commit details
    Browse the repository at this point in the history
  2. fix(picker): separate pickerType from name prop to fix data-picker at…

    …tribute (#4452)
    
    * fix(picker): separate pickerType from name prop to fix data-picker attribute
    
    - Add pickerType prop to PickerToggleTrigger for data-picker attribute
    - Keep name prop for HTML form integration
    - Update all picker components to use pickerType instead of name
    - Fix issue #4440 where Form.Control name overrides data-picker value
    - Add tests to verify data-picker attribute is correct with custom name prop
    
    Fixes #4440
    
    * Update docs/pages/components/form/fragments/status.md
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    simonguo and Copilot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    fcfd229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c6f491 View commit details
    Browse the repository at this point in the history
  4. build: bump 6.0.1

    simonguo committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    0832f36 View commit details
    Browse the repository at this point in the history
Loading