Restructure types library without formio.js dependency#82
Merged
sergei-maertens merged 42 commits intomainfrom Jan 2, 2026
Merged
Conversation
Trying to find a good balance between re-usability, readability and usefulness when looking at a time in the code editor. Not sure yet about the Prettify...
No need to force downstream projects to deal with breaking changes if only the implementation details change on our end.
58ac748 to
7bd0c3b
Compare
For consistency with other frontend repositories.
7bd0c3b to
2492787
Compare
sergei-maertens
commented
Dec 31, 2025
This effectively un-deprecates the component. It can probably be implemented in terms of a textfield component, but it's commonly used and more intuitive for form builders to have a dedicated component. It also allows us to implement tailored behaviours in our own renderer (now and in the future).
732e90e to
d328697
Compare
d328697 to
2f0acd9
Compare
This was an experiment for Open Product integration. We have no plans to support this in its current form.
2f0acd9 to
f0dfba0
Compare
f0dfba0 to
f3925ef
Compare
f3925ef to
c8684a6
Compare
c8684a6 to
75a3f42
Compare
75a3f42 to
69fc6dc
Compare
69fc6dc to
65035fb
Compare
e24cdc3 to
dff54c9
Compare
dff54c9 to
6fd3489
Compare
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
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.
Closes #81
This takes another approach at defining the component types with lessons learned from implementing the types in formio-builder and formio-renderer:
This corrects a number of properties on types that were not supposed to be there, since we don't expose configuring them in our formio-builder anyway.