Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Tags: sourcegraph/extensions-client-common

Tags

v12.0.0

Toggle v12.0.0's commit message
refactor: remove code that has only 1 consumer

BREAKING CHANGE: Anything that was only used by sourcegraph/sourcegraph was removed from this repository and moved there.

v11.0.1

Toggle v11.0.1's commit message
fix: namespace CSS class name for notifications to avoid conflicts

addresses https://github.com/sourcegraph/sourcegraph/issues/629

v11.0.0

Toggle v11.0.0's commit message
feat: remove experimentalClientCapabilities

These were not being used.

BREAKING CHANGE: Remove the experimentalClientCapabilities prop value. It was not used anyway.

v10.5.1

Toggle v10.5.1's commit message
fix: trigger build

v10.5.0

Toggle v10.5.0's commit message
feat: render Markdown in notification messages

v10.4.2

Toggle v10.4.2's commit message
fix: show notifications below command list

v10.4.1

Toggle v10.4.1's commit message
build: install yarn 1.10.1

v10.4.0

Toggle v10.4.0's commit message
feat: openPanel command to open a panel view from an extension

v10.3.1

Toggle v10.3.1's commit message
fix: show notifications above everything else

v10.3.0

Toggle v10.3.0's commit message
feat: remove client settings

Client settings (eg settings stored in your browser extension) add complexity and are not worth supporting right now. This means that you must be authenticated to persist settings changes. We can mitigate most of the downsides of this and make it so unauthed users still can use most features of the default-enabled extensions by storing state in the live Web Worker process for unauthed users (such as whether a line decoration for code coverage should be shown).