This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
v1.8.0-rc1
Pre-release
Pre-release
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)
- Simplify zip elements path calculation (LPS-121080) (1481027)
- Wait until build process finishes when importing (LPS-121080) (45b72aa)
Features
- Add 'react' fragment type (LPS-121080) (aa19302)
- Add React and generator dependencies for new projects (LPS-121080) (c25a882)
- Export getBundlerConfig (LPS-121080) (c651bda)
- Support exporting with zip file (LPS-113418) (11bd10c)
- Throw a more friendly error when getProjectContent fails (LPS-119618) (59d46b0)
- Update build process to use bundler (LPS-121080) (bb1a905)
Code structure
- Use TypeScript. Currently we have mixed JS and TS, but we will migrate the whole application while adding new features.