Skip to content

Commit

Permalink
1.25 Release (#684)
Browse files Browse the repository at this point in the history
## Describe your changes
1.25 Release

## Issue ticket number and link

## Checklist before requesting a review
- [ ] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [ ] Target branch is releaseCandidate and not master
- [ ] I have performed a self-review of my code
- [ ] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [ ] 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
- [ ] 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: Antoine Leleu <[email protected]>
Co-authored-by: guillaumeSF <[email protected]>
Co-authored-by: nshulman <[email protected]>
Co-authored-by: Nathan Shulman <[email protected]>
Co-authored-by: Alan Jaouen <[email protected]>
Co-authored-by: Mehdi Cherfaoui <[email protected]>
Co-authored-by: waliasandeep <[email protected]>
Co-authored-by: castellani <[email protected]>
Co-authored-by: SantiParris8 <[email protected]>
  • Loading branch information
10 people authored Dec 16, 2024
1 parent 980da93 commit a943098
Show file tree
Hide file tree
Showing 56 changed files with 8,152 additions and 696 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js.old
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
}
],
"rules": {
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
"indent": ["error", 2, {"SwitchCase": 1, "flatTernaryExpressions": true}],
"quotes": ["error", "double", {"avoidEscape": true}],
"semi": ["error", "always"],
Expand Down
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release Notes


## Version 1.25

- Security improvements thanks to [Rikaard Hosein](https://github.com/rikaardhosein) [fix 661](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/661)
- Fix `Use Favicon Color` option which was not working key [issue 634](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/634) raised by [Gary Woodhouse](https://github.com/Garywoo)
- Add `Clear` button in Event Monitor and REST Explorer
- Fix `Field Creator` shortcut key [issue 608](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/608)
- Add `Flow Trigger Explorer` in shortcut links [feature 610](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/610) request by [JeffKrakowski](https://github.com/JeffKrakowski)
- Add `Import` / `Export` configuration from Option page [feature 570](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/570)
- Add `Field Creator` page to bulk create fields from the extension (contribution by [Santiago Parris](https://github.com/SantiParris8))
- Add `Event Monitor` page to subscribe to Platform Events (contribution by [Antoine Leleu](https://github.com/AntoineLeleu-Salesforce))
- Hide "What's new banner" in incognito mode [feature 517](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/517)
- Persist selected tab when reloading Options page.
- Add button in Options page to reset API Version to extension's default [feature 541](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/541)
- Enable Salesforce Inspector Reloaded on Debug flow page [feature 552](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/552) request by [Andrew Russo](https://github.com/mavtron-andrewrusso)
- Add option to highlight PROD with a 2px top border
- Add response time in REST Explore [issue 539](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/539)
- Add autocomplete feature for REST Explore page
- Add option to increase the number of saved & history query in data export
- Enable Salesforce Inspector Reloaded on Experience Builder and add compatibility for custom favicon
- Add option to colorize sandbox banner in the same color as the favicon [doc](https://tprouvot.github.io/Salesforce-Inspector-reloaded/how-to/?h=favico#customize-sandbox-banner-color)
- Add "Object Access" link in Object popup tab to display Object permission details (Winter 25 feature)
- Fix Platform Event links on popup [issue 500](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/500)

## Version 1.24

- Fix issues [543](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/543), [538](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/538), [545](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/545) & [546](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/545)
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="[https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/addon/icon128.png?raw=true](https://raw.githubusercontent.com/tprouvot/Salesforce-Inspector-reloaded/main/addon/icon128.png)" align="right">
<img src="https://raw.githubusercontent.com/tprouvot/Salesforce-Inspector-reloaded/main/addon/icon128.png" align="right">

# Salesforce Inspector Reloaded

Expand Down Expand Up @@ -43,8 +43,12 @@ We all know and love Salesforce Inspector: As the great Søren Krabbe did not ha
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://tprouvot.github.io/Salesforce-Inspector-reloaded/ "Go to extension documentation")

- Salesforce Developers Blog [Improve Your Productivity with Salesforce Inspector Reloaded](https://developer.salesforce.com/blogs/2024/07/improve-your-productivity-with-salesforce-inspector-reloaded)
- SalesforceBen [article](https://www.salesforceben.com/salesforce-inspector-reloaded/), [video](https://youtu.be/dvYp5mKxxzM?si=hBCIaGOyqAJlerea)
- Salesforce Developers Blog [Improve Your Productivity with Salesforce Inspector Reloaded](https://developer.salesforce.com/blogs/2024/07/improve-your-productivity-with-salesforce-inspector-reloaded)
- SalesforceBen :
- [Salesforce Inspector Reloaded](https://www.salesforceben.com/salesforce-inspector-reloaded/)
- [Video](https://youtu.be/dvYp5mKxxzM?si=hBCIaGOyqAJlerea)
- [Explore REST API With Salesforce Inspector Reloaded](https://www.salesforceben.com/explore-rest-api-with-salesforce-inspector-reloaded/)
- [Inspector Reloaded Update: Salesforce Event Monitor, Field Creator, and Export Config](https://www.salesforceben.com/inspector-reloaded-update-salesforce-event-monitor-field-creator-and-export-config/)
- ApexHours [article](https://www.apexhours.com/salesforce-inspector-reloaded/)
- SalesforceWay [podcast](https://salesforceway.com/podcast/salesforce-inspector-reloaded/)

Expand Down Expand Up @@ -85,7 +89,6 @@ Follow steps described in [how-to documentation](https://tprouvot.github.io/Sale
- [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/salesforce-inspector-reloaded/)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/salesforce-inspector-relo/noclfopoifgfgnflgkakofglfeeambpd)


### Beta Version

Welcome to the beta testing phase! Your input is crucial for refining our extension. Here's why we need you:
Expand All @@ -97,7 +100,7 @@ Why Beta Testing?

Report Bugs: If you discover a bug, please fill in an issue [here](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/new?assignees=tprouvot&labels=bug,beta&projects=&template=bug_report.md&title=[BETA]). Detailed bug reports help us address issues quickly.

To become a beta tester, [install the release candidate version](https://chromewebstore.google.com/detail/salesforce-inspector-relo/lopjgjcglnncikiocpacfdbkmpbfmkcf).
To become a beta tester, [install the beta version](https://chromewebstore.google.com/detail/salesforce-inspector-relo/lopjgjcglnncikiocpacfdbkmpbfmkcf).
Thank you for shaping our extension's future! Your feedback makes it better.

### Local Installation
Expand Down
Loading

0 comments on commit a943098

Please sign in to comment.