Releases: DevCycleHQ/vscode-extension
Releases · DevCycleHQ/vscode-extension
v1.4.0
Features
Bug Fixes
- fix: hover color to match theme by @L-Joli in #198
- fix: Use node version that is bundled with CLI by @laurawarr in #202
Other Changes
- chore: add helper functions for fuzzy search dropdown by @L-Joli in #197
- chore: sort variables by key for inspector dropdown by @nsalamad in #199
- chore: add no usages message by @L-Joli in #201
- chore: only update usages for the saved file by @jsalaber in #203
- chore: sort projects and display projects name by @L-Joli in #205
Uncategorized
v1.3.1
Bug Fixes
- fix: use first logged in folder for inspector view by @jsalaber in #189
- fix: use key if no name defined in sortByName by @jsalaber in #193
Other Changes
- chore: don't let feature text wrap in inspector by @nsalamad in #190
- chore: add badge to readme for min vscode version by @jsalaber in #192
Uncategorized
- Bump CLI to v5.10.2 by @laurawarr in #191
v1.3.0
v1.2.0
Features
Bug Fixes
Other Changes
- chore: replaced ID with Type if it exists, and formatted createdAt and updatedAt by @jsalaber in #180
- chore: show name and key for feature dropdown. Also improve loading of feature config statuses by @jsalaber in #183
- chore: update discord link by @nsalamad in #185
Uncategorized
v1.1.2
v1.1.1
Bug Fixes
- fix: made styling hovering buttons consistent with theme by @jsalaber in #176
- fix: Don't open browser if logging in via auto-login by @laurawarr in #178
Uncategorized
- Add missing v to version in docs update by @emmawillis in #175
- update inspector webview message to accept a selectedFolder param so … by @elliotCamblor in #177
v1.1.0
Features
- feat: Don't require all folders to be logged in by @laurawarr in #170
Bug Fixes
- fix: refresh usages on save setting by @nsalamad in #163
- fix: json stringify possible values due to possible values possibly being JSON by @jsalaber in #161
- fix: exception in homeView.ts by @nsalamad in #165
- fix: Webview is disposed error on login by @nsalamad in #168
- fix: project not set when two folders opened by @L-Joli in #169
- fix: inspector button not working when no file is open by @nsalamad in #171
Other Changes
- chore: remove and update event listeners for removing focus style by @L-Joli in #167
- chore: add homeViewProvider to refreshProviders by @L-Joli in #173
- chore: fix styling for light mode and dark mode hover states by @jsalaber in #174
Uncategorized
- Move details from usages to inspector, keep Created Date and Updated date in usages by @elliotCamblor in #164
- replace open in dashboard option with an inspector link in usages by @elliotCamblor in #166
- fix inspector to work properly with multiple folders open in the workspace by @elliotCamblor in #172
v1.0.1
Features
Bug Fixes
- fix: open folder button not working in prod by @L-Joli in #155
- fix: added clickable feature detail to switch to feature in inspector by @jsalaber in #157
- fix: don't evaluate getFeatureEnvironmentStatusesHTML for variables by @laurawarr in #160
Other Changes
- chore: skip integration tests on workflow by @L-Joli in #156
- chore: add indent indicators to the inspector view by @nsalamad in #162
Uncategorized
- Fix broken github action to update docs by @emmawillis in #151
- Dvc 0000 update docs by @emmawillis in #152
- Add click handlers to add edit config buttons by @emmawillis in #154
- fix selectedType resetting to Variable after changing feature key in dropdown by @elliotCamblor in #153
- fix inspector refresh by @elliotCamblor in #159
v1.0.0
Features
- feat: Sort environments by type by @laurawarr in #111
- feat: Add setting to initialize repo config on login by @laurawarr in #118
- feat: added inspector sidebar by @jsalaber in #116
- feat: added collapsible section for feature variables by @jsalaber in #123
- feat: Reload the repo config when file is saved by @laurawarr in #125
- feat: Refresh code usages on file save by @laurawarr in #127
- feat: added usages link for variables by @jsalaber in #126
- feat: multiple folders in inspector view by @jsalaber in #133
- feat: link hover card to inspector view by @L-Joli in #144
Bug Fixes
- fix: settings button shows only on home view by @L-Joli in #117
- fix: copy codicon css to out folder by @L-Joli in #130
- fix: colour of icon link on hover in Home View by @nsalamad in #137
- fix: code usages loading with no variable data by @nsalamad in #138
- fix: Fix flakey behaviour when opening test workspace folder by @laurawarr in #140
Other Changes
- chore: move icons and logout button to same line by @nsalamad in #119
- chore: make Home View styling consistent with tree views by @nsalamad in #124
- chore: rename keys to sdk keys by @L-Joli in #131
- chore: add truncated sdk keys to env section by @nsalamad in #132
- chore: added unit test file for inspector by @jsalaber in #134
- chore: move SEND_METRICS_PROMPTED to global state by @nsalamad in #135
- chore: fix read our docs link by @nsalamad in #136
- chore: make Home View dropdown fill sidebar width by @nsalamad in #139
- chore: made styling colour for inspector consistent throughout extension by @jsalaber in #143
- chore: create unit test file for environmentsCLIController by @jsalaber in #146
- chore: add utm links to devcycle site by @jsalaber in #145
- chore: update home link to vscode docs by @jsalaber in #148
- chore: remove home and inspector flags by @jsalaber in #149
Uncategorized
- fix project id getting cleared when it shouldnt be by @elliotCamblor in #114
- Dvc 8454 home view by @nsalamad in #102
- Dvc 8615 subheader styling by @nsalamad in #120
- Set project and org to state when loading repo config by @laurawarr in #128
- handle switching orgs in the homeview by @elliotCamblor in #121
- Setup up wdio test runner by @elliotCamblor in #122
- Refresh inspector on project/ org change by @emmawillis in #142
- Update dvc docs when extension is released by @emmawillis in #147
- Add tests for logout command by @emmawillis in #150
v0.5.0
Features
- feat: Only show code usages in variables list by @laurawarr in #103
- feat: Add resources section by @laurawarr in #106
- feat: Add Environments & Keys section to sidebar by @laurawarr in #109
- feat: update hover card by @L-Joli in #107
Bug Fixes
- fix: Use per-page param to fetch 1000 variables by @laurawarr in #104
- fix: Prevent multiple CLI requests when initializing extension by @laurawarr in #110
Other Changes
- chore: update changelog from prepare release step by @jsalaber in #105
- chore: make auto login by default by @L-Joli in #108