You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add new plugin factory function feature to migration guide - Document the new capability for plugins to access builder options and target - Mark as non-breaking enhancement - Provide clear example of the new functionality
Copy file name to clipboardExpand all lines: MIGRATION.MD
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,32 @@
25
25
}
26
26
```
27
27
28
+
2.**New Feature:** Plugins can now access builder options and target information through factory functions. This is a **non-breaking** enhancement - existing plugins continue to work unchanged.
0 commit comments