Dev Docs entry: ui/public cleanup 7.4 #39907
Labels
release_note:plugin_api_changes
Contains a Plugin API changes section for the breaking plugin API changes section.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v7.4.0
This issue is just there to create a single dev docs entry in the API changes blog post, for any of the ui/public directory removals, so not every removal PR pops up as it's own section in the blog post.
Dev Docs
ui/public
cleanupRelocated modules
In preparation for Kibana's upcoming new platform, we are in the process of migrating away from the
ui/public
directory. Over time, the contents of this directory will be either deprecated or housed inside a parent plugin. If your plugin imports from any of the followingui/public
modules, you will need to update your import statements as indicated below, so that you are pulling these modules from their new locations.ui/index_patterns
#42994ui/vis
#43730Angular Cleanup
Removed / moved Angular items
In the process of removing Angular from the Kibana core, the following items have been deleted or relocated. If you have used any of those in your plugin and want to keep using them, please copy over the source from the previous Kibana version directly into your plugin code, or import them from their new location indicated below. Please note that these will be deprecated over the lifetime of
7.x
.Directives
bind
decorator moved intodirectives
folder #41638debounce
service moved intodirectives
folder #41638listen
rootScope function moved intodirectives
folder #41638renderDirective
directive moved intodirectives
folder #41638watchMulti
rootScope function moved intodirectives
folder #41638The text was updated successfully, but these errors were encountered: