-
Notifications
You must be signed in to change notification settings - Fork 7
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 bootstrap from 4.6.2 to 5.0.0 #352
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for s-forms-kbss ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
61116c1
to
d1890fb
Compare
@blcham Could you please take a look at the result? Perhaps you might find something else. Also, when I attempted to upgrade Bootstrap React from version 1.0.1 to 2.10.5, everything broke. The blue you see is a wizard step. |
Yes, I can imagine, have a look at:
It would be nice to fix the invalid time first, as I cannot go over the whole form.
I do not understand. Could you reformulate the question? |
29ffeea
to
4ddca1a
Compare
d8a96c7
to
af52278
Compare
@blcham should compare how it looks compared with previous version |
@blcham it is needed to add autocomplete with tree example into form1 |
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
af52278
to
e17bf31
Compare
@palagdan, see the new issues that I found. I went over everything, so there should not be any more issues after this is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments.
src/components/Question.jsx
Outdated
@@ -227,12 +227,10 @@ export default class Question extends React.Component { | |||
onMouseEnter={this._onMouseEnterHandler} | |||
onMouseLeave={this._onMouseLeaveHandler} | |||
> | |||
<h6 className="d-inline" id={question["@id"]}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a little afraid that removing id
can ruin navigation to the questions; what do you think?
This is how we jump to concrete question:
s-forms/src/stories/SForms.stories.tsx
Line 62 in dc4a2fe
...getP("startingQuestionId", "layout-options-65"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blcham
In the older version, the red text color for the wizard was applied only on the first render. It has the same behavior now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I returned the id for the question
3ec324e
to
7d0cc2c
Compare
Resolves #362
Bumps bootstrap from 4.6.2 to 5.0.0.
Release notes
Sourced from bootstrap's releases.
... (truncated)
Commits
bf09367
Release v5.0.0 (#33647)48ae5a7
Rewrite migration guide (#33834)f086572
refactor(docs): Added form file input variables (#33833)1a54286
Fix doc typo and Bootstrap Icons link (#33832)e2df73f
Update migration guide for some v5 changes (#33829)1e6356a
Neutralise more words from placeholder text (#33731)6633845
Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)cb38744
Tweak toast docs (#33810)c2ff225
Bump rollup from 2.46.0 to 2.47.0 (#33818)c090ea2
Bump@babel/preset-env
from 7.14.0 to 7.14.1 (#33819)You can trigger a rebase of this PR 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)You can disable automated security fix PRs for this repo from the Security Alerts page.