Skip to content
Permalink
dev

Commits on Oct 6, 2021

Commits on Oct 5, 2021

Commits on Sep 22, 2021

Commits on Sep 14, 2021

Commits on Sep 13, 2021

Commits on Sep 8, 2021

  1. feat(compiler): condenses staticClass whitespace (fix #12113) (#12195)

    * feat(compiler): template staticClass no longer preserves whitespace
    
    Template static classes used to preserve whitespace after compilation, resulting in builds that had
    bigger file outputs with whitespace in component's staticClass attributes
    
    fix #12113
    
    * refactor(refactor(web-compiler): removed ignore in regex): Removed ignore flag in regex
    
    fix #12113
    
    * test(ssr-string.spec.js): Removed newline character, as whitespace is purged in static classes
    
    There's no need to escape newlines in static classes, as they're now replaced with a single
    whitespace character
    
    fix #12113
    
    * test(directives/class.spec.js): Added whitespace to test
    
    fix #12113
    
    * Apply suggestions from code review
    
    Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
    royeden and posva committed Sep 8, 2021

Commits on Sep 4, 2021

  1. chore: update sponsors [ci skip] (#12256)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Sep 4, 2021
  2. chore: update backers [ci skip] (#12255)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Sep 4, 2021

Commits on Sep 1, 2021

  1. build(deps): bump tar from 4.4.15 to 4.4.19 (#12250)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Sep 1, 2021

Commits on Aug 24, 2021

  1. chore: sponsors [ci skip]

    yyx990803 committed Aug 24, 2021

Commits on Aug 16, 2021

Commits on Aug 4, 2021

  1. build(deps): bump tar from 4.4.8 to 4.4.15 (#12204)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Aug 4, 2021

Commits on Jul 7, 2021

  1. chore: update sponsors [ci skip] (#12174)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Jul 7, 2021

Commits on Jun 28, 2021

Commits on Jun 22, 2021

  1. chore: update sponsors [ci skip] (#12146)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Jun 22, 2021

Commits on Jun 20, 2021

Commits on Jun 7, 2021

  1. build: release 2.6.14

    posva committed Jun 7, 2021
  2. build: build 2.6.14

    posva committed Jun 7, 2021

Commits on Jun 3, 2021

  1. fix(types): async Component types (#11906)

    * Update options.d.ts
    
    * Create async-component-test.ts
    
    * add generics to Component ad EsModuleComponent
    
    * remove not needed , and ;
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * optimize EsModuleImports
    
    * Update async-component-test.ts
    mathe42 committed Jun 3, 2021

Commits on Jun 2, 2021

  1. feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)

    * feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5
    
    * chore(ssr): remove webpack from peerDependencies
    gzzhanghao committed Jun 2, 2021

Commits on May 8, 2021

Commits on Apr 30, 2021

  1. build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Apr 30, 2021
Older