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
schematics: using slashes in the title leads to changing the final directory where the generated file will be placed (1436ff9)
Features
page-processors: page processor is now a public API and can be used for dynamically creating components within pages, check documentation for more details (8f98d6e)
playgrounds: add more opportunities to configure playgrounds, making them more dynamic and reusable (#80) (cc661fb)
schematics: add --name flag for page and category schematics that can be used to provide variable name (4188b7b), closes #75
builder: playgrounds do not dynamically update the list of inputs when the dev-server is running, and used class is included in the API list (d25a410)
playgrounds: playgrounds do not recognize dynamic default values, such as the result of a function call or a value from a constructor variable (dd5381b), closes #76
ui-kit: the text of the tabs overlaps with the overlay created by the sidebar (d66f649)
utils: keywords used in the inline code are processed not as a whole, but by attempting to find occurrences (024f43f)