Skip to content

Releases: gaetansenn/vunix

@vunix/[email protected]

31 Mar 14:31
Compare
Choose a tag to compare

Features

feat(nuxt): handle dark mode (9e14d33)

1.0.1

31 Mar 13:36
Compare
Choose a tag to compare

Bug Fixes

  • nuxt: fix package format (f12c0cd)
  • nuxt: import defineNuxtPlugin from #app (a947748)

1.0.0

30 Mar 12:50
Compare
Choose a tag to compare

Features

  • nuxt-example: clean up import module (9dd6083)
  • nuxt-example: handle dark mode (7899f9c)
  • nuxt-example: inject custom config and rename component (cb1a5a7)

1.0.0

30 Mar 12:50
Compare
Choose a tag to compare

Features

  • docs: add form section documentation (c2b6fd1)
  • docs: add installation documentation (62477a0)
  • docs: add preset documentation (e52b93a)
  • docs: add theming section (f8a493e)
  • docs: add VInpuRadio bottom section (7ea3d6d)
  • docs: add VInputGroupRadio (f13ae9d)
  • docs: add VInputRadio documentation (537e5c2)
  • docs: refactoring and add Select documentation (30a9861)
  • docs: update doc of VButton (46e3451)
  • docs: update docus and inject vunix module (9131379)
  • docs: update index page (21f49c9)
  • docs: update Select and FormGroup documentationa (cf7152c)

1.0.0

30 Mar 12:52
Compare
Choose a tag to compare

Bug Fixes

  • rules: disable temporary stub due to error (29fb01c)

1.0.0

30 Mar 12:51
Compare
Choose a tag to compare

Features

  • nuxt: add tests and plugin for provide config (215c111)
  • nuxt: avoid json parse undefined (aa50778)

Bug Fixes

  • nuxt: fix tailwind content file patern (57d0508)

1.0.0

30 Mar 12:51
Compare
Choose a tag to compare

Features

  • core: add InputEmail component (24774b4)
  • core: add InputGroupRadio (8d1af6f)
  • core: add InputPassword component (e82eba2)
  • core: add VInputRadio (9dd0759)
  • core: handle id for label input (1883b55)
  • core: handle leading/trailing from config and emit click (0aac46e)
  • core: inject required rule if provided from prop (49c9c16)
  • core: inject scoped slot to InputGroup validation (b7c71f1)
  • core: move VInputRadio (337d030)
  • core: propagate leading/trailing click from InputBase (11ffbd0)
  • core: rename VInputGroup with VFormGroup (3a2690a)
  • core: update dark mode for FormGroup (71deb16)
  • core: update ui of VButton (88c9b3b)

Bug Fixes

  • core: fix conditional component name check (d825ac9)
  • core: fix form config import (aead838)
  • core: fix import (1912acf)
  • core: fix import of ValueType origin (e7d6b5e)
  • core: fix input leading slot injection (df18db7)
  • core: fix sass node not needed (531b882)
  • core: fix template error build (73134c7)
  • core: move test file (9476c1e)
  • core: remove global T typing (2a22674)
  • core: remove tests (d659fb4)
  • core: reset validation state on validate (e2b5cd3)
  • core: return input ref (7b4ab6f)
  • core: set default value of rules as Array (e3606d6)