Releases: basics/nuxt-booster
Releases · basics/nuxt-booster
v1.0.0-beta.10
v1.0.0-beta.1
1.0.0-beta.1 (2020-10-30)
Bug Fixes
- base64: cleanup (6740767)
- caption: added support (0ec35f5)
- chunks: filter component chunks (014952b)
- cleanup: clean up code (92896d8)
- cleanup: cleanup (098e5ff)
- cleanup: cleanup (6479ad1)
- cleanup: cleanup (0604423)
- cleanup: cleanup (c0b382f)
- cleanup: cleanup component load (3573878)
- cleanup: removed break (e048412)
- cleanup: removed bullshit of myself (89b6423)
- cleanup: removed bullshit of myself (dcb0f7e)
- cleanup: removed unused images (3fd0c64)
- cleanup: removed unused utils (8e35d5e)
- cleanup: renaming & removed code (4eedccc)
- client: deviceMemory fallback integrated, currently chrome dont support it (ea7503f)
- client: right import (9fa5de7)
- component-load: disable critical of one multiple used component on one page (d6d0595)
- component-load: moved components to speedkit-components (235d9be)
- component-load: static/dynamic load detection to flag components critical (d4155bb)
- connection: fix connection detection (9a4e169)
- critical: detect critical parent in childs (abe4f96)
- critical-components: auto load (eager/lazy) components in pages (e1f8b68)
- css-var-declaration: embedded into module (0f94157)
- density: different order (3ed3e88)
- directive: running server side (1e3c2d0)
- display-fonts: added font-faces manually (1186419)
- draft: first draft (9b60d08)
- dynamic-import: disabled for page, default strategy implemented (7f58ce3)
- express: compression + dist path declaration (e913749)
- fallback: optimization (5313f9b)
- fetch: refactored timeout fetch (5bf2200)
- font: added display strategy (924140c)
- font: added font cache (19aa4fb)
- font: adding css vars on client side (e66ddb7)
- font: default font as '' (8045c9e)
- font: intersection observer (7063540)
- font: lazy-load of uncritical fonts (46c6c98)
- font: moved intersection observer instance to inserted state (d2fc185)
- font: optimize & fix client directive (23f6106)
- font: optimized preload of fonts (e2f3d7a)
- font: refactored code - simplified and reduced (fba68b1)
- font: remove idleCallback to lazy load fonts (5344daf)
- font: replace style attribute with classes (c7bd1a1)
- fonts: cleanup (1a5598b)
- fonts: filter used font-families & prevent double load of critical fonts (8ce4aed)
- fonts: reimplemented lazy load of fonts (09c608c)
- fonts: removed monospace & correctly flag critical components (d83042c)
- fonts: restructured functions (5ea9310)
- fonts: update font handling (051201e)
- hook: moved from nuxt.config to module (dc208f7)
- hooks: rearranged resource hook (ab9783f)
- image: cleanup (1bf3276)
- image: critical detection (cccdf09)
- image: detect size of srcset (2fa4246)
- image: new src and srcset declaration (f638e91)
- image: refactored loading mechanism (862705b)
- image: uncompleted size detection (6f7aca2)
- imageList: prevent exception by null values (5456411)
- img: additional srcset images (4184639)
- img: test (7374cda)
- img: test (b3d7e62)
- import: eager for first component (6d8f841)
- import: removed eager (50c3bf0)
- info-layer: modified info layer (6cf004d)
- **int...