Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

1.4.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@abock abock released this 15 Nov 21:02
· 574 commits to master since this release

Summary of Changes since 1.3.2

See detailed release notes for a complete 1.4 series release summary.

New & Improved

  • Open-sourced under the MIT license. Join us on GitHub!

  • Support for iOS 11 and Xcode 9.

  • Camera controls on the 3D view inspector have been enhanced and now share functionality across macOS and Windows with support for Pan, Zoom and Rotate.

  • The property panel in the view inspector is now based on Xamarin.PropertyEditing, which provides a number of improvements:

    • Properties can now be edited on macOS.
    • Performance improvements thanks to loading properties asynchronously.
    • Editing support for enum, size, and rectangle properties.
  • Line-wrapping may be turned off for code cells via the preferences dialog.

  • It is now possible for integrations to asynchronously post results to code cells. This is the groundwork for supporting IObservable and allows for deeper integration with cell compilations.

  • Added "Copy Version Information" and "Reveal Log File" Help menu items to make reporting issues easier.

Bug Fixes

  • Additional accessibility fixes for High Contrast mode users on Windows, particularly for buttons and menus in the High Contrast White theme.

  • The plain text formatter for strings now preserves whitespace in formatted output.

  • Workbooks are now marked as dirty when cells are deleted, preventing possible stale workbook files on disk.

  • Fixed a few minor issues with NuGet package restoration.