|
| 1 | +--- |
| 2 | +title: "0.45.0: 2019-01-03" |
| 3 | +date: "2019-01-14T11:02:00-04:00" |
| 4 | +description: "Cloud Manager Changelog 0.45.0" |
| 5 | +changelog: |
| 6 | +- Cloud Manager |
| 7 | +version: 0.45.0 |
| 8 | +--- |
| 9 | + |
| 10 | +### Added: |
| 11 | +* Disk storage information modal in Linode > Settings > Advanced |
| 12 | +* Grouping of Domains by tags on Domain listing page. |
| 13 | +* Add payment PDF generation |
| 14 | +* Add invoice PDF generation |
| 15 | +* Display loading until images are available. |
| 16 | + * Source images data from Redux. |
| 17 | + * Add images to Redux on load. |
| 18 | +* Improved linode listing page table. |
| 19 | + * Remove + icon to display all ip addresses on linode row. |
| 20 | + * Hide copy icon for ip addresses until hover. |
| 21 | + * The icon for a Linode was added to the Linode row. |
| 22 | + * Plan column removed, linode plan and details now listed under the label in the Linodes columns. |
| 23 | + * Added a column for tags. |
| 24 | +* Account tab for StackScripts, lists all scripts created on the account the user has permissions to read/write. |
| 25 | + * If an account user does not have access to StackScripts, then a message indicating the user does not have the proper permissions will display. |
| 26 | +* Trusted Device table in My Profile> Password & Authentication> New section titled Trusted Devices. |
| 27 | + * Lists devices that have been active on the account for the past 30 days, device name and browser used. |
| 28 | + * Ability to untrust/delete a trusted device. |
| 29 | + |
| 30 | +### Changed: |
| 31 | +* Explicitly check for errors before setting local storage. |
| 32 | +* Move image toast logic to ToastNotifications.tsx |
| 33 | +* Allow submitting empty array for IP sharing |
| 34 | +* Explicitly declaring background color on table cells for printer compatibility. |
| 35 | +* Update documentation. Update casing on label. |
| 36 | +* Set default image in Create from Image flow. |
| 37 | +* Default label name during Linode creation. |
| 38 | +* Update react-dev-utils and webpack-dev-server |
| 39 | +* Update Radio Input Label text size on Create Volume drawer |
| 40 | +* Update pagination styling |
| 41 | +* Update source Linode on linode_clone schedule/start |
| 42 | +* Refactor domains dashboard card to use Redux state |
| 43 | +* Update community events, make all clickable. |
| 44 | +* Update dashboard transfer card to new design |
| 45 | +* Add Render Guard to Contact Info/Config Forms |
| 46 | +* Change Pagination Controls to handle many pages |
| 47 | +* Add reduxed images to LinodeRebuild |
| 48 | +* Improved error handling. |
| 49 | +* Respond to community_like events, display in menu |
| 50 | +* Update Copy Around Restricted Users |
| 51 | +* Update search results size limit to 100 |
| 52 | +* Capitalize linode progress bar text |
| 53 | + |
| 54 | +### Fixed: |
| 55 | +* Credit card payment request ccv field. |
| 56 | +* Safari autofill on root password reset. |
| 57 | +* Parse timestamps in UTC for notifications. |
| 58 | +* Hide radio buttons on edit disk drawer. |
| 59 | +* Display notice on successful deletion of a user. |
| 60 | +* Submission of the enable back ups for all Linodes drawer caused duplicate listings of Linodes. |
| 61 | +* Display Scratch Code when enabling TFA |
0 commit comments