- fe349ea: Fixed type errors in create-element template
- c9bd577: updated dependencies
- 5604adb: Element generator now generates demo files with inlined script and styles
- 5f2e653c1: Tests: check for imperative element instantiation
- abf2a7c89: Added lint rule:
no-missing-package-exports
-
034eed047: ✨ Added
@patternfly/create-element
package. Use it with the commandnpm init @patternfly/element
- 5d3315fd4: Prepared release candidate
- 5d3315fd: Prepared release candidate
- fdf12c782: Removed
@pfelement
decorator
- b51b551f: Fixed a TypeScript error in the main entrypoint
- bfad8b4b: Updates dependencies
- fce3a836: Simplify element demo templates
-
f2463122: Provides the
css
option to choose the css flavour for the element e.g.scss
,css
, orpostcss
Also fixes templates and generator code for users in single-package repos.
- b4ac6f24: Updates dependencies
- 22464c00: Adds
--monorepo
flag to generator. In most cases, this is automatically derived from the root package.json. Override with--monorepo
or--no-monorepo
.
- 447b2d75: Remove
esbuild
export condition, as this anyways was a runtime error
- 7e5591c0: ship all javascript files with create-element
- 1c99aa06: - fix build script (ship .js to npm)
- bump version to 1.0.0
- 56baa0ec: update components entrypoint filename
- a6253d3c: Generate the single-file bundle entrypoint at runtime
- 8c4011d4: Adds docs folder and index.md file on initial creation of a new element
- 317115f8: Update generator config file templates
- cbf0c490: Update dependencies
- 9765268c: Fix 'cannot find module' errors
- ba895249: Fixes compiler errors
- 987508db: Add publishconfig to template package.json