All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.10 (2023-10-05)
1.3.9 (2023-10-03)
- Keep track of viewed plugin setting tabs (65eb91c)
1.3.8 (2023-05-30)
1.3.7 (2023-03-20)
1.3.5 (2023-01-20)
- adds setting search loaded event (ae4c2fb)
1.3.3 (2023-01-20)
- expose removeTabResources (8eb6990)
1.3.2 (2023-01-20)
- addResource -> addResources, removeResource -> removeResources, addResources now returns a deregister function (1afdb45)
1.3.1 (2023-01-20)
- adds a way to remove external resources (fe72419)
1.3.0 (2023-01-19)
- adds ability for other plugins to add settings (f35ee83)
- fixes jump to setting (27e2b41)
1.2.0 (2022-03-23)
1.1.0 (2022-03-17)
1.0.7 (2022-03-15)
1.0.6 (2022-03-10)
- Adds check for nested details elements (close #11) (0d07279)
- Fixes padding issue on default theme (close #12) (13a3e98)
1.0.5 (2022-03-03)
1.0.4 (2022-02-23)
- Fixed settings search placeholder (a71e4bb)
1.0.3 (2022-02-23)
- Loading plugin no longer closes the active settings tab (317c1e2)
- Settings indexing is no longer blocks the main process (ee7b7b9)
- Unloading the plugin no longer re-loads the active settings tab (5579a8d)
1.0.2 (2022-02-17)
- call hide() on settings tabs (78ea4c9)
- calls tab.hide after building settings tab resources to properly unload (7de69f6)