devtools_extensions 0.0.9
devtools_extensions: ^0.0.9 copied to clipboard
A package for building and supporting extensions for Dart DevTools.
0.0.9 #
- Add a link to the new #devtools-extension-authors Discord channel in the README.md.
- Fix typos that incorrectly used snake case instead of camel case for
config.yamlexamples. - Add a VS Code launch config for the
app_that_uses_fooexample app.
0.0.8 #
- Fix the
build_and_copycommand so that it succeeds when there is not an existingextension/devtools/builddirectory.
0.0.7 #
- Update the
build_and_copycommand to stop copying unnecessary files. - Add
ExtensionManager.unregisterEventHandlermethod. - Update README.md to include
.pubignorerecommendation. - Add integration testing.
0.0.6 #
- Bump
package:devtools_app_shareddependency to version ^0.0.4.
0.0.5 #
- Ensure theme and vm service connection are preserved on refresh of the extension iFrame or the simulated DevTools environment.
- Add a
forceReloadendpoint to the extensions API. - Add a
toString()representation forDevToolsExtensionEvent. - Add
ignoreIfAlreadyDismissedparameter toExtensionManager.showBannerMessageapi. - Update README.md to include package publishing instructions.
0.0.4 #
- Bump
package:vm_servicedependency to ^11.10.0. - Fix a leaking event listener in the simulated DevTools environment.
0.0.3 #
- Connect the template extension manager to the VM service URI that is passed as a query parameter to the embedded extension iFrame.
- Add built-in theme support for DevTools extensions (light theme and dark theme).
- Add event direction to the
DevToolsExtensionEventTypeapi. - Add an end to end example of a DevTools extension in the
example/directory. - Add exception handling to
devtools_extensions build_and_copycommand. - Add
showNotificationandshowBannerMessageendpoints to the extensions API. - Add hot reload and hot restart actions to the simulated DevTools environment.
- Update
build_and_copycommand, as well as documentation, to referenceconfig.yamlinstead ofconfig.json, as required bypackage:extension_discoveryv2.0.0.
0.0.2 #
- Add a simulated DevTools environment that for easier development.
- Add a
build_and_copycommand to build a devtools extension and copy the output to the parent package's extension/devtools directory.
0.0.2-dev.0 #
- Add missing dependency on
package:devtools_shared.
0.0.1-dev.0 #
- Initial commit. This package is under construction.