@blueprintjs/core@6.11.3
- Fix Collapse clipping content when initially open (#8001)
- Make Breadcrumbs items prop optional to fix FC regression (#8002)
Full Changelog: @blueprintjs/core@6.11.2...@blueprintjs/core@6.11.3
@blueprintjs/docs-theme@6.0.20
No documented user-facing changes
Full Changelog: @blueprintjs/docs-theme@6.0.19...@blueprintjs/docs-theme@6.0.20
@blueprintjs/select@6.1.8
No documented user-facing changes
Full Changelog: @blueprintjs/select@6.1.7...@blueprintjs/select@6.1.8
@blueprintjs/datetime@6.0.23
No documented user-facing changes
Full Changelog: @blueprintjs/datetime@6.0.22...@blueprintjs/datetime@6.0.23
@blueprintjs/datetime2@3.0.21
No documented user-facing changes
Full Changelog: @blueprintjs/datetime2@3.0.20...@blueprintjs/datetime2@3.0.21
@blueprintjs/table@6.0.23
No documented user-facing changes
Full Changelog: @blueprintjs/table@6.0.22...@blueprintjs/table@6.0.23
@blueprintjs/labs@6.2.7
No documented user-facing changes
Full Changelog: @blueprintjs/labs@6.2.6...@blueprintjs/labs@6.2.7
Release v2.12.1
- #571 by @bobsingor – Add
getAnnotations(options?)method to retrieve all tracked annotations, optionally filtered by page index. Available on bothAnnotationCapabilityandAnnotationScope.
- #571 by @bobsingor – Export missing annotation types from the snippet package:
AnnotationTransferItem,ExportAnnotationsOptions,GetAnnotationsOptions,TrackedAnnotation,AnnotationTool,PdfAnnotationSubtype, andPdfStampAnnoObject.
Release v2.12.0
- #569 by @bobsingor – Add symmetric annotation import/export API using a unified
AnnotationTransferItemtype.exportAnnotations()produces the same format thatimportAnnotations()consumes — zero remapping needed for round-tripping. Stamp appearances are automatically exported as PDF buffers inctx.data. On import, stamps can be created from PNG, JPEG, or PDF buffers viactx: { data: ArrayBuffer }— the engine auto-detects the format from magic bytes. Also addsdeleteAllAnnotations()convenience method.