Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 8.2 KB

CHANGELOG.md

File metadata and controls

89 lines (61 loc) · 8.2 KB

v3.4.13 (2024-10-21)

🚀 New Feature

🐛 Bug Fix

🏠 Internal

  • deps: bump @babel/traverse from 7.20.5 to 7.23.2 (#24) (b0dd987)
  • deps: bump braces from 3.0.2 to 3.0.3 (#30) (9a690e9)
  • deps: bump express from 4.18.2 to 4.19.2 (#29) (609a460)
  • deps: bump follow-redirects from 1.15.2 to 1.15.4 (#26) (3348c46)
  • deps: bump follow-redirects from 1.15.4 to 1.15.6 (#27) (27707ce)
  • deps: bump get-func-name from 2.0.0 to 2.0.2 (#23) (715f9c0)
  • deps: bump micromatch from 4.0.5 to 4.0.8 (#33) (9488156)
  • deps: bump semver from 5.7.1 to 5.7.2 (#21) (0ab921e)
  • deps: bump tough-cookie from 4.1.2 to 4.1.3 (#22) (e5e05e5)
  • deps: bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#28) (19233c7)
  • deps: bump word-wrap from 1.2.3 to 1.2.4 (#20) (4e890ee)
  • deps: bump ws from 8.11.0 to 8.17.1 (#31) (853bd2d)
  • deps-dev: bump webpack from 5.75.0 to 5.76.0 (#19) (7e0e7ba)
  • deps-dev: bump webpack from 5.89.0 to 5.94.0 (#32) (2d7e67c)
  • removes codeql config (8f9ebf8)

v3.4.12 (2023-02-27)

🐛 Bug Fix

  • fixes 'e.update is not a function' error (a8fd65a)

v3.4.11 (2023-01-12)

🐛 Bug Fix

  • add cursor and query as parameters for custom hint rendering (#16) (2f61dc5)

🏠 Internal

  • config: removes 'paths-ignore' from codeql config (89fec72)
  • config: removes unwanted 'paths-ignore' from codeql analysis config (9e03d52)
  • deps: bump json5 from 2.2.1 to 2.2.3 (#17) (09a5548)
  • deps: regenerate yarn.lock based on .yarnrc config; adds resolution on loader-utils (c175f6e)
  • deps: updates dependencies (1abd1d8)

v3.4.9 (2022-09-16)

🐛 Bug Fix

  • stop calling on submit when a hint is picked (#15) (7d9bd0a)

v3.4.8 (2022-09-13)

🐛 Bug Fix

  • dont show autocompletion if the input is empty (#14) (b94d3a9)

v3.4.7 (2022-09-09)

🐛 Bug Fix

  • wrong condition on filterable content check (d79873e)

v3.4.6 (2022-09-09)

🚀 New Feature

🐛 Bug Fix

  • allow spaces when validating searchable content (#13) (bfd1a74)
  • remove suggestion of paranthesis (#12) (e927a39)

v3.4.5 (2022-07-25)

🏠 Internal

v3.4.4 (2022-07-20)

🚀 New Feature

  • change component to fit our needs (acd7e79)

🏠 Internal

  • adds entry in .gitignore for yarn-error.log (b437cf2)
  • adds version script in package.json (148b896)
  • removes yarn-error.log (88e7d5b)