Releases: tacxou/jsonforms_builder
Releases · tacxou/jsonforms_builder
1.0.3
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
- Release diff: 1.0.2...1.0.3
1.0.2
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
autogrowprop so multiline fields expand as expected.
Links
- Release diff: 1.0.1...1.0.2
1.0.1
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
- Release diff: 1.0.0...1.0.1
1.0.0
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 testnow reports 53+ passing specs. - Resolved TypeScript warnings so
bun run buildcompletes 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
- Full changelog: https://github.com/tacxou/jsonforms_builder/commits/1.0.0