Skip to content

Latest commit

 

History

History
167 lines (88 loc) · 12.4 KB

File metadata and controls

167 lines (88 loc) · 12.4 KB

Changelog

0.0.17 (2026-03-10)

Miscellaneous

  • deps-dev: bump @slidev/cli in the development-dependencies group (#40) (751178c)
  • deps: bump @slidev/types in the slidev group (#39) (6650365)
  • deps: bump @slidev/types in the slidev group (#42) (70cff71)
  • deps: bump actions/upload-artifact from 6 to 7 (#38) (492e3fc)

0.0.16 (2026-03-02)

Features

  • icons: refactor logo imports to use variables for light and dark modes (384b37f)

0.0.15 (2026-02-27)

Features

  • Add dark mode support for logos and icons, adjust demo video layout, and update example slides. (0df38b8)

0.0.14 (2026-02-21)

Features

  • layout: add VHS layout and enhance footer visibility (cf27abb)

Miscellaneous

  • deps-dev: bump @slidev/cli in the development-dependencies group (#34) (9a8af65)
  • deps: bump @slidev/types in the slidev group (#33) (f3fc1b3)

0.0.13 (2026-02-11)

Miscellaneous

  • deps-dev: bump playwright-chromium (#32) (4636d49)
  • deps-dev: bump the development-dependencies group with 2 updates (#30) (8e8b6c3)
  • deps: bump @slidev/types in the slidev group (#29) (d23575f)

0.0.12 (2026-01-31)

Miscellaneous

  • deps-dev: bump playwright-chromium (#27) (7c2a0df)

0.0.11 (2026-01-19)

Miscellaneous

  • deps: bump @slidev/types in the slidev group (#25) (61973a9)

0.0.10 (2026-01-14)

Miscellaneous

  • deps-dev: bump @slidev/cli in the development-dependencies group (#23) (d9ae418)
  • deps: bump @slidev/types in the slidev group (#22) (047d6d7)

0.0.9 (2025-12-22)

Miscellaneous

  • deps-dev: bump @slidev/cli in the development-dependencies group (#19) (0e23f4c)
  • deps: bump @slidev/types in the slidev group (#18) (3fb52eb)

0.0.8 (2025-12-16)

Miscellaneous

  • deps-dev: bump @slidev/cli in the development-dependencies group (#15) (a8437a9)
  • deps: bump @slidev/types in the slidev group (#14) (b6b2f9a)
  • deps: bump actions/upload-artifact from 5 to 6 (#16) (664868e)

0.0.7 (2025-11-30)

Miscellaneous

  • deps-dev: bump the development-dependencies group across 1 directory with 2 updates (#13) (1537be0)
  • deps: bump @slidev/types in the slidev group (#9) (f7b8840)
  • deps: bump actions/checkout from 5 to 6 (#11) (4e0b206)

0.0.6 (2025-11-16)

Code Refactoring

  • simplify footer and logo visibility logic by removing computed properties (b733ad6)

0.0.5 (2025-11-13)

Bug Fixes

  • update screenshot paths in README and remove screenshots directory from package.json (98fa1e1)

0.0.4 (2025-11-13)

Bug Fixes

  • include screenshots directory in package.json files list (af1fbd5)

0.0.3 (2025-11-13)

Bug Fixes

  • remove screenshots directory from .npmignore (52373a6)

0.0.2 (2025-11-13)

Features

  • example-export.pdf: add new PDF export file to the project (b119c29)
  • example.md: add slidev-component-spotlight and slidev-addon-qrcode for enhanced presentation features (fe920d8)
  • global-bottom.vue: add 'empty' layout to footer visibility conditions to hide footer in empty layout (4aa1f7a)
  • global-top.vue: add new component to display logo and spotlight (fe920d8)
  • layouts/empty.vue: create new empty layout component to support slides without content (4aa1f7a)
  • package.json: add new dependencies for slidev addons and update slidev configuration (fe920d8)

Bug Fixes

  • example.md: update date format to placeholder for flexibility (b119c29)
  • release-please config name (c57a7d1)
  • release-please-config: add missing settings (f30711b)
  • release.yml: correct package name reference and update token usage for GitHub Packages (a7d8b6f)

Styles

  • global-bottom.vue: simplify footer visibility condition for better readability (fe920d8)
  • layout.css: adjust logo and footer positioning for better alignment (4aa1f7a)
  • layout.css: update cover layout background and text colors for improved readability (4aa1f7a)

Miscellaneous

  • deps: bump actions/checkout from 4 to 5 (#1) (4254456)
  • deps: bump actions/setup-node from 4 to 6 (#3) (6f06614)
  • deps: bump actions/upload-artifact from 4 to 5 (#2) (d59c3a5)
  • init (7ed45e5)
  • public: add eBPF icon image for QR code and logo display (fe920d8)

Code Refactoring

  • adjust code structure for improved readability and maintainability (37defe7)
  • example.md: replace inline eBPF code with snippet reference for cleaner markdown (fe920d8)
  • layouts/default.vue: move logo to global-top.vue and add script to style h1 elements (fe920d8)
  • styles/layout.css: add transparent class for styling and adjust see element position (fe920d8)