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: Tresjs/tres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.1
Choose a base ref
...
head repository: Tresjs/tres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 30, 2023

  1. fix(types-(fix-#427)): vueprops change ref to vnoderef and key add nu…

    …mber and symbol (#428)
    
    Updated `ref` in VueProps to use `VNodeRef` type from vue, to support using a function ref. Also updated key to accept numbers and symbols
    
    #427 #427
    
    Co-authored-by: Patrick Byrn <[email protected]>
    PatrickByrn and Patrick Byrn authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    45aeafd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. feat(useSeek): Add seekAll and seekAllByName methods to useSeek

    … composable (#433)
    
    * Added seekAll and SeekAllByName methods to useSeek composable
    
    * Use .includes to check for value instead of strict comparison. Update useSeek documentation to include these 2 new functions
    garrlker authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ef905a3 View commit details
    Browse the repository at this point in the history
  2. docs: Add github & issuess to top menu (#420)

    Co-authored-by: Alvaro Saburido <[email protected]>
    not-Ryan and alvarosabu authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f0b3417 View commit details
    Browse the repository at this point in the history
  3. chore: release v3.5.0

    alvarosabu committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3cd039b View commit details
    Browse the repository at this point in the history
Loading