This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: liferay/generator-liferay-fragments
Releases · liferay/generator-liferay-fragments
v1.9.0-rc2
v1.9.0-rc1
Bug Fixes
- Avoid overriding Yeoman's log method (LPS-125613) (5212d23)
- Import legacy fragments in order (LPS-125613) (0c6e995)
- Show legacy import results (LPS-125613) (ff8f987)
Features
- Add 'watching changes' message (LPS-125613) (84dd91f)
- Add
--show-debug-info
flag (LPS-125613) (83614ff) - Catch fragment import errors (LPS-125613) (0444a93)
- Ignore thumbnail import errors (LPS-125613) (18d6f85)
- Separate import result lists (LPS-125613) (ae6c1b8)
- Separate messages on import --watch (LPS-125613) (5dc1a54)
v1.8.2
v1.8.1
v1.8.0
Bug fixes
- Compose thumbnail path correctly (LPS-117083) (353bbad)
- Log error message when fragment has been imported as draft (LPS-114623) (e6d1fce)
- Make error message when importing page templates consistent (LPS-114623) (5917548)
- More clear message when there are errors importing fragments (LPS-114623) (b675a80)
- Pass selected fragment type to collection generator (LPS-116692) (7c3776e)
- Throw a more friendly error when getProjectContent fails (LPS-119618) (59d46b0)
- Replace tmp with custom implementation to avoid Windows permission errors (0a626e4)(https://github.com//github.com/isaacs/rimraf/blob/master/CHANGELOG.md/issues/25)
- Replace all path.sep before compressing (6f4f61f)
- Improve app generator log (LPS-116692) (fc0532f)
Features
- Add 'react' fragment type (LPS-121080) (aa19302)
- Add React and generator dependencies for new projects (LPS-121080) (c25a882)
- Export getBundlerConfig (LPS-121080) (c651bda)
- Update build process to use bundler (LPS-121080) (bb1a905)
- Add more sample fragments on AppGenerator (LPS-116692) (132df00)
- Ask for features instead of versions (LPS-116692) (a293ecd)
- Run
npm install
after adding content (LPS-116692) (67c30c1) - Warn users about sample content compatibility (LPS-116692) (5489a6e)
Code structure
- Use TypeScript. Currently we have mixed JS and TS, but we will migrate the whole application while adding new features.
- Dependency management migrated to Yarn.
- CI migrated to GitHub Actions.
v1.8.0-rc8
Bug Fixes
- Replace all path.sep before compressing (6f4f61f)
v1.8.0-rc7
v1.8.0-rc6
Bug Fixes
- Modify dependency execa (d9cae5d)
v1.8.0-rc4
Bug Fixes
- Replace tmp with custom implementation to avoid Windows permission errors (0a626e4)(https://github.com//github.com/isaacs/rimraf/blob/master/CHANGELOG.md/issues/25)
- Wait until files are written inside zip file (b766c05)
Development notes
- Dependency management migrated to Yarn
- CI migrated to GitHub Actions
v1.8.0-rc3
Bug Fixes
- Compare to undefined instead of falsy (LPS-116692) (d797810) (2179494)
- Force using Generator class instead of just paths (LPS-116692) (29382ee)
- Make CustomGenerator internal properties private (LPS-116692) (f2c50ae)
- Pass selected fragment type to collection generator (LPS-116692) (7c3776e)
- Typo (LPS-116692) (c8ad717)
- Update addSampleContent boolean (LPS-116692) (e712724)
- Update npx call to reference named-scope version of package (5f6bd40)
Features
- Add more sample fragments on AppGenerator (LPS-116692) (132df00)
- Add warning when trying to preview React fragments (LPS-116692) (a523cec)
- Ask for features instead of versions (LPS-116692) (a293ecd)
- Ask if using React instead of fragment type (LPS-116692) (d132428)
- Improve app generator log (LPS-116692) (fc0532f)
- Run
npm install
after adding content (LPS-116692) (67c30c1) - Warn users about sample content compatibility (LPS-116692) (5489a6e)