### Changes from 1.0.2 to 1.0.3

#### Fixes:

  - include <array> in the Rk.h file (a potential clang compile error)

### Changes from 1.0.1 to 1.0.2

#### Fixes:

  - some fixes for potential clang compile errors

### Changes from 1.0.0 to 1.0.1

Fixes:

  - fix for copy constructor of RkImage
  - some cleanup of useless code

### Changes from 0.8.1 to 1.0.0

#### Features

  - RkObject and object tree ownership
  - RkContainerItem, now continer supports space, RkWidget and RkContainter items
  - Popup widget
  - Hover event
  - RkTransition - linear transition from one value to another, useful for effects
  - RkAction, useful to execute synchronous actions
  - Shortcuts

#### Improvements

  - RkContainer
  - RkEventQueue
  - RkWidget
  - RkButton
  - events, actions and objects binds

