diff --git a/box.json b/box.json index a2554f6..10f0bd7 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"MessageBox", "author":"Ortus Solutions.com ", - "version":"4.1.0", + "version":"4.2.0", "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmessagebox/@build.version@/cbmessagebox-@build.version@.zip", "slug":"cbmessagebox", "type":"modules", @@ -23,7 +23,7 @@ "Curt Gratz " ], "devDependencies":{ - "commandbox-boxlang":"*", + "commandbox-boxlang":"*", "commandbox-cfformat":"*", "commandbox-docbox":"*" }, @@ -40,13 +40,13 @@ "format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite", "format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json", "format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json", - "start:fakemail": "!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach", - "start:lucee" : "server start serverConfigFile=server-lucee@5.json", - "start:2021" : "server start serverConfigFile=server-adobe@2021.json", - "stop:lucee" : "server stop serverConfigFile=server-lucee@5.json", - "stop:2021" : "server stop serverConfigFile=server-adobe@2021.json", - "logs:lucee" : "server log serverConfigFile=server-lucee@5.json --follow", - "logs:2021" : "server log serverConfigFile=server-adobe@2021.json --follow" + "start:fakemail":"!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach", + "start:lucee":"server start serverConfigFile=server-lucee@5.json", + "start:2021":"server start serverConfigFile=server-adobe@2021.json", + "stop:lucee":"server stop serverConfigFile=server-lucee@5.json", + "stop:2021":"server stop serverConfigFile=server-adobe@2021.json", + "logs:lucee":"server log serverConfigFile=server-lucee@5.json --follow", + "logs:2021":"server log serverConfigFile=server-adobe@2021.json --follow" }, "testbox":{ "runner":"http://localhost:60299/tests/runner.cfm" diff --git a/changelog.md b/changelog.md index e9560d5..c1ae742 100644 --- a/changelog.md +++ b/changelog.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ----- +* * * ## [Unreleased] +## [4.1.0] - 2025-02-20 + ### Added - BoxLang Support @@ -31,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Missing `dark,light` from type hints -- Delete the metadata added also on `clearData=true` #15 (https://github.com/coldbox-modules/cbmessagebox/pull/15) +- Delete the metadata added also on `clearData=true` #15 () ### Deprecated @@ -59,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - Update to new module layout -- Adding support for `success` alert message boxes. Updating throw details to correct inconsistency (https://github.com/coldbox-modules/cbmessagebox/pull/11) thanks to @zakarym +- Adding support for `success` alert message boxes. Updating throw details to correct inconsistency () thanks to @zakarym - Removed legacy icons and left just messageboxes with modern css styles - Added new messagebox type: `dark` for a nice dark tone - Update all css to more modern look and feel @@ -94,3 +96,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - Create first module version + +[unreleased]: https://github.com/coldbox-modules/cbmessagebox/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/coldbox-modules/cbmessagebox/compare/9550067b9a2d42290e74741c5a84274cfdf30a6b...v4.1.0