From 49b13306c466061129e0d0a430d7d91d894160d7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 6 Jan 2025 17:00:27 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.19.0=20=E2=86=92=200.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57338df..646afbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to wuttaweb will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.19.1 (2025-01-06) + +### Fix + +- improve built-in grid renderer logic +- allow session injection for ObjectRef constructor +- improve rendering for batch row status +- add basic support for row grid "view" action links +- add "xref buttons" tool panel for master view +- add WuttaQuantity schema type, widget +- remove `session` param from some form schema, widget classes +- add grid renderers for bool, currency, quantity +- use proper bulma styles for markdown content +- use span element for readonly money field widget render +- include grid filters for all column properties of model class +- use app handler to render error string, when progress fails +- add schema node type, widget for "money" (currency) fields +- exclude FK fields by default, for model forms +- fix style for header title text + ## v0.19.0 (2024-12-23) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 073ed88..f1bb921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.19.0" +version = "0.19.1" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}] @@ -45,7 +45,7 @@ dependencies = [ "SQLAlchemy-Utils", "waitress", "WebHelpers2", - "WuttJamaican[db]>=0.19.1", + "WuttJamaican[db]>=0.19.2", "zope.sqlalchemy>=1.5", ]