Release 0.12.2
- Fix a bug related to setting the default key names that should be treated as refracted elements in element attributes. This is now accomplished via the namespace:
namespace._elementAttributeKeys.push('my-value');
. This fixes bugs related to overwriting thenamespace.BaseElement
.