vueform

Open-Source Form Framework for Vue

MIT License

Stars
740
Committers
12

Bot releases are hidden (Show)

vueform - 1.7.1

Published by adamberecz 9 months ago

๐ŸŽ‰ Feature

  • Added appendTo and appendToBody options for select/multiselect/tags.
vueform - 1.7.0

Published by adamberecz 9 months ago

๐Ÿž Bug Fixes

  • in validation rule fix #121
  • Select element with 0 value in form default fix #122

๐Ÿงน Chore

  • All dist exports are now interpreted as ESM.
  • Themes are bundled to separate dist files.
vueform - 1.6.6

Published by adamberecz 9 months ago

๐Ÿž Bug Fixes

  • CSS side-effects fix #93
vueform - 1.6.5

Published by adamberecz 10 months ago

๐Ÿž Bug Fixes

  • object type as default for HiddenElement #94
  • Chained select url encoding fix #95
vueform - 1.6.4

Published by adamberecz 11 months ago

๐Ÿž Bug Fixes

  • Vue 2 tree-shaking fix #85
  • Add response to error event #83
  • Tailwind default divider py fix
  • Form default 0 int for text fix (Discord)
vueform - 1.6.3

Published by adamberecz 11 months ago

๐Ÿž Bug Fixes

  • NPM build
vueform - 1.6.2

Published by adamberecz 11 months ago

๐Ÿž Bug Fixes

  • Don't throw validation errors on reset

๐Ÿงน Chore

  • Export fix for tailwind-prefixer
  • Type fixes for tailwind-prefixer
vueform - 1.6.1

Published by adamberecz 11 months ago

๐Ÿงน Chore

  • Added missing lodash as dependency
vueform - 1.6.0

Published by adamberecz 11 months ago

๐ŸŽ‰ Feature

  • Custom element creation revamp for better DX (previous implementations will work).
  • Floating and placeholder are no longer available for the default custom element. Copy TextElement to use them.
  • Added old / new index and el$ to @sort event.
  • Added cs (Czech) locale. Thank you @tomasvn! ๐Ÿ’š

๐Ÿž Bug Fixes

  • Fix search wrap for TagsElement #21

๐Ÿงน Chore

  • Changed back lodash-es to lodash
  • Type fixes.
vueform - 1.5.8

Published by adamberecz 11 months ago

๐Ÿž Bug Fixes

  • Addon slots fix #15
  • Removed lodash-es from tailwind theme
vueform - 1.5.7

Published by adamberecz 11 months ago

๐ŸŽ‰ Feature

  • Tree-shaking

๐Ÿ’ป Refact

  • Tree-shake by switching to lodash -> lodash-es.
vueform - 1.5.6

Published by adamberecz 12 months ago

๐Ÿž Bug Fixes

  • Reset validators on reset.
vueform - 1.5.5

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • clearOnRefetch defaults to false
  • Add data-autogrow to textarea
  • Add types for vite, main exports and config

๐Ÿž Bug Fixes

  • fieldId use parent fieldId
  • Missing editor placeholder #13
  • Add missing types
  • Divider single & smaller py
  • No trackBy default for select, multiselect, tags
vueform - 1.5.4

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • Added full and align props to ButtonElement.
  • Added align prop to ToggleElement, CheckboxElement and RadioElement.
  • Added allowHtml, top, bottom, align, attrs, tag, href, target, src, alt, title, width and height props to StaticElement making it able to display different HTML tags without actually using HTML.
vueform - 1.5.3

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • Export Vue plugin as default.
vueform - 1.5.2

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • Export element as default from './element.js'
vueform - 1.5.1

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • Added @popperjs/core as a dependency.
vueform - 1.5.0

Published by adamberecz 12 months ago

๐ŸŽ‰ Feature

  • Going open source.
vueform - 1.4.5

Published by adamberecz about 1 year ago

๐ŸŽ‰ Feature

  • Added types.
vueform - 1.4.4

Published by adamberecz about 1 year ago

๐Ÿž Bug Fixes

  • Gallery sorting fix.