mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 07:19:37 +03:00
6.0 KiB
6.0 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0-rc.1 (2019-04-23)
Bug Fixes
- move addNavGuards check to mounted hook (e80643b), closes #348
- use timers instead of requestAnimationFrame (c040de7), closes #313
2.0.0-rc.0 (2019-04-20)
Bug Fixes
- add afterNavigation type (722786d)
- add inject stub for browser build (02e4094)
- add ts type for refresh once (5935cf3)
- afterNavigation logic (its never set in options) (4a8f975)
- also render boolean attributes correctly for tags (66e4fb4)
- another inline array to const (78f2c46)
- dev env name (502c89e)
- dont call changed with explicit this (5ad6711)
- dont inline typeof definitions (5031acf)
- dont updateTags when the new info is not an array (12c7949)
- dont use object.assign/spread (d717dbf)
- fix cjs build (for now) by adding var window (95c138e)
- ignore cssText for coverage (e3fd8ab)
- ignore data when its not an object (fixes: #253, #279, #297) (7615f41)
- ignore package-lock not yarn.lock (164cd8e)
- implement simply array polyfills (fixes #328) (d38f81e)
- move rollup config and case fix (76632ad)
- one less thing to review (bf864f6)
- only add navguards when refreshOnceOnNav is false (93f021b)
- prefer filter over slice (82ba8c0)
- prefer for..in instead keys.forEach (6741897)
- prefer includes over indexOf (6bbcf74)
- remove leaked poc dependencies (0dada3d)
- remove only descriptors (c08e461)
- rollup paths (bfbd181)
- trigger meta refresh on page load (fixes #283) (b824a27)
- typo (3631526)
- use Array.from (f9604c0)
- use const arrays (288871f)
- use correct var (1e6c5b9)
- use single object prop on (9c80dab)
- use undefined as child ignore indicator (104113a)
Features
- add afterNavigation callback (fix: #259) (97badf6)
- add amp as boolean attribute (resolves: #311) (b7ee040)
- add browser build without ssr code (2862a5b)
- add es build (56f0b61)
- add getOptions method (resolves: #215) (31e975d)
- add option to refresh once during navigation (possible fix for #320) (8e21175)
- add pause/resume methods to pause updates (d237180)
- attr keys can have array values (resolves #231) (01edc8c)
- child can indicate its content should be ignored (resolves: #204) (22e456c)
- child can indicate parent vmid to be removed (resolves: #288) (915fedf)
- export hasMetaInfo helper function (173b31d)
- major refactor, cleanup and jest tests (5d64d43)
- ts: update types for v2 (#338) (7b85ff2)
- render boolean attributes correctly (previously #317) (deea5cf)
- track branches which contain metaInfo components (f2e8eb5)
- use named exports to export helper functions (95c3b7d)