Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: p3ol/oak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.9
Choose a base ref
...
head repository: p3ol/oak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref

Commits on Oct 29, 2024

  1. feat: handle react 19

    dackmin committed Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fe75825 View commit details
  2. fix: upgrade various deps

    dackmin committed Oct 29, 2024
    Copy the full SHA
    00dbd10 View commit details
  3. v3.11.0-beta.0

    dackmin committed Oct 29, 2024
    Copy the full SHA
    fb0e7a4 View commit details

Commits on Dec 10, 2024

  1. Copy the full SHA
    1788c91 View commit details
  2. fix: update react to 19

    dackmin committed Dec 10, 2024
    Copy the full SHA
    47bd757 View commit details
  3. chore: update yarn

    dackmin committed Dec 10, 2024
    Copy the full SHA
    c49923e View commit details
  4. fix: upgrade a lot of deps

    dackmin committed Dec 10, 2024
    Copy the full SHA
    2f162dd View commit details
  5. Copy the full SHA
    134dc89 View commit details
  6. Copy the full SHA
    721358e View commit details
  7. Copy the full SHA
    336e913 View commit details
  8. refactor: better types

    dackmin committed Dec 10, 2024
    Copy the full SHA
    783a2b0 View commit details

Commits on Dec 12, 2024

  1. fix: update junipero version

    dackmin committed Dec 12, 2024
    Copy the full SHA
    2d3aa1d View commit details
  2. refactor: clean code

    dackmin committed Dec 12, 2024
    Copy the full SHA
    39c6cdc View commit details
  3. Copy the full SHA
    2d84333 View commit details

Commits on Dec 13, 2024

  1. Merge pull request #1516 from p3ol/feature/react-19-compat

    ✨ feat: build with react 19 jsx runtime
    dackmin authored Dec 13, 2024
    Copy the full SHA
    0e49809 View commit details
  2. chore: update sass

    dackmin committed Dec 13, 2024
    Copy the full SHA
    29bfef8 View commit details
  3. docs: update ckeditor readme

    dackmin committed Dec 13, 2024
    Copy the full SHA
    53ef321 View commit details

Commits on Dec 16, 2024

  1. fix: upgrade various deps

    dackmin committed Dec 16, 2024
    Copy the full SHA
    883baa5 View commit details
  2. Copy the full SHA
    6e329c0 View commit details
  3. chore: fix lockfile

    dackmin committed Dec 16, 2024
    Copy the full SHA
    a2c1225 View commit details
  4. v3.11.0

    dackmin committed Dec 16, 2024
    Copy the full SHA
    67f316f View commit details
Showing with 2,310 additions and 2,174 deletions.
  1. +307 βˆ’307 .yarn/releases/{yarn-4.5.1.cjs β†’ yarn-4.5.3.cjs}
  2. +1 βˆ’1 .yarnrc.yml
  3. +35 βˆ’0 CHANGELOG.md
  4. +1 βˆ’1 lerna.json
  5. +56 βˆ’56 package.json
  6. +15 βˆ’0 packages/addon-ckeditor5-react/CHANGELOG.md
  7. +5 βˆ’1 packages/addon-ckeditor5-react/README.md
  8. +6 βˆ’2 packages/addon-ckeditor5-react/lib/index.stories.tsx
  9. +5 βˆ’5 packages/addon-ckeditor5-react/package.json
  10. +20 βˆ’0 packages/addon-remirror/CHANGELOG.md
  11. +1 βˆ’1 packages/addon-remirror/lib/Field/ColorButton.tsx
  12. +7 βˆ’7 packages/addon-remirror/package.json
  13. +20 βˆ’0 packages/ckeditor5-build-custom/CHANGELOG.md
  14. +2 βˆ’1 packages/ckeditor5-build-custom/lib/ColorPlugin/index.tsx
  15. +4 βˆ’4 packages/ckeditor5-build-custom/package.json
  16. +21 βˆ’0 packages/core/CHANGELOG.md
  17. +1 βˆ’1 packages/core/lib/types.ts
  18. +3 βˆ’3 packages/core/package.json
  19. +28 βˆ’0 packages/react/CHANGELOG.md
  20. +7 βˆ’4 packages/react/lib/Builder/HistoryButtons.tsx
  21. +24 βˆ’19 packages/react/lib/Builder/index.tsx
  22. +10 βˆ’10 packages/react/lib/Catalogue/index.tsx
  23. +2 βˆ’2 packages/react/lib/Container/index.tsx
  24. +5 βˆ’7 packages/react/lib/Editable/Field.tsx
  25. +25 βˆ’20 packages/react/lib/Editable/Floating.tsx
  26. +5 βˆ’4 packages/react/lib/Editable/Form.tsx
  27. +12 βˆ’25 packages/react/lib/Editable/Modal.tsx
  28. +7 βˆ’3 packages/react/lib/Editable/Setting.tsx
  29. +1 βˆ’1 packages/react/lib/Editable/SettingsGroup.tsx
  30. +2 βˆ’2 packages/react/lib/Editable/Tab.tsx
  31. +13 βˆ’22 packages/react/lib/Editable/index.tsx
  32. +13 βˆ’12 packages/react/lib/Element/index.tsx
  33. +5 βˆ’7 packages/react/lib/Icon/index.tsx
  34. +17 βˆ’14 packages/react/lib/Option/index.tsx
  35. +4 βˆ’4 packages/react/lib/components/Col/index.tsx
  36. +3 βˆ’5 packages/react/lib/components/Title/index.tsx
  37. +9 βˆ’9 packages/react/lib/contexts.ts
  38. +1 βˆ’3 packages/react/lib/fields/ImageField/index.tsx
  39. +1 βˆ’2 packages/react/lib/hooks.ts
  40. +18 βˆ’17 packages/react/lib/index.stories.tsx
  41. +8 βˆ’5 packages/react/lib/options.tsx
  42. +46 βˆ’5 packages/react/lib/types.ts
  43. +8 βˆ’8 packages/react/package.json
  44. +9 βˆ’7 packages/react/tests/utils.tsx
  45. +20 βˆ’0 packages/strapi-plugin/CHANGELOG.md
  46. +9 βˆ’9 packages/strapi-plugin/package.json
  47. +20 βˆ’0 packages/theme/CHANGELOG.md
  48. +2 βˆ’2 packages/theme/package.json
  49. +1,466 βˆ’1,556 yarn.lock
Loading