- Build error by pinning typescript version to
5.6.3
(596ddee)
- Ege İliklier (@Maiquu)
- Suppress deprecation warnings emitted after
[email protected]
(7d51d82)
- Ege İliklier (@Maiquu)
- Empty runtime/plugin.d.ts, resolves #104 (#104)
- ci: Bump node version to v22 (af3baf0)
- Ege İliklier (@Maiquu)
- Error caused by incorrect resolving of components, closes #102 (#102)
- Ege İliklier (@Maiquu)
- Augment
@nuxt/schema
rather thannuxt/schema
(9bf66c3)
- Update dependencies (e9aca04)
- Ege İliklier (@Maiquu)
- Daniel Roe (@danielroe)
- Update dependencies (530788a)
- Ege İliklier (@Maiquu)
- Indicate compatibility with new v4 major (fc39b76)
- Bump packageManager version (b6859bb)
- Update non-major dependencies (60d529a)
- Updated
@nuxt/module-builder
(7c5ab7e)
- Ege İliklier (@Maiquu)
- Daniel Roe (@danielroe)
- Bumped quasar devDependency (a308f36)
- Ege İliklier (@Maiquu)
This patch reverts (ce75131). This was a breaking change for users who relied on auto installation of peer dependencies.
- Updated README to reflect component default changes (72117e2)
- Removed second step from quick setup guide (f742e4a)
- Ege İliklier (@Maiquu)
- Quasar ui configurable via
app.config
(b269497)
- Slightly faster loading of animations.css by taking over resolveId step (da30e25)
- Simpler/faster implemention of component defaults based on !37 (845650c)
- Faster dev experience by reducing amount of network requests (36f6f3a)
- Use distributed quasar.sass file to speed up loading (63bf95b)
- QuietSassWarnings default is false if quasar version is >=2.14 (5c14746)
- Build error caused by missing file extension (cd60a22)
- Use distributed css for cssAddon (128e15d)
- Use quasar.sass file only if user wants to override sass variables (8d8ad80)
- Removed experimental state from component defaults, removed
deepDefaults
property (5c085d9) - Brand deprecation message (fe41a40)
- Type errors (7c01858)
- Setting prop defaults where prop definition is array of constructors (864f96f)
- Simplified quasar plugin injection (1367639)
- Update README regarding latest changes (c59883f)
- Use new
nuxi module add
command in installation (646a26e) - Add missing note to quietSassWarnings JSDOC (8f21975)
- Update changelog (3b857d8)
- Update vitest (with jsdom) (d30e005)
- Update nuxt-module-builder (651b3f2)
- Update dependencies (7a61c1f)
- Marked
@quasar/extras
as optional (ce75131) - Added playground example from !37 (2260c66)
- Bump packageManager to pnpm@9 (1e3600c)
- Add missing tsconfig to playground (166324c)
- Use explicit build command (952e239)
- Component defaults types are dynamically generated (aa0d5d3)
- Moved all runtime code under
src/runtime/plugin
, removed unused runtime files (f87efe0) - Updated vscode settings (bc77aec)
- Use
QuasarUIConfiguration
interface (417e0e1) - Deprecate re-ordering of
quasar/brand
(aea6af7) - Rename generated shim file (f852d90)
- Removed component default tests (be41339)
- Fix setup css tests (5809c5e)
- Skip analyzeBundleSize tests (9f66f6c)
- Ege İliklier (@Maiquu)
- Daniel Roe (@danielroe)
- Remove
useId
anduseHydration
from auto-imports, closes #90 (#90)
- Ege İliklier (@Maiquu)
- playground: Modified imports according to (73759a5)
- Type error related to configuring defaults of component with required props (eae5606)
- Added missing brand property "dark-page" (4b499c9)
- Updated dependencies (7d1f6fd)
- Arthur Buravlev [email protected]
- Ege İliklier (@Maiquu)
- Non-unique arrays in options (3ae9281)
- Missing auto-imported composable types caused by nuxt/nuxt#22476 (e427d4)
- Ege İliklier (@Maiquu)
- Ege İliklier (@Maiquu)
- Mark
quasar
entry as side effect free (bd90297) - Mark components with defaults as non-external modules (4cede0d)
- Incorrect
deepDefaults
default (cb58ced) - test: Brittle
analyzeBundleSize
test (d748c36)
- Updated CHANGELOG.md (8235f2f)
- Updated dependencies (d12a626)
- Remove unused dependencies/files (64cba17)
- Simpler animation handling (66da408)
- Moved named exports in
module.ts
to seperate files due to output code exposing them (f2769b8) - Renamed tests (0da655b)
analyzeBundleSize
(24eb937)
- Ege İliklier (@Maiquu)
- Using quasar sass variables from SFC (6570562)
- Variables not being overridden in production environments with SSR enabled (6570562)
- Unresolved virtual css when
experimental.inlineSSRStyles
istrue
, closes #66 (#66)
- Ege İliklier (@Maiquu)
isFontIconSet
typo (6e93721)
- Ege İliklier (@Maiquu)
autoIncludeIconSet
default value (0d46524)
- Ege İliklier (@Maiquu)
defaults.ts
(922714b)
- Ege İliklier (@Maiquu)
- Accept
iconSet
object (3503262) - Auto insert selected font icon set to
extras.fontIcons
(5316695) - experimental: Configurable component defaults (a9fcca6)
- Reduced number of resolvePath calls (1903e2c)
- Animation list dynamically imported from extras instead of const array (465354a)
- Updated README (56242c6)
- Updated release workflow (5216095)
- Update release.yml (5038a42)
- Fixed version numbers due to CI error (45bb37e)
- Bumped pnpm version (5b6e719)
- Updated dependencies (5b7b314)
⚠️ Added@quasar/extras
aspeerDependency
(9150348)- Updated playground (f3256cf)
⚠️ Added@quasar/extras
aspeerDependency
(9150348)
- Ege İliklier (@Maiquu)
nuxtApp.$q
, close #53 (#53)
resolveSideEffect
regexp (a14871f)
- Updated dependencies (427d21c)
- Added
packageManager
field (1d84d8b) - Updated workflows (9210a12)
- Fix workflow errors (dcdffea)
- Updated eslint config, applied lint fixes (bfe7b40)
- Ege İliklier (@Maiquu)
- ResolveSideEffect does not interfere with path resolution (b50c3a7)
- Quasar union types are no longer hard coded (f04d4c0)
- Removed release script, added changelogen script for convenience (cc690e1)
- Renamed prefix of resolved ids (eacfa03)
- Ege İliklier (@Maiquu)
- playground: Moved models.ts to seperate directory (bd87745)
- Explicitly defining moduleSideEffects at resolveId to handle tree-shaking reliably. (971109f)
- Ege İliklier (@Maiquu)
- Overriding user defined vue options (3c2f30b)
- Ege İliklier (@Maiquu)
- Tree-shaking for auto imported composables (18502fe)
- CssAddon (c140dbe)
- Re-ordered defaults, explicit lang default (63cea17)
- Ege İliklier (@Maiquu)
- Build tree-shaking (e511ebf)
- Updated CHANGELOG.md (c46ea41)
- Brace-style 1tbs (2a9d902)
- Ege İliklier (@Maiquu)
- Configurable default language pack (69ab380)
- Maiquu (@Maiquu)
- Animations loaded from single file to reduce head tag clutter (837305e)
- Types for auto-imports via virtual entry (e4565c4)
- Updated README with latest changes, fixed formating (3afb7c2)
- Updated playground (1e023fb)
- Maiquu (@Maiquu)
- Animations "all" option (#25)
- Configurable dark plugin (#27)
- Maiquu (@Maiquu)
- cusitosr88 (@cusitosr88)
- Switched to useHead for backwards compatibility (#23)
- Ege İliklier (@Maiquu)
- Select iconSet used by Quasar (4af1f30)
- UseHead/ssrContext integration (#19)
- Updated README to include new features (5ccda7e)
- Maiquu (@Maiquu)
- Added quasar types (#14)
- Added
quietSassWarnings
option, which mutes SCSS/SASS deprecation warnings when using newer versions ofsass
- Updated dependencies (52073a5)
- Maiquu (@Maiquu)
- Jason Landbridge (@JasonLandbridge)
- Oumar Barry (@oumarbarry)
- Test components being imported on quasar @^2.11.8 (4b0f441)
- Updated README.md based on latest changes (1ffecaa)
- Maiquu (@Maiquu)
- Allow user to decide load order of quasar css files via aliases (5489abf)
- Dark, Screen plugins (e21010e)
- Added several tests to confirm setupCss is working (cfd40bd)
- Maiquu (@Maiquu)
- JasonLandbridge (@JasonLandbridge)
- Auto-imports for direct usages of plugins (8c1e960)
- Missing comma's in the code sample for quasar options (0159f8e)
- Removed prerequisites section, updated quick setup (f2f3c61)
- Added types to options (d0c42e1)
- Minor casing error (d19a55d)
- Updated dependencies (37b5c17)
- Added meta.compatibility (7fae75f)
- Maiquu (@Maiquu)
- Jason Landbridge (@JasonLandbridge)
- Resolving directives, code transformation for directives (dd36477)
- Added prerequisites section (2897f40)
- Added FAQ section, removed known issues for now (8d923c1)
- KebabCase utility (b2069cc)
- KebabCase property for directive imports (fdf3ffd)
- Directives showcase for playground (a242876)
- Double quoted strings in transformed code for consistency (a698459)
- Maiquu (@Maiquu)
- Template plugin imports quasar plugins from correct path (1ccfb2c)
- Added plugin showcase to playground (39ce3f1)
- Added note regarding certain quasar plugins (8bac5d3)
- Added 'plugins' to QuasarImports (8daf057)
- Added notice about meta manipulating Quasar plugins to README.md (24bf991)
- Maiquu (@Maiquu)
- SassVariables default is false (99fcfc5)
- Maiquu (@Maiquu)
Initial Release