- Changed the test script in package.json to run workspace tests using a new script.
- Updated imports in generator and helper files to point to specific schema paths.
- Added new builtins and tables exports in schemas package.json and created corresponding files.
- Enhanced error handling in multiVariableText propPanel for JSON parsing.
- Refactored UI components to use React 18 and updated dependencies accordingly.
- Improved snapshot tests to ensure cleaner output by removing empty text nodes.
- Updated documentation to reflect changes in package usage and requirements.
- Updated @adobe/css-tools from 4.4.2 to 4.4.3
- Updated @babel/compat-data from 7.27.2 to 7.27.5
- Updated @babel/generator from 7.27.3 to 7.27.5
- Updated @babel/helpers from 7.27.4 to 7.27.6
- Updated @babel/parser from 7.27.4 to 7.27.5
- Updated @babel/plugin-syntax-import-attributes from 7.26.0 to 7.27.1
- Updated @babel/plugin-syntax-jsx from 7.25.9 to 7.27.1
- Updated @babel/plugin-syntax-typescript from 7.25.9 to 7.27.1
- Updated @babel/runtime from 7.27.0 to 7.27.6
- Updated @babel/types from 7.27.3 to 7.27.6
- Updated zustand from 4.5.6 to 4.5.7
- Updated various other dependencies in playground and website package-locks
This update ensures compatibility with the latest versions and improves overall project stability.
* feat: Add invoice-ja-simple Template
* feat: add Japanese font options for template thumbnails
Add NotoSerifJP and NotoSansJP fonts to support Japanese text in template thumbnails.
---------
Co-authored-by: Kyohei Fukuda
* add pluginRepository and make plugin checking more robust
* Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* f
* f
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* restore NotoSerifJP and NotoSansJP Font setting for playground
* feat: add PinyonScript font to fonts data in helper
---------
Co-authored-by: hand-dot <kyouhei.fukuda0729@gmail.com>