Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what鈥檚 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: vueuse/head
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.8
Choose a base ref
Loading
...
head repository: vueuse/head
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
Loading
  • 6 commits
  • 86 files changed
  • 4 contributors

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    3ae5964 View commit details
    Browse the repository at this point in the history
  2. chore: add v1 announcement

    harlan-zw committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3d3cb0a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. v1 release (#162)

    * refactor!: v1 initial, CSR performance, awaitable hooks (#126)
    
    * performance: rewrite reactivity for SSR / CSR
    
    * chore: rolleback artifacts
    
    * chore: progress commit
    
    * fix: use ./src import
    
    * refactor!: simplify utils for smaller pkg (#127)
    
    * performance: rewrite reactivity for SSR / CSR
    
    * chore: rolleback artifacts
    
    * chore: progress commit
    
    * fix: use ./src import
    
    * refactor: simplify util code for smaller payload
    
    * refactor!: continued (#128)
    
    * performance: rewrite reactivity for SSR / CSR
    
    * chore: rolleback artifacts
    
    * chore: progress commit
    
    * fix: use ./src import
    
    * refactor: simplify util code for smaller payload
    
    * wip: part two of refactor
    
    * chore: fix tests
    
    * chore: run github ci on v1
    
    * chore: run github ci on v1
    
    * chore: bump version
    
    * Release v1.0.0-rc.0
    
    * Release v1.0.0-rc.1
    
    * fix: ensure empty attrs reset attrs (#130)
    
    * fix: ensure empty attr is set
    
    * fix: test valid tags
    
    * fix(ci): release on rc
    
    * Release v1.0.0-rc.2
    
    * fix(ci): remove broken --pre
    
    * Release v1.0.0-rc.3
    
    * fix(ci): use --pre
    
    * fix: use simpler API for tags (#131)
    
    * feat: improved hook api (#132)
    
    * chore: prefer runtime prop for id & position (#134)
    
    * chore: prefer runtime prop for id & position
    
    * fix: type errors
    
    * fix: add `headTags` for backwards compatibility (#133)
    
    * Release v1.0.0-rc.4
    
    * fix: add legacy `addHeadObjs` (#135)
    
    * refactor!: useHeadRaw -> useHeadSafe (#136)
    
    * refactor!: useHeadRaw -> useHeadSafe
    
    * feat: tree-shake encoding
    
    * chore: useHeadSafe types
    
    * Release v1.0.0-rc.5
    
    * fix(types): export `MaybeComputedRef`
    
    * chore: add missing `type`
    
    * Release v1.0.0-rc.6
    
    * chore(pkg): bump deps
    
    * fix(titleTemplate): allow titleTemplate to resolve the title (#137)
    
    * fix(titleTemplate): allow titleTemplate to resolve the title
    
    * chore: add happy case
    
    * chore: fix type issues
    
    * chore: maybe fix type issue
    
    * chore: maybe fix type issue
    
    * chore: maybe fix type issue
    
    * chore: maybe fix type issue
    
    * Release v1.0.0-rc.7
    
    * chore: bump deps
    
    * chore: test issue #138
    
    * chore: linting
    
    * chore(pkg): bump deps
    
    * Release v1.0.0-rc.8
    
    * fix: ensure tags props are immutable (#139)
    
    * Release v1.0.0-rc.9
    
    * chore(pkg): bump deps
    
    * Release v1.0.0-rc.10
    
    * fix: ensure single pass of `htmlAttr` sanitization, fixes #142 (#143)
    
    * fix: ensure csr elements are created equally (#145)
    
    * fix: ensure csr elements are created equally
    
    * fix: remove sanitising
    
    * chore: fix doc
    
    * chore(pkg): bump deps
    
    * Release v1.0.0-rc.11
    
    * fix: vue 2.7 globalProperties, fixes #141
    
    * chore(pkg): bump zhead
    
    * Release v1.0.0-rc.12
    
    * add vue 2.7 compatibility to Head component (#147)
    
    * add vue 2.7 compatibility to Head component
    
    * remove vue-demi in favor of checking version from vue itself
    
    * chore(pkg): bump deps
    
    * fix: dedupe `htmlAttrs` and `bodyAttrs` for csr (#149)
    
    * Release v1.0.0-rc.13
    
    * fix: Vue 2.7 compatibility (#150)
    
    * add separate vue2 plugin for 2.7 compatibility
    
    * Vue 2.7 install readme
    
    * fix: handle style / class attrs
    
    * chore: add link back to pinia
    
    * chore: vue2 example
    
    Co-authored-by: Val Trubachev <val.trubachev@zoro.com>
    
    * chore(pkg): ignore eslint in vue2 example
    
    * Release v1.0.0-rc.14
    
    * feat: migrate core to unhead (#157)
    
    * feat: migrate core to unhead
    
    * chore: fix SSR test with timeouts
    
    * chore: readme link fix
    
    * chore(pkg): bump deps
    
    * chore(ci): switch to next channel
    
    * chore: document install
    
    * Release v1.0.0-next.1
    
    * chore: improve doc
    
    * chore: bump unhead, update tests and examples
    
    * Release v1.0.0-next.2
    
    * chore: bump unhead
    
    * chore: expose `VueHeadMixin`
    
    * Release v1.0.0-next.3
    
    Co-authored-by: Valera Trubachev <vetruvet@gmail.com>
    Co-authored-by: Val Trubachev <val.trubachev@zoro.com>
    3 people authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c6ff58c View commit details
    Browse the repository at this point in the history
  2. doc: update readme

    harlan-zw committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    14fcf27 View commit details
    Browse the repository at this point in the history
  3. chore: prepare v1 release

    harlan-zw committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c6d5a24 View commit details
    Browse the repository at this point in the history
  4. Release v1.0.0

    harlan-zw committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    abe0fb1 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.