Releases: Servoy/svyPopupFilter
2024.3.0
2023.3.0
Enhancements
Case | Description |
---|---|
SVYX-538 | Add support to globally change the default value for case sensitivity |
SVYX-627 | Error with svyPopupFilter.getFilter(dataproviderName).setUseInSearch(true) |
SVYX-700 | Using a cross-database column with the popup filter throws an error |
SVYX-711 | Allow adding a filter but not actually apply anything |
2022.3.1
v2022.3.0
Fixes
Case | Description |
---|---|
SVYX-460 | Error restoring the state of the date popup filter |
SVYX-466 | svyPopupFilter: Error with related foundset since 2022.3 |
Behavior Changes !
Due to SVYX-466, there is a behavior change of the PopupFilter when used on a related foundset. Applied filters aren't applied as a foundset filter param anymore. Therefore any subsequent call which triggers a records load into the foundset ( e.g. loadRecords() ) will disregard the applied filter in foundset.
Therefore if you need to apply any condition of your own into the foundset to sub-filter it make use of the PopupFilter event onSearchCommand.
svyPopupFilter v2.1.0
Enhancements
Case | Description |
---|---|
SVYX-261 | Add "Is NULL" and "Is NOT NULL" to svyPopupFilter |
SVYX-339 | Allow to adjust the filter popup menu in svyPopupFilter |
SVYX-361 | Search dates from different timezone when useLocalDateTime=true |
SVYX-359 | Allow to store relative dates for a date filter |
Fixes
Case | Description |
---|---|
SVYX-268 | Don't use lower when filter column is not text |
SVYX-254 | Date selecter isn't applying date correct when selecting on or before |
Requires version 1.6.1 of svyUtils and version 1.3.2 of svySearch and 3.2.2 of boostrapcomponents
v2.0.2
v2.0.1
svyPopupFilter v2.0.0
This is a major release of svyPopupFilter containing breaking changes and deprecated methods.
Enhancements
- SVYX-59: Add support for additional Filters (#4)
- SVYX-60: Add support for filtering in listFormComponent
- SVYX-119: Use global date display Format as default format in free search.
- SVYX-122: Sort filter picker alphabetically
- SVYX-50: Add possibility to customize the query for dataprovider based on calculation/aggregation etc..
- SVYX-81: Add support for custom icon selection & other styling settings
- added a LOCALE variable that can be used to set translations for various labels and a method to apply them to a form of a given base type
Fixes
- SVYX-120:Wrong value shown in filter tag with operator BETWEEN
- SVYX-82: Filter element keeps styleclasses even when there is no filter anymore
Deprecated Methods
- clearGridFilters has been deprecated in favour of clearFilterUI
Breaking Changes
- setFilterValue is now getting a Filter object as first argument instead of CustomType<aggrid-groupingtable.column> . The new Filter object can be obtained using the API getFilter(dataprovider).
svyPopupFilter v1.2.0
Fixes
- #15 Error with onSearchCommand & related columns
- #18 Adjust date selection with search type, gray out disabled picker
- #20 svyNumberPopupFilter.updateUI() greater then option missing, align Number's query operators with the UI to SMALLER_THAN/GREATER_THEN instead of SMALLER_EQUAL/GREATER_EQUAL
- #21 Bug in a search combination
- fix error accessing the filters when popup forms are unloaded from memory
- #31 SVYX-46 Cross-DB dataproviders make the toolbar filter creation fail
- SVYX-61 Adding popupfilter by setFilterValue the popup isn't showing the value
- #24 SVYX-63 UI Enhancements in filter
- SVYX-64 Keep sort order after a search
- SVYX-54 Popupfilter does not store the state of a string real/display value valuelist
- SVYX-67 Free Search with alias doesn't work with column having space char in headerTitle
Enhancements
- #17 new API setConfigDateDisplayFormat(displayFormat) to set display date format in Filter toolbar
- #7 SVYX-13 Add support to Boolean filtering to the svyPopupFilter
- #19 SVYX-62 AbstractNumberPopupFilter the variables are Integer and not Number
- #22 Support for NULL and NOT NULL OPERATOR
- SVYX-25 Allow to exclude values from token list
svyPopupFilter v1.1.0 Release
This release offers the following enhancements and fixes
Enhancements
- #3 Add option for like filtering
- New config option to allow filtering only on visible columns
Fixes
- #5 custom valuelists ( if allow empty is selected, things break) bug. (requires svyLookup 2.0.2)
- #1 Filtering a grid on a column that has a valuelist with the "apply valuelist name as filter on column 'valuelist_name'" checkbox checked, does not filter the filter dropdown results. (requires svyLookup 2.0.2)
- Fix: use i18nMessage for text
- Fix: restored filter values not visible in token popup filter