Skip to content

Releases: angular-bootstrap/ngbootstrap

v2.0.0

Choose a tag to compare

@angular-bootstrap angular-bootstrap released this 05 Jul 21:43

@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 BrowserExcelExportAdapter by default.
  • The adapter implements the existing ExcelExportAdapter contract, 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

Choose a tag to compare

@angular-bootstrap angular-bootstrap released this 09 Jun 20:15

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

Choose a tag to compare

@github-actions github-actions released this 23 Jan 20:27
release: 0.0.13 added some fixes for datagrid, updated the sitmap, ad…

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 22 Jan 00:08
release: 0.0.12 updated the datagrid, Added the stickyRow, Add the st…

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 04 Jan 16:47
fix the package json

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 04 Jan 16:36
release: 0.0.10 updated the datagrid,added the editService for crud o…

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 03 Jan 03:34
release: 0.0.9 updated typeahead-added virtual scrolling

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 27 Dec 16:07
release: 0.0.8 (chips, typeahead, splitter, tree, docs)

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 22 Dec 03:57
updated release for automate the tag and release

ngbootstrap

Choose a tag to compare

@angular-bootstrap angular-bootstrap released this 22 Dec 03:36