🌐 AI搜索 & 代理 主页
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: coreui/coreui-pro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3b357ca
Choose a base ref
...
head repository: coreui/coreui-pro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71239c8
Choose a head ref
  • 14 commits
  • 125 files changed
  • 1 contributor

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    492dce8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    f64a287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2aa61 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. feat(TimePicker): add configurable aria-label options and improve acc…

    …essibility
    
    - Add ariaSelectHoursLabel, ariaSelectMinutesLabel, ariaSelectSecondsLabel, and ariaSelectMeridiemLabel configuration options
    - Apply aria-labels to both roll and select variants for better screen reader support
    - Add proper ARIA roles and attributes (listbox, option, aria-selected, aria-label)
    - Improve keyboard navigation with Home/End key support and better focus management
    - Enhanced focus trap behavior for roll columns
    mrholek committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    6f69747 View commit details
    Browse the repository at this point in the history
  2. fix(TimePicker): correct meridiem handling to prevent hour conversion…

    … errors
    
    - Fix AM/PM switching logic to properly convert between 12h and 24h formats
    - Add bounds checking to prevent hours from going below 0 or above 23
    - Prevent double conversion errors when switching meridiem multiple times
    - Ensure accurate time representation when toggling between AM and PM
    mrholek committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    38d495b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. refactor(TimePicker): enhance component styles and add new variables …

    …to manage cell width and height
    mrholek committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    565683b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. chore: update dependencies and devDependencies

    @babel/core             ^7.28.3  →   ^7.28.4
    @docsearch/js            ^3.9.0  →    ^4.0.1
    eslint                  ^9.34.0  →   ^9.35.0
    eslint-plugin-unicorn   ^60.0.0  →   ^61.0.2
    globals                 ^16.3.0  →   ^16.4.0
    hugo-bin               ^0.146.0  →  ^0.147.0
    rollup                  ^4.50.0  →   ^4.50.2
    sass-embedded           ^1.91.0  →   ^1.92.1
    stylelint              ^16.23.1  →  ^16.24.0
    terser                   5.43.1  →    5.44.0
    mrholek committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    11f0514 View commit details
    Browse the repository at this point in the history
  2. build: add postinstall script to remove sass package

    `sass-true` installs both `sass` and `sass-embedded` packages, which causes style compilation to break. Added a `postinstall` script with `rimraf` to remove `sass` after installation, leaving only `sass-embedded`.
    mrholek committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    77580dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd3f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbe4a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b3dbf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    96e3b73 View commit details
    Browse the repository at this point in the history
  2. fix(Calendar): add the proper navigation button type to prevent unint…

    …ended form submission
    mrholek committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    69ac213 View commit details
    Browse the repository at this point in the history
  3. release: v5.20.0

    mrholek committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    71239c8 View commit details
    Browse the repository at this point in the history
Loading