| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR removes the legacy, now-orphaned npm packs that previously shipped the toastr and jquery-form third-party libraries, and updates MVC/Razor Pages documentation to stop referencing those libraries.
Changes:
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file| File | Description |
|---|---|
| npm/packs/toastr/README.md | Removes the Toastr pack README as part of deprecating the pack. |
| npm/packs/toastr/package.json | Removes the @abp/toastr pack definition. |
| npm/packs/toastr/abp.resourcemapping.js | Removes resource mapping for toastr assets. |
| npm/packs/jquery-form/src/jquery.form.min.js | Removes the vendored/minified jquery-form plugin payload. |
| npm/packs/jquery-form/README.md | Removes the jQuery Form pack README as part of deprecating the pack. |
| npm/packs/jquery-form/package.json | Removes the @abp/jquery-form pack definition. |
| npm/packs/jquery-form/abp.resourcemapping.js | Removes resource mapping for jquery-form assets. |
| docs/en/framework/ui/mvc-razor-pages/theming.md | Removes Toastr/JQuery Form from the base library list and updates notification wording. |
| docs/en/framework/ui/mvc-razor-pages/overall.md | Updates library lists and removes Toastr from bundling examples. |
| docs/en/framework/ui/mvc-razor-pages/bundling-minification.md | Updates bundling examples to avoid referencing Toastr assets. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| * [SweetAlert](https://sweetalert.js.org/) to show fancy alert message and confirmation dialogs. | ||
| * [Toastr](https://github.com/CodeSeven/toastr) to show toast notifications. | ||
| * [Lodash](https://lodash.com/) as a utility library. | ||
| * [Luxon](https://moment.github.io/luxon/) for date/time operations. | ||
| * [JQuery Form](https://github.com/jquery-form/form) for AJAX forms. | ||
| * [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker) to show date pickers. | ||
| * [Select2](https://select2.org/) for better select/combo boxes. |
|
|
||
| * [Tag Helpers](tag-helpers) makes it easy to generate the Bootstrap UIs. | ||
| * JavaScript [Message](javascript-api/message.md) and [Notification](javascript-api/notify.md) APIs provides abstractions to use the Sweetalert and Toastr. | ||
| * JavaScript [Message](javascript-api/message.md) and [Notification](javascript-api/notify.md) APIs provides abstractions to use the Sweetalert and the built-in toast implementation. |
| Back | FazBrowse Home | New Git URL |
Resolve #25968
Resolve #25966
Both libraries were already replaced (abpAjaxForm uses FormData + $.ajax, notifications use abp-toast.js); this drops the unused @abp/jquery-form and @abp/toastr packages and cleans the docs.