From 84637b0c048444aa98856b7145dabf8530281906 Mon Sep 17 00:00:00 2001 From: Andrew Holloway Date: Tue, 17 Sep 2024 16:32:39 -0500 Subject: [PATCH] chore(release): 15.4.0-alpha.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8e3af48..f0e92f4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [15.4.0-alpha.1](https://github.com/chanzuckerberg/edu-design-system/compare/v15.3.1...v15.4.0-alpha.1) (2024-09-17) + + +### Features + +* **Button:** support for not-allowed cursor when disabled ([#2052](https://github.com/chanzuckerberg/edu-design-system/issues/2052)) ([46cb9f6](https://github.com/chanzuckerberg/edu-design-system/commit/46cb9f61b75e3fee77813e574c09bf220c625151)) +* **DataTable:** add groupBy support ([894fc62](https://github.com/chanzuckerberg/edu-design-system/commit/894fc62c7802b960676830d7ab03602da13c9520)) +* **DataTable:** handle conditional shadow on pinned header ([142bd6e](https://github.com/chanzuckerberg/edu-design-system/commit/142bd6eb81d12a04ac4a403489dae71c35ef250d)) +* **DataTable:** implement TanStack Table ([#2055](https://github.com/chanzuckerberg/edu-design-system/issues/2055)) ([2912518](https://github.com/chanzuckerberg/edu-design-system/commit/2912518bc421059adb273da31741927f7f4ae135)) +* **DataTable:** introduce 1.0 component ([8ee0249](https://github.com/chanzuckerberg/edu-design-system/commit/8ee024908ff3381c85275e4d82e57a2918314765)) +* **DataTable:** support selection and additional column styling ([7b08ea6](https://github.com/chanzuckerberg/edu-design-system/commit/7b08ea6b9136cb10965e3284a82550aca4771395)) + ## [15.4.0-alpha.0](https://github.com/chanzuckerberg/edu-design-system/compare/v15.3.1...v15.4.0-alpha.0) (2024-09-12) diff --git a/package.json b/package.json index 884833749..a7469ec32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/eds", - "version": "15.4.0-alpha.0", + "version": "15.4.0-alpha.1", "description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", "author": "CZI ", "homepage": "https://github.com/chanzuckerberg/edu-design-system",