You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElementLoader has been renamed to ElementCreator and a function has been added to it where you can say if the element is applicable to given variables, this allows for more flexibility (for example when creating an element when the div tag has an example attribute)
Add support for the style attribute, allowing for usage of a subset of inline css. List of currently supported css elements:
color
text-align
text-decoration
font-size
Made the list element more lenient, if there is no containing ol or ul tag, it will now no longer throw an error and instead default to an unordered list
Multiple elements can now be applied to a single HTML tag, this follows insertion order in the builder
Functions have been added to insert an element at a specific point in the list of elements inside the builder