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 oder 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: cloudinary-community/next-cloudinary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.28.0
Choose a base ref
...
head repository: cloudinary-community/next-cloudinary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Oct 30, 2023

  1. feat: Next.js 14 (#329)

    # Description
    
    Adds support for 14 in peer dependencies. Upgrades Next and Nextra docs
    versions.
    
    Also:
    - Removes deprecated CldVideoPlayer version prop
    - Updates Video Player version
    - Updates Upload Widget to use non-versioned script
    - Docs fixes and tweaks
    
    ## Issue Ticket Number
    
    Fixes #328 
    
    <!-- Specify above which issue this fixes by referencing the issue
    number (`#<ISSUE_NUMBER>`) or issue URL. -->
    <!-- Example: Fixes
    https://github.com/colbyfayock/next-cloudinary/issues/<ISSUE_NUMBER> -->
    
    ## Type of change
    
    <!-- Please select all options that are applicable. -->
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Fix or improve the documentation
    - [ ] This change requires a documentation update
    
    
    # Checklist
    
    <!-- These must all be followed and checked. -->
    
    - [ ] I have followed the contributing guidelines of this project as
    mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
    - [ ] I have created an
    [issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
    for this PR
    - [ ] I have checked to ensure there aren't other open [Pull
    Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
    same update/change?
    - [ ] I have performed a self-review of my own code
    - [ ] I have run tests locally to ensure they all pass
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes needed to the documentation
    
    BREAKING CHANGE: Updates package to support Next.js 14
    colbyfayock committed Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    a430fff View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0 [skip ci]

    # [5.0.0](v4.28.0...v5.0.0) (2023-10-30)
    
    ### Features
    
    * Next.js 14 ([#329](#329)) ([a430fff](a430fff)), closes [#328](#328)
    
    ### BREAKING CHANGES
    
    * Updates package to support Next.js 14
    semantic-release-bot committed Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    b38acf8 View commit details
    Browse the repository at this point in the history
Loading