Skip to content
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

Bump formiojs from 4.18.1 to 4.19.0 #450

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps formiojs from 4.18.1 to 4.19.0.

Changelog

Sourced from formiojs's changelog.

Change Log

All notable changes to this project will be documented in this file

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased: 5.0.0-rc.40]

Fixed

  • FIO-7525: fixed an issue where new conditional logic based on select boxes does not work
  • Fix broken file exclusion patterns
  • FIO-7146: disable circleci jobs
  • Pass options to the deleteFile method for file components with URL storage
  • Wizard: Keep current page after language is changed
  • FIO-7580, FIO-6475: fixed error events issues and an issue where general server errors quickly disappear from ui
  • Add conditional to check for new headers object
  • FIO-7764: Fixes a typo in File component settings
  • FIO-7773: Adding floating labels to Bootstrap 5 template
  • FIO-7808: fixed an issue where conditional components inside conditional components lose their value after submission when they are on the same level with editGrid
  • FIO-7245: Moved Resource component to the contrib library
  • Fixed an issue with each component recursion.
  • FIO-7823: fixed an issue where the submission of dataGrid with nested form returns server error
  • FIO-7809: fixed pdf submission download error
  • FIO-7786: Fixing Datagrid issue in Settings JSON
  • FIO-4905: File upload (multi) - aborting upload always cancels the last one in the list
  • FIO-7642: fixed issues where calculated value with allow override is not recalculated after form/component/row values are reset
  • FIO-7632: Fixes an issue where HTML tags are added to the HTML5 Select metadata

5.0.0-rc.37

Fixed

  • FIO-5967: fixed issue with incorrect string representation for object type
  • FIO-7110: when 'use original revision' is enabled for nested form, submission still displays in current form revision pdfs
  • Revert "FI0-5429: added a condition to remove the decimal separator when the decimal digits are set to 0"
  • FIO-6493: fixed reporting license validation
  • FIO-7173: fixed an issue when initial focus gets triggered in Formbuilder inside of the Nested forms
  • FIO 7246: DOMPurify when PDF option is set
  • Revert "FIO-7074: Fixes an issue where setting submission to the Wizard from the form controller will not set values for all the pages"
  • FIO-4816: fixed email submission: data display issues
  • [Snyk] Upgrade core-js from 3.32.0 to 3.32.1
  • [Snyk] Upgrade vanilla-picker from 2.12.1 to 2.12.2
  • Fixed issue where content component would not save in the form.
  • FIO-7206: fixed an issue where removed components keys stay in the DataGrid defaultValue property
  • FIO-7309: fixed an issue where min/maxDate settings for Day component are getting evaluated in Form Builder
  • FIO-7207: changed tooltip and removed 'Hide label' option from the list of layout components
  • FIO-7074: fixed an issue where setting submission on wizard does not update data
  • FIO-7082: Moved Wizard Breadcrumbs Type to form settings
  • FIO-7224: Fixed issues with layout components when Condensed mode is enabled
  • FIO-4833: Removes Hide Label setting from Well, Columns, Tabs and Table components since they do not render a label
  • FIO-5910: allow manual input for w and W date formats
  • FIO-6370: Fixes issues with PasswordStrength Addon settings
  • FIO-7146: formiojs-circleci-to-ghactions

... (truncated)

Commits
  • 9c870f0 Updated build
  • 8894c95 Updated build
  • 96d344f Updated Changelog
  • 21a44f7 Revert "Revert "FIO-7466: Fixed an issue where code inside tolltips will be e…"
  • 8c1eb98 Revert "FIO-7544: Fixes an issue where scripts inside HTML component will be …"
  • 5fd1ca2 Updated build
  • e895931 Update Changelog.md
  • 3353309 Revert "FIO-7466: Fixed an issue where code inside tolltips will be executed …"
  • 2997dbb Updated build
  • 3e7d542 FIO-7823: fixed an issue where the submission of dataGrid with nested form re...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [formiojs](https://github.com/formio/formio.js) from 4.18.1 to 4.19.0.
- [Changelog](https://github.com/formio/formio.js/blob/master/Changelog.md)
- [Commits](formio/formio.js@v4.18.1...v4.19.0)

---
updated-dependencies:
- dependency-name: formiojs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2024
@dependabot dependabot bot requested review from duttonw and a team February 7, 2024 19:39
@ThrawnCA ThrawnCA merged commit f0f9757 into develop Feb 7, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/formiojs-4.19.0 branch February 7, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant