-
Couldn't load subscription status.
- Fork 0
Bump quasar from 2.14.3 to 2.17.1 #93
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
Conversation
Reviewer's Guide by SourceryThis PR updates the Quasar framework from version 2.14.3 to 2.17.1. The update includes several new features, performance improvements, and bug fixes. The most notable changes include updates to the Platform plugin behavior, new component features, and various UI fixes. Class diagram for Quasar Platform Plugin ChangesclassDiagram
class Platform {
+Boolean is
+Boolean is.firefox
+Boolean is.chrome
+Boolean is.safari
+Boolean is.edge
+Boolean is.ie
+Boolean is.opera
+Boolean is.android
+Boolean is.ios
+Boolean is.windows
+Boolean is.macos
+Boolean is.linux
}
note for Platform "All boolean props are now explicitly specified, previously undefined if false."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
e58c84e to
b6835d3
Compare
Bumps [quasar](https://github.com/quasarframework/quasar) from 2.14.3 to 2.17.1. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](quasarframework/quasar@quasar-v2.14.3...quasar-v2.17.1) --- updated-dependencies: - dependency-name: quasar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
b6835d3 to
2605a39
Compare
|
Superseded by #101. |
Bumps quasar from 2.14.3 to 2.17.1.
Release notes
Sourced from quasar's releases.
... (truncated)
Commits
9138450chore(ui): Bump version2f21247chore(vite-plugin): Bump version14933acchore(app-webpack): Bump version1a6f06fchore(app-vite): Bump version6847879Revert "fix(ui): IME composition detection not working (#17476)" #1753675e9c6bfeat(app-vite/app-webpack): ensure esbuild 0.24+ is used #175283c167e9fix(app-webpack): remove obsolete uglify option (computed_props)8e99e0cfeat(app-webpack): remove now obsolete safari10 mangle option for uglifybaf2430feat(docs): vs-code-configuration - add Common Intellisense to Recommended (#...67a9b71fix(ui): prevent disabled styling on disabled=false (#17527)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Bump Quasar from version 2.14.3 to 2.17.1, introducing new features, bug fixes, and performance enhancements. This update includes upgrades to Sass specifications, new props and CSS variables for Quasar components, and various bug fixes. Additionally, performance improvements are made in QScrollArea and QSpinner, and documentation is updated with new VS Code configuration recommendations.
New Features:
Bug Fixes:
Enhancements:
Documentation: