From 4707f4a4551c7dc1ac928584a765d57e381f21ea Mon Sep 17 00:00:00 2001 From: Kayla Wilkins Date: Thu, 13 Aug 2020 14:03:24 -0400 Subject: [PATCH 1/3] new changelogs for CM v1.16.0 and JS SDK v0.31.0 --- .../changelog/cloud-manager-version-1-16-0.md | 43 +++++++++++++++++++ .../changelog/js-client-changelog-0-31-0.md | 17 ++++++++ 2 files changed, 60 insertions(+) create mode 100644 src/content/changelog/cloud-manager-version-1-16-0.md create mode 100644 src/content/changelog/js-client-changelog-0-31-0.md diff --git a/src/content/changelog/cloud-manager-version-1-16-0.md b/src/content/changelog/cloud-manager-version-1-16-0.md new file mode 100644 index 000000000..c5e710dac --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-16-0.md @@ -0,0 +1,43 @@ +--- +title: Cloud Manager v1.16.0 +date: 2020-08-13T05:00:00.000Z +version: 1.16.0 +changelog: + - Cloud Manager +--- + +### Added: + +- CMR + - Table styles for Profile > Trusted Devices + - Table styles for Volumes landing table + - Table styles for Images landing table + - Table styles for NodeBalancer landing table + - Table styles for Firewall > Rules + - Table styles for Firewall > Linodes + - Responsive table styles for Firewall Landing and K8 Cluster landing + - Responsive styling for entity header (all variants) + - Responsive styling for Dashboard + - Dashboard Notifications: Add Community Updates, Pending Actions, and “Show more” button to Drawer + - Dialog full height + - Rescue Linode dialog + - Migration dialog + - Static banner for Linode changelog + - Tag styles + - Support Tickets and loading state + - Notification context + - Notification drawer + +### Changed: + +- Refactor tabbable content to be accessible by keyboard +- Update Popular Posts on /help page +- Use API Pagination for Domains when account size is large +- Display tax id of customer in invoice if available +- Use longview/plan endpoint to get active plan + +### Fixed: + +- Default zone if no user timezone +- Dates in several places displayed as “Invalid DateTime” +- OAuth tokens with expiry of null were crashing the app diff --git a/src/content/changelog/js-client-changelog-0-31-0.md b/src/content/changelog/js-client-changelog-0-31-0.md new file mode 100644 index 000000000..7983dc1d8 --- /dev/null +++ b/src/content/changelog/js-client-changelog-0-31-0.md @@ -0,0 +1,17 @@ +--- +title: Linode APIv4 JS Client v0.31.0 (alpha) +date: 2020-08-13T05:00:00.000Z +version: 0.31.0-alpha.0 +changelog: + - APIv4 JS Client +--- + +### Added: + +- Update Account capabilities type to include 'Cloud Firewall' +- Update Events type to include 'community_mention' +- New method getActiveLongviewPlan + +### Fixed: + +- Update Event time remaining to expect null or a string From 4a4aa53b510f211266bbc566594f2f8403957818 Mon Sep 17 00:00:00 2001 From: Kayla Wilkins Date: Thu, 13 Aug 2020 15:18:20 -0400 Subject: [PATCH 2/3] removing alpha from version --- src/content/changelog/js-client-changelog-0-31-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/js-client-changelog-0-31-0.md b/src/content/changelog/js-client-changelog-0-31-0.md index 7983dc1d8..ea65b6061 100644 --- a/src/content/changelog/js-client-changelog-0-31-0.md +++ b/src/content/changelog/js-client-changelog-0-31-0.md @@ -1,7 +1,7 @@ --- -title: Linode APIv4 JS Client v0.31.0 (alpha) +title: Linode APIv4 JS Client v0.31.0 date: 2020-08-13T05:00:00.000Z -version: 0.31.0-alpha.0 +version: 0.31.0 changelog: - APIv4 JS Client --- From 38dfee6e5d2d65b2c7be97d39a804bf95ce08052 Mon Sep 17 00:00:00 2001 From: Kayla Wilkins Date: Fri, 14 Aug 2020 15:49:10 -0400 Subject: [PATCH 3/3] changelogs for releases 16.1 and 16.2 --- .../changelog/cloud-manager-version-1-16-1.md | 12 ++++++++++++ .../changelog/cloud-manager-version-1-16-2.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/content/changelog/cloud-manager-version-1-16-1.md create mode 100644 src/content/changelog/cloud-manager-version-1-16-2.md diff --git a/src/content/changelog/cloud-manager-version-1-16-1.md b/src/content/changelog/cloud-manager-version-1-16-1.md new file mode 100644 index 000000000..89f4cac14 --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-16-1.md @@ -0,0 +1,12 @@ +--- +title: Cloud Manager v1.16.1 +date: 2020-08-13T05:00:00.000Z +version: 1.16.1 +changelog: + - Cloud Manager +--- + +### Fixed: + +- Add withRouter to LinodeRescue +- Update NodeBalancer details routing diff --git a/src/content/changelog/cloud-manager-version-1-16-2.md b/src/content/changelog/cloud-manager-version-1-16-2.md new file mode 100644 index 000000000..7266fd9f9 --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-16-2.md @@ -0,0 +1,12 @@ +--- +title: Cloud Manager v1.16.2 +date: 2020-08-14T05:00:00.000Z +version: 1.16.2 +changelog: + - Cloud Manager +--- + +### Fixed: + +- Clear UDF data on tab change +- Form fields issue on One-click Apps and StackScripts creation flows