v3.2.1
Highlights
@byline/adminand@byline/richtext-lexical— removedlodash-esfrom the client bundle graph entirely. A barefrom 'lodash-es'import inform-context(reachable from the layout graph) and a dynamicimport('lodash-es')in the Lexical editor loader each pooled into a shared ~85KB chunk that leaked onto the public frontend bundle and defeated tree-shaking. Both now use small vendored helpers — a local nestedget/setin@byline/adminand an in-packagecloneDeepin@byline/richtext-lexical(the latter deliberately preserves functions/classes by reference, whichstructuredClonecannot do for the Lexical node classes). Net effect for consumers: one fewer transitive dependency and a lighter public bundle, with no API change.
All other @byline/* packages bumped to 3.2.1 in lockstep with no behavioural changes this cycle.