Mihkel Eidast
Mihkel Eidast
### What problem would this feature solve? Vorpal has not been updated in four years, its dependencies are out of date and give our users vulnerability notices when installing Fractal....
Hey everyone! First of all, a big thank you to everyone who has used or is still using Fractal - it is such a great community to be a part...
Should fix #1140.
Closes #635.
### What problem would this feature solve? Currently, when a library uses the PathProvider helper component and depends on it, it also makes it mandatory to install the main `@frctl/fractal`...
Node 10 will be EOL tomorrow! Bumped the release script to use Node 14, since that's the current Active LTS.
### What problem would this feature solve? In pattern libraries and design systems, there are often a few "special components" like colors and icons that are not well represented by...
### What problem would this feature solve? Currently, Fractal [rebuilds](https://github.com/frctl/fractal/blob/main/packages/core/src/mixins/source.js#L178) the entire component tree when _anything_ changes in the component directory. This is quite an expensive operation memory and CPU...
Filing this as draft but I would like to make this switch at some point in the near future. We opted for independent versioning at the start so importing existing...
### What problem would this feature solve? npm [supports custom initializers](https://docs.npmjs.com/cli/init) to ease up setuping a package. If we add a package named `@frctl/create-fractal`, that could be used via `npm...