Skip to content

Releases: gitkraken/gk-browser-extension

v2024.5.905-pre

09 May 09:05
3877545
Compare
Choose a tag to compare
v2024.5.905-pre Pre-release
Pre-release
Call check-in route when popup is opened (#37)

v2024.5.705-pre

07 May 09:05
066fc68
Compare
Choose a tag to compare
v2024.5.705-pre Pre-release
Pre-release
Fix issue with refresh token logic

The API was updated so that expiresIn can no longer be below 0.

v2024.5.405-pre

04 May 09:05
ff2ec61
Compare
Choose a tag to compare
v2024.5.405-pre Pre-release
Pre-release
Post event when popup is opened (#36)

v2024.5.105-pre

01 May 09:05
b7f47d2
Compare
Choose a tag to compare
v2024.5.105-pre Pre-release
Pre-release
Add source parameter to code suggestion links

v2024.4.2705-pre

27 Apr 09:05
9274ac0
Compare
Choose a tag to compare
v2024.4.2705-pre Pre-release
Pre-release
Add "Open with GitKraken" link to Focus View PRs (#34)

v2024.4.2605-pre

26 Apr 09:05
0168b17
Compare
Choose a tag to compare
v2024.4.2605-pre Pre-release
Pre-release
Have each provider button link to its specific url on gk.dev

v2024.4.2505-pre

25 Apr 09:05
5257487
Compare
Choose a tag to compare
v2024.4.2505-pre Pre-release
Pre-release
Use shared GkDotDevUrl constant instead of defining it in every host …

v2024.4.2005-pre

20 Apr 09:05
b6bca22
Compare
Choose a tag to compare
v2024.4.2005-pre Pre-release
Pre-release
Cache Focus View data (#30)

* Add caching to data fetched in the extension popup

* Invalidate focus view cache when a PR link is clicked on

v2024.4.1705-pre

17 Apr 09:05
43b49c0
Compare
Choose a tag to compare
v2024.4.1705-pre Pre-release
Pre-release
Focus View (GitHub only) (#28)

* Load GitHub PR data into Focus View component

* Add styling to the Focus View

* Add a text input for filtering PRs

* Style the user bar

* Update permissions banner styling

* Sticky the user row to the bottom of the extension

* Update signed out + restructure popup html

* Update Focus View columns

* Add images to Sign In UI

* show permission banner in SignedIn and SignedOut components

* remove unused import

* Fix Firefox bug causing popup to disappear when typing in the filter input

* Do not use nested CSS since it is not supported in Firefox ESR

v2024.4.905-pre

09 Apr 09:05
ecb4865
Compare
Choose a tag to compare
v2024.4.905-pre Pre-release
Pre-release
Convert popup to React (#27)

* move popup code to its own folder

* add React

* convert signed out content to React

* convert signed in content to React

* convert Pemissions Request UI

* lock dependency versions

* unshadow variable names in Popup.tsx