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: GlobalHive/vuejs-tour
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.3
Choose a base ref
...
head repository: GlobalHive/vuejs-tour
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 17 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 4, 2025

  1. feat: enhance VTour component with default tooltip placement and mult…

    …i-instance support
    
    - Fix major rendering/positioning/etc bugs
    - Added `defaultPlacement` prop to `VTourProps` for tooltip positioning.
    - Updated component to use scoped IDs and highlight classes based on the `name` prop.
    - Improved CSS visibility handling for backdrop and tooltip elements.
    - Refactored tests to accommodate Teleport rendering and scoped IDs.
    - Renamed component CSS output to avoid conflicts with SCSS.
    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    f3ef42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f9485 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    af1f30a View commit details
    Browse the repository at this point in the history
  4. Cleanup timeouts

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    a5d1eb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cbbe10 View commit details
    Browse the repository at this point in the history
  6. Readability changes

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    27a9ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b2dd11 View commit details
    Browse the repository at this point in the history
  8. feat: Add comprehensive accessibility tests for VTour component

    - Introduced a new test suite for the VTour component focusing on accessibility features.
    - Verified ARIA attributes, live regions, button labels, and keyboard navigation.
    - Implemented helper functions for mounting the VTour component with default props.
    - Updated existing jump options tests to respect accessibility configurations.
    - Refactored existing tests to utilize new helper functions for improved readability and maintainability.
    - Added a transition stub to ensure immediate hook execution during tests.
    - Enhanced timer management in tests to ensure accurate timing and transitions.
    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    28a7fd1 View commit details
    Browse the repository at this point in the history
  9. Remove unused

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    4fab393 View commit details
    Browse the repository at this point in the history
  10. Better coverage

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    51faeb2 View commit details
    Browse the repository at this point in the history
  11. Fmt

    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    f5e886f View commit details
    Browse the repository at this point in the history
  12. feat: Enhance jump options with customizable easing functions and imp…

    …rove accessibility support
    AdamDrewsTR committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    e295b99 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    d9510df View commit details
    Browse the repository at this point in the history
  2. chore: release 2.5.0

    Release-As: 2.5.0
    GlobalHive committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ba4c32d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from AdamDrewsTR/major-fix-and-more

    feat+FIX: enhance VTour component with default tooltip placement and mult…
    GlobalHive authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    5e692aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31424cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #104 from GlobalHive/release-please--branches--mas…

    …ter--components--vuejs-tour
    
    chore(master): release 2.5.0
    GlobalHive authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    b82f7a4 View commit details
    Browse the repository at this point in the history
Loading