Releases: angular-bootstrap/ngbootstrap
Release list
v2.0.0
@angular-bootstrap/ngbootstrap 2.0.0
This release removes the DataGrid Excel export dependency on an unmaintained spreadsheet writer package and replaces it with a dependency-free browser adapter.
Highlights
- DataGrid Excel export now uses
BrowserExcelExportAdapterby default. - The adapter implements the existing
ExcelExportAdaptercontract, so applications can still provide a custom exporter through Angular DI. - The package no longer references or requires the removed spreadsheet dependency.
- Documentation now explains the implementation choice, security rationale, migration path, and default adapter limitations.
Breaking Change
The previous spreadsheet adapter has been removed from the public API. Use BrowserExcelExportAdapter or provide your own ExcelExportAdapter.
Limitations
The built-in browser adapter exports visible column values and basic scalar cell types. It does not generate formulas, charts, pivot tables, merged cells, multiple sheets, workbook styling, or macro-enabled files.
Upgrade
import {
BrowserExcelExportAdapter,
ExcelExportAdapter,
} from '@angular-bootstrap/ngbootstrap';
providers: [
{ provide: ExcelExportAdapter, useClass: BrowserExcelExportAdapter },
];v1.0.0
Release @angular-bootstrap/ngbootstrap 1.0.0.\n\n- Publishes with npm Trusted Publishing and GitHub Actions OIDC provenance.\n- Adds the expanded DataGrid feature set, chart/search/theme/data-operation utilities, drag-and-drop updates, pagination updates, and Angular 21/22 compatibility.\n- CI gates include lint, Jest tests, library build, package verification, npm pack dry run, and production dependency audit.
v0.0.13
release: 0.0.13 added some fixes for datagrid, updated the sitmap, ad…
v0.0.12
release: 0.0.12 updated the datagrid, Added the stickyRow, Add the st…
v0.0.11
v0.0.10
release: 0.0.10 updated the datagrid,added the editService for crud o…
v0.0.9
release: 0.0.9 updated typeahead-added virtual scrolling
v0.0.8
release: 0.0.8 (chips, typeahead, splitter, tree, docs)
v0.0.7
updated release for automate the tag and release
ngbootstrap
Full Changelog: https://github.com/angular-bootstrap/ngbootstrap/commits/v0.0.2