What's Changed
✨ Enhancements
- Use semver to compare versions during update checks (5abeee1) (by @yofukashino in #756)
- Add
ModalListContentto theModalcomponent (4f369a2) (by @fedeericodl) - Add a
transparentclass to the root element when transparency is enabled in settings (0d05598) (by @yofukashino in #758) - Export more utilities to the
toastcommon module for more control over toasts (3788e64) (by @fedeericodl)
🐞 Bug Fixes
- Fixed an issue with the
UserRecordmodule being undefined and some type issues with webpack helpers related to prototypes (586b397) (by @fedeericodl) - Fixed an issue with the
Checkboxcomponent being undefined (6ff866d) (by @fedeericodl) - Fixed an issue with playground embed not appearing when using dev links (968b0cc) (by @fedeericodl)
- Fixed an issue with experiments embed not appearing when using dev links (01ad6e2) (by @fedeericodl)
- Fixed an issue with the
languagecoremod which did not allow access to the languages settings page (90a7068) (by @fedeericodl) - Fixed an issue with the
Categorycomponent having the chevron icon upside down (aa6f183) (by @fedeericodl) - Fixed an issue with the new user settings redesign not showing Replugged's settings (c0234ab) (by @yofukashino in #760)
- Fixed an issue with the
Selectcomponent being undefined (e6215a6) (by @Z1xus in #769) - Fixed an issue with the
componentscommon module being undefined (bd7aad4) (by @fedeericodl) - Update all outdated CSS variables (7185f9a) (by @fedeericodl)
- Improve error handling for fetching of our custom badges (d7fda18) (by @fedeericodl)
- Fixed an issue with the
Tooltipcomponent being undefined (6de0af8) (by @fedeericodl) - Fixed an issue with the addons settings page which would cause a crash if a theme has been uninstalled (9152c69) (by @fedeericodl)
📰 Other Changes
- Wrap the
Switchcomponent to support thevalueprop for easier usage with setting hooks (0a34d7f) (by @fedeericodl) - Accept
esbuild.extra.mtsas a valid file to change the esbuild configuration (34b5114) (by @yofukashino in #753) - Wrap the
Checkboxcomponent to support thevalueprop for easier usage with setting hooks (e25bb27) (by @fedeericodl) - Remove deprecated form components (
FormItem,FormNotice,FormText) and renameFormControltoField(45f5d5c) (by @fedeericodl) - Dependencies updates (49b66f2) (by @fedeericodl)
- Update the
findInReactTreeutility types to include ReactElements (03d5690) (by @yofukashino in #762) - Add support for coremods when using
$exportsplaceholder in plaintext patches (04568a5) (by @yofukashino in #768)
New Contributors
Full Changelog: v4.11.0...v4.11.1