Skip to content

Latest commit

 

History

History
234 lines (114 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

234 lines (114 loc) · 10.8 KB

3.0.17 (2024-08-22)

Bug Fixes

  • fixed environment detection (e051f9e)

3.0.16 (2024-08-21)

Bug Fixes

3.0.15 (2024-08-21)

Bug Fixes

3.0.14 (2024-08-21)

Bug Fixes

3.0.13 (2024-08-21)

Bug Fixes

3.0.12 (2024-08-21)

Bug Fixes

  • updated installation instructions (2cd31fe)

3.0.11 (2024-08-21)

Bug Fixes

  • added docs, fixed vite config (d1be291)
  • added lz-string (463b3b6)
  • fixed expand-collapse and tests (4869b4f)
  • removed line breaks trim (51b955b)
  • wip - expose components string content (1d51bbf)
  • wip - load components method (33810e5)

3.0.10 (2024-08-19)

Bug Fixes

  • removed unneeded html attribute set (df002ef)

3.0.9 (2024-08-19)

Bug Fixes

3.0.8 (2024-08-19)

Bug Fixes

  • added style.css to exports (5c22379)

3.0.7 (2024-08-19)

Bug Fixes

  • added vite build command (c947245)

3.0.6 (2024-08-18)

Bug Fixes

3.0.5 (2024-08-18)

Bug Fixes

  • removed unneeded prismjs vuepress plugin (671da72)

3.0.4 (2024-08-18)

Bug Fixes

  • used prismjs for syntax highlighting (f68faab)

3.0.3 (2024-08-18)

Bug Fixes

  • added shiki as peer dep (d1e2fa5)
  • added vuepress/plugin-shiki (938a1f6)

3.0.2 (2024-08-18)

Bug Fixes

  • replaced prism with shiki (44eb233)
  • updated pnpm-lock file (5e12558)

3.0.1 (2024-08-18)

Bug Fixes

  • updated lint config and pnpm version in gh action (623ad8d)

3.0.0 (2024-08-16)

Bug Fixes

  • added createSections method (edc6b92)
  • added default components path (e63b85e)
  • added pnpm to release action, fixed resolutions (0fcd0ed)
  • fixed collapse handle styling (10ec721)
  • fixed examples dir (cab20fd)
  • fixed examples path (ffa7a43)
  • fixed link styling (0c58fdb)
  • removed unneeded step (023e48f)
  • split release action to 2 jobs (f031844)
  • updated commitlint config (5bc4f34)
  • updated lint config, fixed tests (81a50ac)
  • updated node to v20 (cf96616)
  • updated npm packages (d2c8b2b)
  • wip - added loadComponent method (2b25d2e)
  • wip - added vite bundler (fbcac38)

BREAKING CHANGES

  • replaced webpack with vite

2.0.8 (2023-06-04)

Bug Fixes

  • switched to new plugin format (7e60e98)

2.0.7 (2023-01-19)

Bug Fixes

  • added type module in package.json (67bdae6)
  • added type module to package.json (d3269e3)
  • revert type module change (8d7d6d3)

2.0.6 (2022-12-04)

Bug Fixes

  • updated eslint config and npm packages (375ecce)

2.0.5 (2022-07-23)

Bug Fixes

2.0.4 (2022-07-17)

Bug Fixes

  • fixed compatibility with vuepress-webpack 2.0.0-beta.49 (6cb0a2a)

2.0.3 (2022-05-07)

Bug Fixes

  • updated eslint config and npm packages (5158c4e)

2.0.2 (2022-04-21)

Bug Fixes

  • changed vuepress bundler to webpack (1a57320)

2.0.1 (2021-09-25)

Bug Fixes

  • fixed docs browser compatibility (1751c16)

2.0.0 (2021-09-25)

Bug Fixes

Features

BREAKING CHANGES

  • vue3 support

1.1.3 (2021-09-24)

Bug Fixes