|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +# [2.0.0-rc.0](https://github.com/nuxt/vue-meta/compare/v1.6.0...v2.0.0-rc.0) (2019-04-20) |
| 6 | + |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +* add afterNavigation type ([722786d](https://github.com/nuxt/vue-meta/commit/722786d)) |
| 11 | +* add inject stub for browser build ([02e4094](https://github.com/nuxt/vue-meta/commit/02e4094)) |
| 12 | +* add ts type for refresh once ([5935cf3](https://github.com/nuxt/vue-meta/commit/5935cf3)) |
| 13 | +* afterNavigation logic (its never set in options) ([4a8f975](https://github.com/nuxt/vue-meta/commit/4a8f975)) |
| 14 | +* also render boolean attributes correctly for tags ([66e4fb4](https://github.com/nuxt/vue-meta/commit/66e4fb4)) |
| 15 | +* another inline array to const ([78f2c46](https://github.com/nuxt/vue-meta/commit/78f2c46)) |
| 16 | +* dev env name ([502c89e](https://github.com/nuxt/vue-meta/commit/502c89e)) |
| 17 | +* dont call changed with explicit this ([5ad6711](https://github.com/nuxt/vue-meta/commit/5ad6711)) |
| 18 | +* dont inline typeof definitions ([5031acf](https://github.com/nuxt/vue-meta/commit/5031acf)) |
| 19 | +* dont updateTags when the new info is not an array ([12c7949](https://github.com/nuxt/vue-meta/commit/12c7949)) |
| 20 | +* dont use object.assign/spread ([d717dbf](https://github.com/nuxt/vue-meta/commit/d717dbf)) |
| 21 | +* fix cjs build (for now) by adding var window ([95c138e](https://github.com/nuxt/vue-meta/commit/95c138e)) |
| 22 | +* ignore cssText for coverage ([e3fd8ab](https://github.com/nuxt/vue-meta/commit/e3fd8ab)) |
| 23 | +* ignore data when its not an object (fixes: [#253](https://github.com/nuxt/vue-meta/issues/253), [#279](https://github.com/nuxt/vue-meta/issues/279), [#297](https://github.com/nuxt/vue-meta/issues/297)) ([7615f41](https://github.com/nuxt/vue-meta/commit/7615f41)) |
| 24 | +* ignore package-lock not yarn.lock ([164cd8e](https://github.com/nuxt/vue-meta/commit/164cd8e)) |
| 25 | +* implement simply array polyfills (fixes [#328](https://github.com/nuxt/vue-meta/issues/328)) ([d38f81e](https://github.com/nuxt/vue-meta/commit/d38f81e)) |
| 26 | +* move rollup config and case fix ([76632ad](https://github.com/nuxt/vue-meta/commit/76632ad)) |
| 27 | +* one less thing to review ([bf864f6](https://github.com/nuxt/vue-meta/commit/bf864f6)) |
| 28 | +* only add navguards when refreshOnceOnNav is false ([93f021b](https://github.com/nuxt/vue-meta/commit/93f021b)) |
| 29 | +* prefer filter over slice ([82ba8c0](https://github.com/nuxt/vue-meta/commit/82ba8c0)) |
| 30 | +* prefer for..in instead keys.forEach ([6741897](https://github.com/nuxt/vue-meta/commit/6741897)) |
| 31 | +* prefer includes over indexOf ([6bbcf74](https://github.com/nuxt/vue-meta/commit/6bbcf74)) |
| 32 | +* remove leaked poc dependencies ([0dada3d](https://github.com/nuxt/vue-meta/commit/0dada3d)) |
| 33 | +* remove only descriptors ([c08e461](https://github.com/nuxt/vue-meta/commit/c08e461)) |
| 34 | +* rollup paths ([bfbd181](https://github.com/nuxt/vue-meta/commit/bfbd181)) |
| 35 | +* trigger meta refresh on page load (fixes [#283](https://github.com/nuxt/vue-meta/issues/283)) ([b824a27](https://github.com/nuxt/vue-meta/commit/b824a27)) |
| 36 | +* typo ([3631526](https://github.com/nuxt/vue-meta/commit/3631526)) |
| 37 | +* use Array.from ([f9604c0](https://github.com/nuxt/vue-meta/commit/f9604c0)) |
| 38 | +* use const arrays ([288871f](https://github.com/nuxt/vue-meta/commit/288871f)) |
| 39 | +* use correct var ([1e6c5b9](https://github.com/nuxt/vue-meta/commit/1e6c5b9)) |
| 40 | +* use single object prop on ([9c80dab](https://github.com/nuxt/vue-meta/commit/9c80dab)) |
| 41 | +* use undefined as child ignore indicator ([104113a](https://github.com/nuxt/vue-meta/commit/104113a)) |
| 42 | + |
| 43 | + |
| 44 | +### Features |
| 45 | + |
| 46 | +* add afterNavigation callback (fix: [#259](https://github.com/nuxt/vue-meta/issues/259)) ([97badf6](https://github.com/nuxt/vue-meta/commit/97badf6)) |
| 47 | +* add amp as boolean attribute (resolves: [#311](https://github.com/nuxt/vue-meta/issues/311)) ([b7ee040](https://github.com/nuxt/vue-meta/commit/b7ee040)) |
| 48 | +* add browser build without ssr code ([2862a5b](https://github.com/nuxt/vue-meta/commit/2862a5b)) |
| 49 | +* add es build ([56f0b61](https://github.com/nuxt/vue-meta/commit/56f0b61)) |
| 50 | +* add getOptions method (resolves: [#215](https://github.com/nuxt/vue-meta/issues/215)) ([31e975d](https://github.com/nuxt/vue-meta/commit/31e975d)) |
| 51 | +* add option to refresh once during navigation (possible fix for [#320](https://github.com/nuxt/vue-meta/issues/320)) ([8e21175](https://github.com/nuxt/vue-meta/commit/8e21175)) |
| 52 | +* add pause/resume methods to pause updates ([d237180](https://github.com/nuxt/vue-meta/commit/d237180)) |
| 53 | +* attr keys can have array values (resolves [#231](https://github.com/nuxt/vue-meta/issues/231)) ([01edc8c](https://github.com/nuxt/vue-meta/commit/01edc8c)) |
| 54 | +* child can indicate its content should be ignored (resolves: [#204](https://github.com/nuxt/vue-meta/issues/204)) ([22e456c](https://github.com/nuxt/vue-meta/commit/22e456c)) |
| 55 | +* child can indicate parent vmid to be removed (resolves: [#288](https://github.com/nuxt/vue-meta/issues/288)) ([915fedf](https://github.com/nuxt/vue-meta/commit/915fedf)) |
| 56 | +* export hasMetaInfo helper function ([173b31d](https://github.com/nuxt/vue-meta/commit/173b31d)) |
| 57 | +* major refactor, cleanup and jest tests ([5d64d43](https://github.com/nuxt/vue-meta/commit/5d64d43)) |
| 58 | +* **ts:** update types for v2 ([#338](https://github.com/nuxt/vue-meta/issues/338)) ([7b85ff2](https://github.com/nuxt/vue-meta/commit/7b85ff2)) |
| 59 | +* render boolean attributes correctly (previously [#317](https://github.com/nuxt/vue-meta/issues/317)) ([deea5cf](https://github.com/nuxt/vue-meta/commit/deea5cf)) |
| 60 | +* track branches which contain metaInfo components ([f2e8eb5](https://github.com/nuxt/vue-meta/commit/f2e8eb5)) |
| 61 | +* use named exports to export helper functions ([95c3b7d](https://github.com/nuxt/vue-meta/commit/95c3b7d)) |
0 commit comments