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: 63d5c29
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: 2673df1
Choose a head ref
  • 9 commits
  • 129 files changed
  • 2 contributors

Commits on Oct 18, 2024

  1. FIX (date-picker): dateChange.coreui.date-picker never triggered due …

    …to a type (.calendar instead of .calendars)
    
    FIX (date-picker and date-range-picker): EVENT_START_DATE_CHANGE / EVENT_END_DATE_CHANGE were not triggered when updated the date via input
    vladrusu committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6497dbd View commit details
    Browse the repository at this point in the history
  2. - Send EVENT_START_DATE_CHANGE / EVENT_END_DATE_CHANGE also when date…

    … is empty / deleted
    
    - Better safeguard for inputDateParse / inputDateFormat when date is empty (prevent Invalid Date)
    vladrusu committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8c7ccbc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. feat(Calendar, DatePicker, DateRangePicker): allows custom functions …

    …to be passed to the `disabledDates` option to disable specific dates
    mrholek committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4b28c6d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. docs: add Black Friday banner

    mrholek committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    056f41a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #550 from vladrusu/main-patch5

    date-picker / date-range-picker event fixes
    mrholek authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b33e9c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef3287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97083a3 View commit details
    Browse the repository at this point in the history
  5. chore: update dependencies and devDependencies

    @docsearch/js    ^3.7.0  →    ^3.8.0
    hugo-bin       ^0.135.0  →  ^0.136.0
    rollup          ^4.25.0  →   ^4.27.3
    mrholek committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    aca12ec View commit details
    Browse the repository at this point in the history
  6. release: v5.8.0

    mrholek committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2673df1 View commit details
    Browse the repository at this point in the history
Loading