Skip to content

Releases: Servoy/svyPopupFilter

2024.3.0

03 May 15:35
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-776 svyPopFilter - adding custom foundset isn't working, it always uses the form foundset
SVYX-833 When no title it given for custom filter do a fallback to the columnTitle from the DBI file

2023.3.0

09 Oct 15:07
Compare
Choose a tag to compare

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

30 Sep 12:09
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-460 Error restoring the state of the date popup filter
SVYX-489 Getting an error when I try to open the filter of a valuelist filter
SVYX-488 [TiNG] Date filter does not look nice on a clean solution

v2022.3.0

07 Jul 13:57
Compare
Choose a tag to compare

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

18 Jan 15:39
Compare
Choose a tag to compare

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

09 Jun 13:29
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-234 Free search doesn't work when name of a stored calculation isn't lowercase
SVYX-223 Errors when using svyPopupFilter internal simple search on master-detail pattern
SVYX-213 Added fix for not setting correct operator after restore of filter (init show)

v2.0.1

08 Apr 13:57
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-204 Show text of filtered column in Date filter
SVYX-203 Date filter before/later than mixup
SVYX-201 UI should look to active filters to apply the style class, not hasFilters
SVYX-162 Custom close icon for the CHECK filter type

svyPopupFilter v2.0.0

16 Dec 12:55
Compare
Choose a tag to compare

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

18 Sep 14:56
Compare
Choose a tag to compare

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

19 Mar 15:00
Compare
Choose a tag to compare

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