v0.1.0 → v0.2.0
Review the component updates
The following components have been updated:
| Component | Previous version | New version | Changed |
|---|---|---|---|
| Button | 0.0.0 | 0.1.0 | • Twig Template API standardization |
| Cursor | 0.0.0 | 0.1.0 | • Twig Template API standardization |
| Figure | 0.0.0 | 0.1.0 | • Twig Template API standardization |
| Accordion | 0.0.0 | 0.1.0 | • Twig Template API standardization |
| Modal | 0.0.0 | 0.1.0 | • Twig Template API standardization |
| Sticky | 0.0.0 | 0.1.0 | • Twig Template API standardization |
Install the Twig extension
A Composer package has been added to easily setup the studiometa/twig-toolkit Twig extension and the required namespaces for this project. This packages extends the studiometa/twig-toolkit extension, so you can safely replace it with studiometa/ui in your project's composer.json file.
bash
composer remove studiometa/twig-toolkit
composer require studiometa/uiInclude Twig template
Before this release, the Twig templates were not ready for inclusion in your project. This is now possible for the following components:
These components have seen their version number increased from 0.0.0 to 0.1.0 to indicate this change.