Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [17.3.0](https://github.com/BePo65/mat-datatable/compare/v17.2.13...v17.3.0) (2026-07-19)


### ⚠ BREAKING CHANGES

* field 'cell' in MatColumnDefinition changed, 'remoteAccess' removed

### Features

* add boolean value formatted as img-Column ([bf0bd39](https://github.com/BePo65/mat-datatable/commit/bf0bd397da836f9d651df234c3180b5610824fca))


### Bug Fixes

* resolve errors shown by eslint ([7f9c6da](https://github.com/BePo65/mat-datatable/commit/7f9c6da956188792907346398f2304e15e83b4b3))
* update packages to latest versions ([7765736](https://github.com/BePo65/mat-datatable/commit/7765736d7484533452f75654b51ab8854d335c61))

## [17.2.13](https://github.com/BePo65/mat-datatable/compare/v17.2.12...v17.2.13) (2026-04-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A simple data table with virtual scrolling using Angular Material.

[![Version](https://img.shields.io/badge/version-17.2.13-blue.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/CHANGELOG.md)
[![Version](https://img.shields.io/badge/version-17.3.0-blue.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/CHANGELOG.md)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?cacheSeconds=86400)](https://github.com/BePo65/mat-datatable/blob/main/LICENSE)
[![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)](https://angular.dev/overview)
[![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red)](https://v17.material.angular.dev/components/categories)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mat-datatable",
"version": "17.2.13",
"version": "17.3.0",
"description": "A component for Angular using Angular Material that implements a table as a simplified replacement for ngx-datatable. The project contains a library component and a demo project.",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions projects/mat-datatable-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [17.3.0](https://github.com/BePo65/mat-datatable/compare/v17.2.13...v17.3.0) (2026-07-19)


### ⚠ BREAKING CHANGES

* field 'cell' in MatColumnDefinition changed, 'remoteAccess' removed

### Features

* add boolean value formatted as img-Column ([bf0bd39](https://github.com/BePo65/mat-datatable/commit/bf0bd397da836f9d651df234c3180b5610824fca))


### Bug Fixes

* resolve errors shown by eslint ([7f9c6da](https://github.com/BePo65/mat-datatable/commit/7f9c6da956188792907346398f2304e15e83b4b3))
* update packages to latest versions ([7765736](https://github.com/BePo65/mat-datatable/commit/7765736d7484533452f75654b51ab8854d335c61))

## [17.2.13](https://github.com/BePo65/mat-datatable/compare/v17.2.12...v17.2.13) (2026-04-03)

### Bug Fixes
Expand Down
Loading