Mostly minor bug fixes and UX clean up in the included example features; specifically the admin left region which now has support across 5 different frameworks! This has a full coder audit as well.
Example left region had a js error that caused it to scroll off the side of the screen when collapsed. A file from a previous build of the Feature (admin left example) also had an outdated file that would should not have been published, causing it to always claim to need to be reverted.
Better definition in the Admin left feature to only render masquerade block on node pages (helps solve issues with ajax calls)
New features
New region added called Right slide-out. This region renders things in a similar manner to the left admin area but wheels in from the right side instead of the left
hook_theme_registry_alter and hook_preprocess_page used to apply a custom class to the body related to each region available. Themes and other modules can then target this class to perform certain css alterations based on the existence of a region. This way the layout can be modified for some users that can view a region and not for others (for example).