Minor Changes
- feat: Symbol API
Symbol API
This release improves the Symbol API, which adds the capability to place symbols in arbitrary files. We preserved the previous output structure for all plugins except Angular.
You can preserve the previous Angular output by writing your own placement function.
Removed output
plugin option
Due to the Symbol API release, this option has been removed from the Plugin API. (#2664) (e1ede9c
) by @mrlubos
Patch Changes
-
fix(plugin): every plugin extends Plugin.Hooks interface (#2664) (
e1ede9c
) by @mrlubos -
fix(renderer): group and sort imported modules
TypeScript renderer
We ship a dedicated TypeScript renderer for .ts
files. This release improves the renderer's ability to group and sort imported modules, resulting in a more polished output. (#2664) (e1ede9c
) by @mrlubos