From 6d4155bf6af0791890c378dd6fe56b9acfc66a36 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Feb 2025 16:19:56 +0000 Subject: [PATCH] chore(release): 3.112.0 [skip ci] # [3.112.0](https://github.com/ClearC2/grid-form-builder/compare/v3.111.1...v3.112.0) (2025-02-17) ### Bug Fixes * **native-select-indicator:** increase the margin in native select indicator ([#234](https://github.com/ClearC2/grid-form-builder/issues/234)) ([7c28b67](https://github.com/ClearC2/grid-form-builder/commit/7c28b673b46a70514520d2bca3315c0f28bf22ac)) ### Features * **reporting:** last quarter ([#235](https://github.com/ClearC2/grid-form-builder/issues/235)) ([c53a5ed](https://github.com/ClearC2/grid-form-builder/commit/c53a5ed1e97d3884ab044f3f18456ff9e4889afd)) --- CHANGELOG.md | 12 ++++++++++++ dist/cjs/Inputs/SearchUtils.js | 5 +++++ dist/cjs/styles/native-select.css | 6 +++--- dist/es/Inputs/SearchUtils.js | 5 +++++ dist/es/styles/native-select.css | 6 +++--- package.json | 2 +- 6 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a08d3ee..f88abb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.112.0](https://github.com/ClearC2/grid-form-builder/compare/v3.111.1...v3.112.0) (2025-02-17) + + +### Bug Fixes + +* **native-select-indicator:** increase the margin in native select indicator ([#234](https://github.com/ClearC2/grid-form-builder/issues/234)) ([7c28b67](https://github.com/ClearC2/grid-form-builder/commit/7c28b673b46a70514520d2bca3315c0f28bf22ac)) + + +### Features + +* **reporting:** last quarter ([#235](https://github.com/ClearC2/grid-form-builder/issues/235)) ([c53a5ed](https://github.com/ClearC2/grid-form-builder/commit/c53a5ed1e97d3884ab044f3f18456ff9e4889afd)) + ## [3.111.1](https://github.com/ClearC2/grid-form-builder/compare/v3.111.0...v3.111.1) (2025-02-11) diff --git a/dist/cjs/Inputs/SearchUtils.js b/dist/cjs/Inputs/SearchUtils.js index a9fcb336..5afe1aa4 100644 --- a/dist/cjs/Inputs/SearchUtils.js +++ b/dist/cjs/Inputs/SearchUtils.js @@ -183,6 +183,11 @@ var CONDITIONS = { minFields: 0, invalidInputTypes: (0, _toConsumableArray2.default)(ALL_BUT_DATES) }, + 'last quarter': { + maxFields: 0, + minFields: 0, + invalidInputTypes: (0, _toConsumableArray2.default)(ALL_BUT_DATES) + }, 'quarter to date': { maxFields: 0, minFields: 0, diff --git a/dist/cjs/styles/native-select.css b/dist/cjs/styles/native-select.css index 82bc0663..a79e6edf 100644 --- a/dist/cjs/styles/native-select.css +++ b/dist/cjs/styles/native-select.css @@ -1,6 +1,6 @@ .gfb-native-select-ios-down-indicator { margin-right: 6px !important; - margin-top: 5px; + margin-top: 10px; height: 14px !important; width: 14px !important; color: rgb(204, 204, 204); @@ -8,7 +8,7 @@ .gfb-native-select-android-down-indicator { margin-right: 6px; - margin-top: 4px; + margin-top: 10px; height: 14px; width: 14px; color: rgb(204, 204, 204); @@ -16,7 +16,7 @@ .gfb-native-select-web-down-indicator { margin-right: 6px; - margin-top: 4px; + margin-top: 10px; height: 14px; width: 14px; color: rgb(204, 204, 204); diff --git a/dist/es/Inputs/SearchUtils.js b/dist/es/Inputs/SearchUtils.js index d29282d4..cb566585 100644 --- a/dist/es/Inputs/SearchUtils.js +++ b/dist/es/Inputs/SearchUtils.js @@ -162,6 +162,11 @@ export var CONDITIONS = { minFields: 0, invalidInputTypes: _toConsumableArray(ALL_BUT_DATES) }, + 'last quarter': { + maxFields: 0, + minFields: 0, + invalidInputTypes: _toConsumableArray(ALL_BUT_DATES) + }, 'quarter to date': { maxFields: 0, minFields: 0, diff --git a/dist/es/styles/native-select.css b/dist/es/styles/native-select.css index 82bc0663..a79e6edf 100644 --- a/dist/es/styles/native-select.css +++ b/dist/es/styles/native-select.css @@ -1,6 +1,6 @@ .gfb-native-select-ios-down-indicator { margin-right: 6px !important; - margin-top: 5px; + margin-top: 10px; height: 14px !important; width: 14px !important; color: rgb(204, 204, 204); @@ -8,7 +8,7 @@ .gfb-native-select-android-down-indicator { margin-right: 6px; - margin-top: 4px; + margin-top: 10px; height: 14px; width: 14px; color: rgb(204, 204, 204); @@ -16,7 +16,7 @@ .gfb-native-select-web-down-indicator { margin-right: 6px; - margin-top: 4px; + margin-top: 10px; height: 14px; width: 14px; color: rgb(204, 204, 204); diff --git a/package.json b/package.json index ebaf4d6d..781d28a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-form-builder", - "version": "3.111.1", + "version": "3.112.0", "description": "Form Builder built on top of React Grid Layout", "repository": { "type": "git",