pebble/devsite/source/_changelogs/3.0-dp7.md
2025-02-24 18:58:29 -08:00

1.8 KiB

title date
Pebble SDK 3.0-dp7 - Changelog 2015-04-09

This is the seventh Developer Preview release of Pebble SDK 3.0.

Detailed List of Changes:

Changes for Firmware:

No changes

Changes to SDK:

  • Added graphics_draw_rotated_bitmap for drawing rotated bitmaps to a GContext.
  • Added new Draw Commands which allow for doing vector-like graphics and even animating them.
  • Added action_bar_layer_set_icon_press_animation for setting the direction of the animation when selecting actions in the ActionBarLayer.
  • Updated MenuLayer with new methods and callbacks to support color highlighting.

Changes for SDK Tools:

  • You are no longer required to log in to the Pebble tool. If you want to use the Pebble timeline in the emulator you will still need to log in.

Changes to Timeline:

  • Added foregroundColor, backgroundColor, headings, and paragraphs as new fields on the Layout object for Pins. Check out the Pin Structure guide for more details.

Changes for Examples:

  • Created cards-example to demonstrate the new [Pebble Draw Commands](Draw Commands).

Changes for Documentation:

No changes