Skip to content

Releases: tacxou/jsonforms_builder

1.0.3

17 Dec 16:48

Choose a tag to compare

Highlights

  • Corrected the npm publish command so automated releases push the right artifacts without manual intervention.
  • Fixed the postbuild script typo to reinstate the expected build pipeline without failing tasks.

Links

1.0.2

17 Dec 16:05

Choose a tag to compare

Highlights

  • Registered every required Quasar widget (select, item, field, option group, icons, popup) inside the JSON Forms controls to avoid reliance on the global plugin and remove missing-component warnings.
  • Bundled the date renderer with its QDate/QTime popup stack so calendar/time pickers stay functional in module-only builds.
  • Corrected the textarea renderer autogrow prop so multiline fields expand as expected.

Links

1.0.1

17 Dec 14:30

Choose a tag to compare

Highlights

  • Fixed the autocomplete widget freezing when switching schemas in quick succession.
  • Normalized i18n resources to avoid missing translations in vertical and horizontal layouts.
  • Hardened server-side validation for the preview API.
  • Updated frontend dependencies (Vue 3.5.x, vite 6.1.x) and aligned Express type packages.

Links

1.0.0

16 Dec 17:48

Choose a tag to compare

Highlights

  • Centralised renderer logic via composables (useNumericControl, useStringControl, usePasswordControl, useSliderControl, useRadioGroupControl, useBooleanControl, useEnumSuggestionControl, useTextareaControl, useAutocompleteControl, useDateControl) while preserving comments and console traces.
  • Refactored associated components to consume those hooks; the date control keeps its local dayjs setup.
  • Added unit tests for every composable plus extended shared-utility coverage; bun test now reports 53+ passing specs.
  • Resolved TypeScript warnings so bun run build completes cleanly.
  • Simplified CI: Bun-only runtime, branch filters (main, fix*, feat*, feature*), no Node version matrix.
  • Updated documentation with a banner image and clarified the Bun-driven build/publish pipeline.

Links