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.1
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: v3.8.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 12, 2025

  1. Update README.md to enhance clarity and usability

    - Revised the introduction for a more concise description of the component's features.
    - Added various badges for npm version, downloads, license, TypeScript support, bundle size, and contribution guidelines.
    - Removed the requirement to manually import CSS styles, noting that styles are now automatically injected.
    - Updated Next.js usage instructions to reflect changes in rendering the CookieManager component.
    - Introduced new props and usage examples, including the `openPreferencesModal` method and `enableFloatingButton` feature.
    - Added a section for local development instructions to facilitate testing changes in example apps.
    JackHyp committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    5a8f740 View commit details
    Browse the repository at this point in the history
  2. feat: add mobile content override to MobileModal for improved display…

    … flexibility
    
    - Introduced mobileContentOverride to dynamically apply class names based on display type (modal, popup, banner).
    - Enhanced the rendering logic to accommodate different content styles for better user experience.
    JackHyp committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    6a9f082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6069f22 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from cookiekit-io/fix/banner-responsiveness

    Fixed banner class loading on resize
    JackHyp authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    1345f95 View commit details
    Browse the repository at this point in the history
Loading