forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Latest update from 4.9.x to feature #1
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
arun-s-aot
wants to merge
34
commits into
feature/FWF-3425-conditional-chain-updated-implementation
Choose a base branch
from
4.19.x
base: feature/FWF-3425-conditional-chain-updated-implementation
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
Latest update from 4.9.x to feature #1
arun-s-aot
wants to merge
34
commits into
feature/FWF-3425-conditional-chain-updated-implementation
from
4.19.x
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
…ibutes (formio#5581) * FIO-8199: Fixes an issue where Checkbox does not have id and for attributes * Added a test * Fixed conflicts * Fixed tests * Updated renders
Currently this file includes invalid CSS which fails to parse on some of the modern tooling like lightningcss.dev. Since IE7 is severely outdated I don't think this property is needed nowadays, given that even IE11 is fully deprecated. Details on the Next.js repo: vercel/next.js#66394
Remove *zoom (IE7 hack)
…or-multiple-select-component FIO-8281: fixed selectData property for multiple select component
…bel after datagrid rows reorder
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.2 to 4.7.5. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.5.2...4.7.5) --- updated-dependencies: - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* FIO-7835: added new methond that are used in esignature * changed iconClass, add onSetSubmission method * changed iconClass method * fixed pathes calculation * fixed path calculation for comps inside layouts * made esign work with modal edit * removed icon class * amended types + refactored
…with-select-component 4.x - FIO-7478: fixed an issue where select component displays incorrect label after datagrid rows reorder
…al_rules FIO-8389 | FIO-8403 | FIO-8414: Fixes 4.x validations and conditionals for array data components
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.
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-XXXX
Description
What changed?
Previously, formio.js ... This PR replaces this behavior by ...
Why have you chosen this solution?
Although there were many potential solutions such as ..., [my solution] was best because ...
Dependencies
This PR depends on the following PRs from other Form.io modules: ...
How has this PR been tested?
I added automated tests to cover [all/the following] cases, including ...
Checklist: