From 99ca2c30d849daea90691c5a3538212f1ccd103d Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Tue, 7 Jan 2025 14:39:12 -0700 Subject: [PATCH] Release 0.0.16 --- ReleaseNotes.md | 6 +++++- acre.config | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 6d7abb1..28fa577 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.15 +# Abacus Release 0.0.16 +1. More HTMX changes +2. Bring over HTML and CSS and htmx stuff from Rumba + +# Abacus Release 0.0.15 2024-10-23 07:29:48 1. Preserve whitespace in both HTML2DOM and DOM2HTML 2. Implement column rename in DataGrid component 3. Revamp PromptBox component syntax diff --git a/acre.config b/acre.config index 5cef237..7ed07df 100644 --- a/acre.config +++ b/acre.config @@ -14,5 +14,5 @@ "ProjectSpace": "#.Abacus", "StartUp": "", "URL": "https://github.com/the-carlisle-group/Abacus", - "Version": "0.0.15" + "Version": "0.0.16" }