mirror of
https://github.com/nomcopter/react-mosaic.git
synced 2026-04-12 04:01:48 +00:00
* Fixes https://github.com/nomcopter/react-mosaic/issues/235 * Fixes https://github.com/nomcopter/react-mosaic/issues/235 * Fixes https://github.com/nomcopter/react-mosaic/issues/235 fixes #235 fixes #234 fixes #231 fixes #230 fixes #225 fixes #193 fixes #140 fixes #50 * fixed unit tests * update package.json to reflect existing folder structure * chore(release): publish 0.2.0 * update workflow * Create deployment.yml * update workflow * chore: update build setup * chore(release): publish 0.3.0 * chore(release): publish 0.4.0 * chore(release): publish 0.5.0 * chore(release): publish 0.6.0 * chore: update esm&cjs builds * chore(release): publish 0.7.0 * chore(release): publish 0.8.0 * fix: update styles to be external, not inlined * chore(release): publish 0.9.0 * fix: add getRoot to MosaicWindow context * chore(release): publish 0.10.0 * chore: update tab styles * chore(release): publish 0.11.0 * chore: add split/remove toolbar actions for tabs * chore(release): publish 0.12.0 * chore(release): publish 0.13.0 * chore: update tab types * chore(release): publish 0.14.0 * chore: add possibility to close tab * chore(release): publish 0.15.0 * chore: use font icons instead of svg * chore(release): publish 0.16.0 * fix: do not render children with drag-drop * chore(release): publish 0.17.0 * chore(release): publish 0.18.0 * chore(release): publish 0.19.0 * chore(release): publish 0.20.0 * Add GitHub Actions workflow for Claude Code * update claude configuration * feat: implement automated changelog generation with lefthook Replace husky with lefthook for Git hooks management and implement comprehensive changelog automation using Conventional Commits. Changes: - Add lefthook.yml configuration for commit-msg validation - Add .commitlintrc.json with conventional commits rules - Update package.json with lefthook and commitlint dependencies - Add CONTRIBUTING.md with detailed contribution guidelines - Update README.md with commit message format requirements - Configure nx.json for automatic changelog generation with GitHub releases Co-authored-by: Lonli-Lokli <Lonli-Lokli@users.noreply.github.com> * chore(release): publish 0.21.0 * feat: update nx packages * feat: update package-lock.json for PR preview deployments (#9) * Add PR preview deployment workflow * chore: Remove uppercase restriction from commitlint configuration - Disabled subject-case rule in commitlintrc.json to allow any case - This allows commit subjects to start with lowercase or uppercase letters - Local validation via lefthook will now accept any letter case Co-authored-by: Lonli-Lokli <Lonli-Lokli@users.noreply.github.com> --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Lonli-Lokli <Lonli-Lokli@users.noreply.github.com> * chore(release): publish 0.22.0 * chore(release): publish {version} * feat: update nx * chore(release): publish 0.24.0 * feat: code cleanup, restoring to original author * feat: update circleci workflow * fix: fixed the duplicate filters key in the publish job * fix: use exact version tags for circleci * docs: fix typo * feat: update workflow files to use NodeJS 22 * feat: restore github templates, removed obsolete workflow * feat: add beta indicator * feat: update github actions to the latest * fix: update workflow to trigger on release creation, not tag --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Lonli-Lokli <Lonli-Lokli@users.noreply.github.com>