Releases: khayll/sobree
Releases · khayll/sobree
@sobree/zoom-controls@0.1.2
@sobree/review@0.1.2
@sobree/mcp@0.1.2
@sobree/keyboard@0.1.2
@sobree/core@0.1.2
Patch Changes
- 38cfb11: Fix two DOCX import/render bugs surfaced by real-world CVs:
- Paragraph styles whose id contains a space (e.g.
"Contact Information")
no longer crash the renderer. The style id is carried in a
data-style-idattribute instead of a CSS class, which also makes the
style round-trip lossless (the old class lowercased and mangled
multi-word ids). <w:pageBreakBefore>now honours itsw:val. It is aCT_OnOff
toggle, and Word writes the explicit-off form (w:val="0") in
DocDefaults / styles; reading it by presence alone added a page break
before every paragraph (a 2-page CV rendered as 32).
- Paragraph styles whose id contains a space (e.g.
@sobree/collab-server@0.1.2
Patch Changes
- 38cfb11: Version bump only — released together with
@sobree/coreto keep the
@sobree/*package set on the same version. No functional changes in this
package.
@sobree/collab-providers@0.1.2
@sobree/block-tools@0.1.2
@sobree/zoom-controls@0.1.1
Patch Changes
- Ship dist-only
exportsviapublishConfig.exports. Thedevelopment
condition (→src, used for workspace HMR/typecheck) was shipping in
the published package, wheresrcis absent — breaking consumers'
vite dev("Failed to resolve entry"). The publishedexportsis now
clean dist-only; the source/workspace resolution is unchanged. - Updated dependencies
- @sobree/core@0.1.1
@sobree/review@0.1.1
Patch Changes
- Ship dist-only
exportsviapublishConfig.exports. Thedevelopment
condition (→src, used for workspace HMR/typecheck) was shipping in
the published package, wheresrcis absent — breaking consumers'
vite dev("Failed to resolve entry"). The publishedexportsis now
clean dist-only; the source/workspace resolution is unchanged. - Updated dependencies
- @sobree/core@0.1.1