Skip to content

Release Notes: 1.2

abose edited this page Feb 18, 2015 · 41 revisions

This is a draft!

This page will not be finalized until the end of Release 1.2 -- approximately February 19.

What's New in Release 1.2

Full change logs: brackets and brackets-shell

Linux builds for 1.2 will be delayed by 2 weeks.

UI Changes

  • In prior releases, when multiple files were opened in editor-split view, we used to dim the editor pane that was not in focus. This made it hard to read text in dark themes. We changed this- to dim only the editor pane header; instead of dimming the whole content.
  • “File -> Enable Experimental Live Preview” to toggle Experimental multi-browser live preview.

API Changes

CodeMirror: Upgraded CM to 4.11

jQuery: Upgraded from 2.1.1 to 2.1.3

InlineColorEditor: Replacing InlineColorEditor(color, startBookmark, endBookMark) with InlineColorEditor(color, marker) Using TextMarker object for InlineColorEditor rather than bookmark for start and end position.

New/Improved Extensibility APIs

LiveDevMultiBrowser.close() now returns a resolved promise for API compatibility.

Known Issues

  • Activity Monitor in Mavericks (OS X 10.9) says the Brackets Helper process is "Not Responding" even when it's working normally (#5794). You can safely ignore this unless Brackets is actually failing to respond when you click or type text.
  • Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.

Community contributions to Brackets

Pulling source code from Git

  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are significant bugfixes).
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Release 1.2

For details on the bugs addressed, please refer to closed Release 1.2 bugs. Not all fixed bugs will be caught by this search query, however.

Clone this wiki locally