Skip to content

Releases: mistic100/jQuery-QueryBuilder

2.4.3

14 Apr 18:07
Compare
Choose a tag to compare

Features :

  • #461 SQL support and MongoDB support plugins will try to pick the right filter based on field property instead of id

Fixes :

  • #464 Sortable plugin not working

2.4.2

06 Apr 18:45
Compare
Choose a tag to compare

Features

  • new number input type, automatically set for integer and double filter's types
  • the description (Filter Description plugin) can be a function
  • new skip_empty option for getRules and validate methods
  • new events beforeReset, beforeReset, translate.filter

Fixes

  • fix validation of integers lists with separator
  • refresh inputs when operators are from different optgroups
  • handle quoted field names in SQL Support plugin

2.4.1

08 Jan 13:39
Compare
Choose a tag to compare

Dependencies

  • doT.js >= 1.0.3
  • sql-parser >= 1.1.0

Features

  • allow custom SQL export and parsing (see tests) #334
  • add "allow_invalid" flag for "getRules" and "setRules" #397
  • add "allow_empty_value" filter validation property #405
  • add "no_drop" flag in Sortable plugin #399

Fixes

  • enable focus for group condition buttons #387
  • restore "afterMove" event in Sortable plugin #406
  • fix radio state lost in Sortable plugin #404

2.4.0

22 Oct 13:38
Compare
Choose a tag to compare
  • new Not group plugin
  • new languages: Bulgarian and Greek
  • new value_separator filter option
  • new flags for groups
  • allow empty rules with setRules
  • better group conditions display
  • jQuery 3 compatibility
  • fix sortable plugin on touch screen (requires interact.js library)
  • various fixes

2.3.3

10 May 12:01
Compare
Choose a tag to compare
  • make SQL character for "numbered" and "named" modes configurable
  • support "no_sortable" flag for groups
  • add "sort_filters" option
  • fix sortable glitch
  • trigger afterAddGroup for root group

1.4.3

15 Mar 18:54
Compare
Choose a tag to compare
Version 1.4.3

2.3.2

22 Feb 21:28
Compare
Choose a tag to compare
  • Fix #228 Unable to retrieve rules when rule element IDs include colons
  • Fix #245 Error when getting rules with flags
  • Add langs cs ua and az

2.3.1

16 Jan 18:36
Compare
Choose a tag to compare
  • Fix #166 add default_filter option
  • Fix #170 [sortable] add .queryBuilder namespace to event listeners
  • Fix #174 [change-filters] accept arrays
  • Fix #178 Add filter.input_event option
  • Fix #180 add readonly and flags to group objects for setRules method
  • Fix #199 IE11 does not implement startsWith
  • Fix #198 [unique-filter] filter not unlocked after builder reset
  • Fix #204 double precision overflows when using step validation
  • Fix #203 [sql-support] incorrect handling of fields with table name
  • Fix #205 add option to return flags with "getRules" method
  • Fix #209 Optgroups for operators
  • Fix #223 Add triggers in "Change filters", "Invert" and "Sortable" plugins
  • New languages : Arabic, Turkish, Simplified Chinese

2.3.0

13 Aug 19:24
Compare
Choose a tag to compare

2.2.1

13 Aug 07:45
Compare
Choose a tag to compare
  • new operator not_between
  • fix #130 rule.value not initialized with select default value
  • bypass step validation when step is 'any' #143
  • new language pt-PT
  • handle placeholder for select #149