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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.0
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.0
Choose a head ref
  • 13 commits
  • 68 files changed
  • 2 contributors

Commits on Jan 19, 2022

  1. Add vue/no-v-text-v-html-on-component rule (#1760)

    * Add `vue/no-v-text-v-html-on-component` rule
    
    * add test case
    ota-meshi authored Jan 19, 2022
    Copy the full SHA
    ae34c65 View commit details
  2. Add support for Vue2 functional component to `vue/no-unused-propertie…

    …s` and `vue/no-undef-properties` rules (#1761)
    ota-meshi authored Jan 19, 2022
    Copy the full SHA
    5ed7397 View commit details
  3. Copy the full SHA
    09bc534 View commit details
  4. Add vue/no-undef-components rule and deprecate `vue/no-unregistered…

    …-components` rule (#1763)
    
    * Add `vue/no-undef-components-in-script-setup` rule
    
    * fix test case
    
    * Renamed rule and marked no-unregistered-components as deprecated
    
    * update doc
    
    * update doc
    
    * fix doc
    
    * Update docs/rules/no-undef-components.md
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    ota-meshi and FloEdelmann authored Jan 19, 2022
    Copy the full SHA
    ee1e1e5 View commit details
  5. Fix typo

    FloEdelmann authored Jan 19, 2022
    Copy the full SHA
    2596826 View commit details
  6. Fix typo

    FloEdelmann authored Jan 19, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9c2c15f View commit details

Commits on Jan 20, 2022

  1. Improve documentation (#1768)

    * Improve wording in `vue/no-expose-after-await` docs
    
    * Improve descriptions of core extension rules
    
    * Improve example data in docs
    FloEdelmann authored Jan 20, 2022
    Copy the full SHA
    32d1fb7 View commit details

Commits on Jan 21, 2022

  1. Copy the full SHA
    f527e27 View commit details

Commits on Jan 24, 2022

  1. Copy the full SHA
    a2c4af2 View commit details
  2. Fix false positives for v-bind="obj" with v-model in `vue/attribu…

    …tes-order` rule (#1771)
    
    * Fix false positives for `v-bind="obj"` with `v-model` in `vue/attributes-order` rule
    
    * Update lib/rules/attributes-order.js
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    * Update lib/rules/attributes-order.js
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    ota-meshi and FloEdelmann authored Jan 24, 2022
    Copy the full SHA
    017cc22 View commit details
  3. Copy the full SHA
    0ca5f9d View commit details

Commits on Jan 25, 2022

  1. Copy the full SHA
    9fa8ede View commit details

Commits on Jan 27, 2022

  1. 8.4.0

    ota-meshi committed Jan 27, 2022
    Copy the full SHA
    45a7650 View commit details
Loading