Releases: temporalio/ui
Releases · temporalio/ui
v2.13.0
What's Changed
- Update README with releases by @Alex-Tideman in #1241
- Add npm package link to README by @laurakwhit in #1242
- Remove key block for event-summary by @Alex-Tideman in #1243
- View latest Workflow Execution without needing to provide Run ID in the url by @laurakwhit in #1236
- Fix event category filter by @laurakwhit in #1244
- bump ui-server version to 2.13.0 by @rossedfort in #1246
- bump version in package.json to v2.13.0 by @temporal-data in #1247
Full Changelog: v2.12.1...v2.13.0
v2.12.1
What's Changed
- Round first and last menu item in menu, keep table border radius at 3px by @Alex-Tideman in #1235
- Fix batch actions helper & Signal payload encoding by @rossedfort in #1234
- Expose CSRF cookie insecure setting as Docker env by @feedmeapples in #1181
- bump version in package.json to v2.12.1 by @temporal-data in #1239
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- DT-551 - wrap decoding the workflow query in a try/catch by @rossedfort in #1194
- Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 in /server by @dependabot in #1193
- make value prop required for component by @rossedfort in #1197
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /e2e by @dependabot in #1167
- Only set max height for larger breakpoint by @laurakwhit in #1199
- Move docker build pipeline to ui-server repo. by @robholland in #1200
- Avoid re-creating submodule directory. by @robholland in #1201
- Bump to 2.11.1 by @robholland in #1203
- Sync to cloud branch for ui-server with cloud assets. by @robholland in #1204
- Include cloud assets and local assets in the same binary. by @robholland in #1208
- Bump ui-server version. by @robholland in #1209
- Allow dynamic table columns in table by @laurakwhit in #1207
- DT-543 - add side modal with drag & drop interface for customizing workflow table columns by @rossedfort in #1202
- On network error, set report to false on error to prevent Sentry errors by @Alex-Tideman in #1211
- Automatically strip leading/trailing whitespace on ChipInput by @laurakwhit in #1212
- Hardcode workflow columns by @laurakwhit in #1217
- DT-67 - improve reason field on batch operation modal by @rossedfort in #1218
- Runtime setting of public path by @robholland in #1216
- Add invalidate to workflow pathname for workflows to update $page.url changes by @Alex-Tideman in #1226
- Fix small visual regressions with batch actions by @rossedfort in #1221
- Fix back button not working as expected with recent workflows by @laurakwhit in #1219
- Sticky Top Navigation with Namespace Selection by @Alex-Tideman in #1210
- Remove duplicate top-[40px] on backdrop of modal by @Alex-Tideman in #1228
- Remove unused scrollY by @Alex-Tideman in #1230
- Fix typo by @Alex-Tideman in #1232
- Bump UIVersion to 2.12.0 by @Alex-Tideman in #1231
- bump version in package.json to v2.12.0 by @temporal-data in #1233
Full Changelog: v2.11.1...v2.12.0
v2.11.1
What's Changed
- Remove explicitly running snapshot test by @stevekinney in #1140
- Bump versions to avoid downgrade for UI server. by @robholland in #1170
- Fix up docker workflows. by @robholland in #1147
- Hide webkit search cancel button by @laurakwhit in #1173
- Fix cypress-run by @laurakwhit in #1175
- Add StructuredCalendarSpec for type by @Alex-Tideman in #1180
- Fix error with large decimals in parseWithBigInt by @Alex-Tideman in #1178
- Make workflow ID copyable in header by @laurakwhit in #1177
- Update copy on Archival Workflows page by @stevekinney in #1168
- Upgrade ESLint, Prettier, and Stylelint by @stevekinney in #1141
- Update supportsAdvancedVisibility to check for v1.20 by @Alex-Tideman in #1165
- handle uncaught error in batch actions by @rossedfort in #1184
- Add new directories for plugins/cli download. by @robholland in #1172
- Add vscode script to debug Go server by @feedmeapples in #1182
- Fix default option behaviour by @GiantRobots in #1179
- Change Results to Continued as New with Input for Workflows with a Continued As New status by @laurakwhit in #1159
- [DT-340] Add stack trace on expanded event details by @laurakwhit in #1128
- Include Import Page in Navigation by @Alex-Tideman in #1186
- implement err handling on Modals by @rossedfort in #1187
- Make batch action checkboxes less error prone by @rossedfort in #1185
- add toaster import by @rossedfort in #1188
- Fix Select value on external changes by @laurakwhit in #1189
- Update PR template by @Alex-Tideman in #1190
- fix checkbox styles and pass data-testid to input by @rossedfort in #1191
- bump version in package.json to v2.11.1 by @temporal-data in #1192
Full Changelog: v2.2.13...v2.11.1
v2.2.13
What's Changed
- Add registry url by @Alex-Tideman in #1161
- Refactor files to comply with TypeScript's strict mode by @stevekinney in #1156
- Add error message if response from temporal.download fails by @stevekinney in #1148
- Don't allow redirecting away from Temporal Web via auth callback by @robholland in #1157
- Bump x/net for #1145 by @robholland in #1154
- Add JSON Formatting toggle to queries view by @Alex-Tideman in #1164
- DT-384 - improve modal component to support form input by @rossedfort in #1162
- bump version in package.json to v2.2.13 by @temporal-data in #1166
Full Changelog: v2.2.12...v2.2.13
v2.2.12
What's Changed
- Cache dependencies && update Node version by @stevekinney in #1121
- [DT-376] Remove active row on load in recent events by @laurakwhit in #1123
- Set up Playwright tests by @stevekinney in #1127
- Replace data-cy with data-testid by @stevekinney in #1131
- add rel to anchors by @GraceGardner in #1130
- Fix inconsistent time locale for Event Time by @laurakwhit in #1137
- Update CODEOWNERS by @stevekinney in #1132
- Bump version of actions/checkout in end to end workflow by @stevekinney in #1129
- Add run-name to actions; ignore CODEOWNERS by @stevekinney in #1133
- Use a Vite plugin for starting up a Temporal Server by @stevekinney in #1135
- Update Vitest and Histoire; refactor configurations by @stevekinney in #1139
- Import ui-server. by @robholland in #1112
- UI server sync main by @robholland in #1146
- Upgrade TypeScript to 4.9.5 by @stevekinney in #1143
- [DT-301] - use batch API with list of workflow-executions by @rossedfort in #1126
- Bump openapi assets. by @robholland in #1153
- Add a toggle for CookieSecure. by @robholland in #1152
- ARIA updates by @laurakwhit in #1150
- Add passing accessToken to queries/pending activities by @Alex-Tideman in #1158
- bump version in package.json to v2.2.12 by @temporal-data in #1160
Full Changelog: v2.2.11...v2.2.12
v2.2.11
What's Changed
- Fix lint warning in get-single-attribute-for-event.ts by @stevekinney in #1092
- [DT-357] - remove client action prop tunneling by @rossedfort in #1110
- [DT-331] - remove isCloud checks for client and bulk actions and use settings only by @rossedfort in #1111
- Download Temporal Server with UI by @stevekinney in #1023
- fix workflow action modals and add tests by @rossedfort in #1116
- [DT-375] Add reverse sort to Compact view for Recent Events by @laurakwhit in #1117
- Use native version of zlib by @stevekinney in #1115
- Fix formatting and lint issue before commit by @stevekinney in #1120
- [DT-377] Fix search input form cleared when hitting return by @laurakwhit in #1119
- bump version in package.json to v2.2.11 by @temporal-data in #1122
Full Changelog: v2.2.10...v2.2.11
v2.2.10
What's Changed
- Preserve 'constructor' keyword in json-bigint and add console.warn on decode error by @Alex-Tideman in #1109
- Revert "Include credentials with the data codec decode request" by @rossedfort in #1113
- bump version in package.json to v2.2.10 by @temporal-data in #1114
Full Changelog: v2.2.9...v2.2.10
v2.2.9
What's Changed
- Fix selectable table example by @laurakwhit in #1106
- fix position of floating output value by @rossedfort in #1107
- bump version in package.json to v2.2.9 by @temporal-data in #1108
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- Include credentials with the data codec decode request by @christopherb-stripe in #1050
- remove unused CSS selectors by @GraceGardner in #1085
- DT-175 - reset workflow to first land last workflow task in event history by @rossedfort in #1046
- [DT-232] Add keyboard events to elements with click events in core UI by @laurakwhit in #1087
- Update test server arguments. by @robholland in #1096
- [DT-324] Add back event details in compact view by @laurakwhit in #1094
- [DT-325] Move errors above summary by @laurakwhit in #1095
- Restart worker if it fails. by @robholland in #1099
- Restart workflows command also. by @robholland in #1100
- add aria-expanded attribute to expandable elements by @rossedfort in #1097
- Fix gradient on hover in Safari by @laurakwhit in #1098
- Get namespace webUrl from page data by @Alex-Tideman in #1101
- [DT-305] Use authUser instead of user prop to pass accessToken by @Alex-Tideman in #1104
- [DT-320] Add unit tests for get-workflow-relationships by @laurakwhit in #1103
- DT-212 - create a RangeInput component in Holocene by @rossedfort in #1102
- bump version in package.json to v2.2.8 by @temporal-data in #1105
New Contributors
- @christopherb-stripe made their first contribution in #1050
Full Changelog: v2.2.7...v2.2.8