Skip to content

Releases: guardian/cql

@guardian/cql@1.8.3

30 Jan 11:23
18a0b4b

Choose a tag to compare

Patch Changes

  • 253c6af: Don't create new chips for +/- if there's a non-whitespace character before them. Don't create a new chip for - if there's a non-whitespace character after it, either.

@guardian/cql@1.8.2

13 Oct 09:47
11836f5

Choose a tag to compare

Patch Changes

@guardian/cql@1.8.1

28 Sep 19:57
58c1024

Choose a tag to compare

Patch Changes

  • a27b80f: Determine that the popover menu as unnavigable when it is displayed but does not contain any suggestions

    Preventing the UI from throwing an error on when there are no results for a chip value

  • a27b80f: Use from to determine insertion node, fixing a bug when inserting small keys

@guardian/cql@1.8.0

28 Sep 11:31
3036643

Choose a tag to compare

Minor Changes

  • 2b0702c: Add negations to grammar, permitting users to add negations inline by removing the wrapping chip when they are in chip key position and no typeahead suggestion is present on Enter: e.g. -nosuggestion{Enter} will produce the query -nosuggestion, not nosuggestion:

@guardian/cql@1.7.1

26 Aug 21:41
0368d57

Choose a tag to compare

Patch Changes

  • 8fe9429: Do not insert space after a plus if we are not in queryStr position

@guardian/cql@1.7.0

26 Aug 21:28
de07bc1

Choose a tag to compare

Minor Changes

  • 68a6c1b: Skip to value position when a colon is added to the end of a chipKey
  • eaada6f: Add escaping for query strings, chip keys, and chip values

@guardian/cql@1.6.1

14 Aug 08:46
f6566b5

Choose a tag to compare

Patch Changes

  • 6a1ff48: Fix sort order of suggestions in Firefox

@guardian/cql@1.6.0

13 Aug 19:20
7dcfbab

Choose a tag to compare

Minor Changes

  • 1b66d8b: Remove delete intent behaviour, as it seems unnecessary in an input where copy & paste is available

Patch Changes

  • 102ebe3: Prioritise typeahead keys when they start with the search string
  • a750fbf: Use overflow: auto to avoid scrollbars when content does not overflow

@guardian/cql@1.5.0

12 Aug 08:28
722207c

Choose a tag to compare

Minor Changes

  • 4ddc14c: Enable placeholder themeing

@guardian/cql@1.4.0

11 Aug 13:29
9c8bb79

Choose a tag to compare

Minor Changes

Patch Changes

  • ebdce75: Improve mappings for query fields to avoid incorrectly displaying typeahead between adjacent fields
  • 3b4707d: Correct mappings for quoted values