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: vuejs/eslint-plugin-vue Loading
base: v8.2.0
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue Loading
compare: v8.3.0
Choose a head ref
  • 5 commits
  • 26 files changed
  • 3 contributors

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    2472ffa View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Report $set and $nextTick in computed properties (#1750)

    * Report `set`/`nextTick` in `vue/no-side-effects-in-computed-properties`
    
    * Don't check `nextTick` in `no-side-effects-in-computed-properties`
    
    * Report `nextTick` in `no-async-in-computed-properties`
    FloEdelmann committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e7b77aa View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Fix crash on <textarea> without end tag in vue/html-indent rule (#…

    …1755)
    
    * Fix crash on `<textarea>` without end tag in `vue/html-indent` rule
    
    * refactor
    ota-meshi committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    a475176 View commit details
    Browse the repository at this point in the history
  2. Fix false positive for unknown emits definition in `vue/require-expli…

    …cit-emits` rule (#1756)
    
    * Fix false positive for unknown emits definition in `vue/require-explicit-emits` rule
    
    * Rename method
    ota-meshi committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    834411e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. 8.3.0

    ota-meshi committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    9c6910e View commit details
    Browse the repository at this point in the history
Loading