-
Notifications
You must be signed in to change notification settings - Fork 2
Stable/autumn sprint 2025 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bastiion
wants to merge
89
commits into
main
Choose a base branch
from
stable/autumn-sprint-2025
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e MainLayout to utilize them
…e Wizard component props
…adjust jsonforms peer dependencies to version 3
… add exports
By specifying:
"main": "./dist/index.cjs" for CommonJS consumers (Node.js require users)
"module": "./dist/index.js" for ES Module consumers (modern bundlers and import syntax)
"types": "./dist/index.d.ts" for TypeScript type declarations
and then unifying these mappings under the "exports" field with explicit subfields:
"require": "./dist/index.cjs" for legacy CommonJS resolution
"import": "./dist/index.js" for ES Module import resolution
"default": "./dist/index.js" providing a fallback to ES Module
"types": "./dist/index.d.ts" for type-aware tools
this setup provides clear direction for various JavaScript environments and tools on how to load the appropriate module format
…tionality - Introduced NominatimDetailsDialog for reviewing and editing location details. - Updated LocationSearchField and LocationSearchCombined to support address details. - Enhanced WktLiteralInputControl to handle confirmation dialog for Nominatim data. - Modified LocationToolSettings to include new configuration options for Nominatim field mappings.
1e645b3 to
b2211ba
Compare
- Created package.json with dependencies and scripts for building and linting. - Added README.md with features, usage examples, and API reference. - Implemented ToolContext and ToolProvider for managing tool libraries. - Introduced hooks for accessing various registries and settings. - Configured TypeScript and build settings with tsup.
…y + clean import type
…initialize with an empty blocks array
… adjust dependencies
…ildingBlocks to utilize new context for draggable elements
…egrate new tool context; remove unused renderers and update dependencies in package.json
… update GraviolaWizardApp to use new ToolProvider and refactor draggable components with updated icons
….tsx to WizardApp
…r; refactor App component to use WizardApp instead of WizardProvider and MainLayout.
…able components, icons, renderers, and configuration files
…ve unused type definitions and streamline imports
…plement type guards for better type safety
…ew utility functions for scope management and clean up unused code fixes a lot of bugs with groups and inner elements
… locationTools for consistency.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is a major work of multiple month working on it from time to time. Unfortunately I haven't developed different features in different branches, so I can only contribute this as a whole. But I managed to further separate the diffrent features added to this project and managed to fix some of the bugs that still were present in the editor. The Graviola linked data renderer are optional and will only show up in the vite build.
--
🎯 Major New Features & Enhancements
1. Graviola Integration (Semantic Forms)
@formswizard/graviola-forms-designer@formswizard/graviola-renderer2. 🗺️ Advanced Location Search & Mapping
LocationSearchFieldwith autocompleteLocationSearchMapwith Leaflet integrationNominatimDetailsDialogfor location detailsWktLiteralInputControlfor geographic data3. 🎨 Enhanced UI/UX Improvements
4. 🔧 Advanced Field Settings & Tools
Technical Infrastructure Updates
1. Build System & Dependencies
2. Package Management
3. State Management
New Packages & Components
New Packages Added:
@formswizard/graviola-forms-designer- Semantic forms integration@formswizard/graviola-renderer- Graviola-specific renderersEnhanced Existing Packages:
🐛 Bug Fixes & Improvements
🚀 Development Experience
Impact & Benefits
For Users:
For Developers: