Skip to content

Latest commit

 

History

History
117 lines (53 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

117 lines (53 loc) · 5.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2023-12-11)

Features

0.1.1 (2023-03-04)

Bug Fixes

  • don't bundle rollup-plugin-rename-node-modules as an internal dependency (c2df46c)
  • publish internal dependencies to npm (#7) (822cd02)
  • type issues with ResolvedConfig (e740d79)

Documentation

  • add more package using vite-plugin-sdk (1090b1d)
  • add more package using vite-plugin-sdk (fdb7fa2)
  • add more packages using vite-plugin-sdk (953e2a7)

Refactor

  • use resolvedConfig instead of config hook (aac7f39)

Chore

  • update .prettierrc (7791c62)
  • update repo to latest Prismic standards (167590c)

0.1.0 (2022-12-15)

⚠ BREAKING CHANGES

  • support Vite 4 (#6)

Features

Documentation

  • add r19 to packages using vite-plugin-sdk (222e247)

0.0.7-alpha.0 (2022-12-04)

Features

  • support custom src and out dir (50a494e)

Chore

  • deps: maintain dependencies (2990279)

0.0.6 (2022-11-10)

Bug Fixes

  • move type declaration only if declarations exist (#3) (0561622)

0.0.5 (2022-11-09)

Features

  • add internalDependencies option (#2) (52f59a5)

0.0.4 (2022-11-02)

Bug Fixes

  • preserve dynamic imports for CommonJS files (#1) (d50984d)

0.0.3 (2022-10-04)

Bug Fixes

  • disable config extension in test mode (3870589)

0.0.2 (2022-10-04)

Bug Fixes

Chore

  • deps: maintain dependencies (b94c2bb)

0.0.1 (2022-09-27)

Features

Chore