All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Fixed warning about the NO_SIDE_EFFECTS after building with vite rollup second try
- Fixed waning about the NO_SIDE_EFFECTS after building with vite
- Improved documentation
- Added support for replaceRootWithHost option
- Fixed issue with style tag injection order SFC
- Fixed duplicate style tags for cssFrameworkStyles
- Fixed issue style tag injection order
- Fixed TS types issue with SFC
- Added support for SFC custom elements
- Fixed issue with HMR in Vite.js
- Added support for web components without shadow DOM
- Rollback changes with :root replacement as most use cases are for css variables and this does work web components
- Fixed package types
- Issue with :root selector
- Add auto function to replace all :root selector css with :host selector
- Added support for provide/inject
- Fixed demo app
- Added documentation for provide/inject
- Fixed WEBPACK 5 support example
- Fixed issue with 'emits' option
- Added support for slots and named slots
- Added support for event emitting
- Added support for enhanced v-model
- Added support for disabling style removal on unmount
- Added support for Vue DevTools extension
- Fixed README.md
- Fixed package.json package entry point in monorepo
- Added support for Vite.js
- Added support for TS
- Added linting
- Improved documentation
- Migrate project to pnpm
- Vitepress documentation
- Improved README.md
- Fixed markdown in README.md