Skip to content

Frameworks as dependencies

Compare
Choose a tag to compare
@alekart alekart released this 07 Jan 15:44
· 35 commits to master since this release

First version of alekart's fork modification

Frameworks as projects

Instead of bundling the frameworks with the form module like in the original repository
we provide those frameworks as separated packages in dependencies which allows to remove
the Material dependency when it's unnecessary for the project.

Back to lodash

Also went back to lodash library instead of lodash-es which is less commun usage
and does not seem add any benefits to the build but adds a peerDependency. Read more here: https://www.blazemeter.com/blog/the-correct-way-to-import-lodash-libraries-a-benchmark/