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: Patternslib/Patterns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Patternslib/Patterns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-tiptap
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 19, 2024

  1. fix: Fix reference to 3rd party styles in stylesheets.

    Since latest scss build tools which became available in
    `@patternslib/dev` version 3.6 references to `node_modules` need to be
    left out. The build tool searches in node_modules anyways. This is now
    fixed.
    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    427e3c1 View commit details
    Browse the repository at this point in the history
  2. fix(pat-carousel): Fix SASS compilation warnings.

    Upgrade to a version of slick.js where the compilation warnings are fixed.
    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6bc28d5 View commit details
    Browse the repository at this point in the history
  3. slick.js branch merged now.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7c5c394 View commit details
    Browse the repository at this point in the history
  4. yarn install.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    43334d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a479b48 View commit details
    Browse the repository at this point in the history
  6. Release new version.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5565d87 View commit details
    Browse the repository at this point in the history
  7. Release new version.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5c3e830 View commit details
    Browse the repository at this point in the history
  8. Fix changelog.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1dd9c28 View commit details
    Browse the repository at this point in the history
  9. fix(core dom): Avoid circular imports.

    Remove BBB export "add_event_listener" and "remove_event_listener" to avoid circular imports.
    This fixes a test-run problem in pat-tiptap and was long overdue anyways.
    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    827ac3f View commit details
    Browse the repository at this point in the history
  10. Release new version.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6e3de96 View commit details
    Browse the repository at this point in the history
  11. Release new version.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    914c3eb View commit details
    Browse the repository at this point in the history
  12. Fix changelog.

    thet committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2208ea9 View commit details
    Browse the repository at this point in the history
Loading