Skip to content

Release 1.0.8

Choose a tag to compare

@qmachard qmachard released this 17 May 12:28
· 54 commits to master since this release

Deprecations:

  • getCategory method of Components will be removed in version 1.1.0 of AtomicDesignBundle.

You should define category by returning a separated name for getName (eg. "Atoms|Button").
If Component has no separator, the Category name will be "Default".

Changelog

  • Adding support of PHP 8.0 and Symfony 5.3 (support of PHP 7.2 will be removed)
  • Adding PHPSpec and PHPUnit tests #21 #24
  • Upgrade NPM dependencies due to vulnerabilities #22