-
Notifications
You must be signed in to change notification settings - Fork 83
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
[general] Notify users on extension update #51
Labels
enhancement
New feature or request
Comments
6 tasks
tprouvot
pushed a commit
that referenced
this issue
Jan 23, 2024
## Describe your changes - Added AlertBanner component for alerts (info, warning, error, offline) to follow [SLDS Alert style guidelines](https://www.lightningdesignsystem.com/components/alert/). - Added missing classes to slds.css for banner support - Added notification of new Release Notes with optional close/ignore using AlertBanner - Converted Session lost/Generate Key to AlertBanner - Refactored onShortcutKey for easier management of shortcuts and actions - Added sf command to test framework and noted sfdx as legacy ## Issue ticket number and link [Issue #51](#51) ## Checklist before requesting a review - [ x ] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [ x ] Target branch is releaseCandidate and not master - [ x ] I have performed a self-review of my code - [ x ] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [ x ] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ n/a ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional) --------- Co-authored-by: nshulman <nathan@shulman.ne> Co-authored-by: Nathan Shulman <nshulman@salesforce.com>
Will be delivered in 1.22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When the version has been updated, display a message showing new release
The text was updated successfully, but these errors were encountered: