Closed
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
|
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] <support@github.com>
b6835d3 to
2605a39
Compare
MekDrop
approved these changes
Nov 4, 2024
Contributor
Author
|
Superseded by #101. |
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.
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: