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: cookiekit-io/react-cookie-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.2
Choose a base ref
...
head repository: cookiekit-io/react-cookie-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 17, 2025

  1. feat: upgrade to version 4.0.0 and introduce geolocation-based consen…

    …t banner display
    
    - Bumped version to 4.0.0 in package.json.
    - Enhanced README.md with new feature highlights, including geolocation-based auto-display for regulated regions and detailed usage instructions.
    - Updated CookieManager component to support geolocation checks and added a new prop to disable this feature.
    - Improved the playground example to demonstrate the new consent status handling and geolocation functionality.
    JackHyp committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    510b799 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. feat: enhance geolocation consent handling in CookieManager

    - Added geoShowDecision state to manage geolocation-based consent visibility.
    - Updated logic to set geoShowDecision based on user consent and geolocation checks.
    - Improved handling of consent preferences based on geolocation status.
    - Adjusted dependencies in useEffect to include geoShowDecision for accurate updates.
    JackHyp committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    588ffe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from cookiekit-io/feature/geo-location-detection

    Added feature to show banner only for specific geographic regions
    JackHyp authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    68521a5 View commit details
    Browse the repository at this point in the history
Loading