Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Releases: sourcegraph/browser-extensions

v2.0.0

01 Nov 15:40

Choose a tag to compare

2.0.0 (2018-11-01)

Bug Fixes

  • add spacing between end-of-line and decoration attachment (50d6c5d)
  • upgrade @sourcegraph/extensions-client-common to fix CSS (7bfeabc)

Features

  • remove CLI commands other than default search (8ef6839)
  • remove code host search box integration (f19c77b)
  • remove file tree (522d41f)
  • remove unused openEditorEnabled feature flag (cfa1604)
  • remove unused sourcegraphRepoSearchToggled feature flag (5ebcc5d)
  • show suggestions after 1st character entry in omnibox (c92792d)

BREAKING CHANGES

v1.19.0

01 Nov 02:58

Choose a tag to compare

1.19.0 (2018-11-01)

Bug Fixes

Features

  • deps: update dependency @sourcegraph/codeintellify to ^3.9.1 (9ec9eb5)
  • add back client settings (for unauthed users only) (5793ce0)
  • pass sourcegraphURL and clientApplication to extensions (7eef3c8)
  • remove client settings (288706e)
  • remove feature flag for phabricator (#290) (58b64ce)
  • remove unsafe-eval (#289) (3e01bca)
  • show error notifications from extensions (9e65242), closes #268
  • support themable decorations from extensions (36da4ea)

v1.18.0

25 Oct 01:31
afe3ea3

Choose a tag to compare

1.18.0 (2018-10-25)

Bug Fixes

Features

v1.17.0

18 Oct 19:28
022124a

Choose a tag to compare

1.17.0 (2018-10-18)

Bug Fixes

  • cannot create context menu item with duplicate id (#231) (8a907b6)
  • don't reassign createObjectURL if we don't need to (#222) (f7f41d9)
  • only show one code intel status indicator (#251) (f944aa7)

Features

  • deps: update dependency @sourcegraph/stylelint-config to ^1.0.1 (c03b7a4)
  • remove the extension list (#250) (2232d8e)
  • support running extensions on private code without a private Sourcegraph instance (#249) (022124a)
  • use access tokens for authentication (#245) (6acd186)

v1.16.2

01 Oct 22:42
b5d8290

Choose a tag to compare

1.16.2 (2018-10-01)

Bug Fixes

  • more robust scraping to support org level repos (#219) (b5d8290)

v1.16.1

01 Oct 18:17

Choose a tag to compare

1.16.1 (2018-10-01)

Bug Fixes

v1.16.0

01 Oct 17:11
34734ce

Choose a tag to compare

1.16.0 (2018-10-01)

Features

v1.15.0

21 Sep 22:45

Choose a tag to compare

1.15.0 (2018-09-21)

Bug Fixes

  • prevent multiple command palettes from being added (#178) (7aa19f0)
  • prevent transitive importing of entrypoints (#184) (ff75251)
  • retry LSP requests on sourcegraph.com (#177) (4f57c04)

Features

v1.14.0

14 Sep 07:21

Choose a tag to compare

1.14.0 (2018-09-14)

Bug Fixes

Features

  • accept settings updates from Sourcegraph pages (#146) (0c49ab1)
  • use new Sourcegraph extension API (76a629c)

Reverts

v1.13.1

11 Sep 19:59
f2ad50a

Choose a tag to compare

1.13.1 (2018-09-11)

Bug Fixes