Skip to content

Latest commit

 

History

History
429 lines (261 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

429 lines (261 loc) · 15.9 KB

Changelog

Current

  • Add latest changes here

38.1.0 (2023-07-26)

  • Update dependencies for CKEditor 38.1.0 (Release notes) (#108)

  • Version updates (#106, #108)

  • README: Note typing workaround for TypeScript builds (#105)

    1. Create a d.ts declaration file, e.g. typings/ckeditor5-math.d.ts

      declare module '@isaul32/ckeditor5-math';
      declare module '@isaul32/ckeditor5-math/src/math';
      declare module '@isaul32/ckeditor5-math/src/autoformatmath';
    2. In your tsconfig.json's root-level include option, make sure your declaration file is covered, e.g.

      {
       "extends": "ckeditor5/tsconfig.json",
       "include": [
         "src",
         "typings",
         "../../typings"
        ]
      }

38.0.1 (2023-06-20)

38.0.0 (2023-06-20)

37.1.0 (2023-04-19)

37.0.2 (2023-04-05)

  • Fix loading of ckeditor5-math when no config object is declared in build (#98)

37.0.1 (2023-04-05)

37.0.0 (2023-04-05)

  • Update dependencies for CKEditor 37.0.0 (Release notes)
  • Bump minimum node version to v16 (per CKEditor v37's requirements)
  • Add a .nvmrc for nvm users

36.0.7 (2023-04-05)

  • Fix loading of ckeditor5-math when no config object is declared in build (#97)

36.0.6 (2023-04-05)

36.0.5 (2023-04-03)

  • Update docs for new package name (#91)

    • Old: ckeditor5-math
    • New: @isaul32/ckeditor5-math
  • New feature: Make className of span element configurable (#82, thank you @DanielKulbe)

36.0.4 (2023-03-13)

  • New package name

    • Old: ckeditor5-math
    • New: @isaul32/ckeditor5-math

36.0.3 (2023-03-13)

  • Move to a DLL compatible plugin (#83)

    Credit: @DanielKulbe

36.0.2 (2023-02-14)

  • Fix previewClassName (#86)

36.0.1 (2023-01-26)

36.0.0 (2023-01-26)

35.4.0 (2022-12-13)

35.3.2 (2022-11-23)

35.3.1 (2022-11-15)

35.3.0 (2022-11-03)

35.2.1 (2022-10-13)

35.2.0 (2022-10-13)

35.1.0 (2022-09-28)

35.0.1 (2022-09-28)

35.0.0 (2022-09-28)

34.2.0 (2022-09-28)

34.1.1 (2022-08-03)

  • New configuration setting, katexRenderOptions (optional) - for KaTeX engines. Accepts object of katex.render() / katex.renderToString() options:

    InlineEditor.defaultConfig = {
    	// ...
    	math: {
    		engine: 'katex'
    		katexRenderOptions: {
    			macros: {
    				"\\neq": "\\mathrel{\\char`≠}",
    			},
    		},
    	}
    }

    via PR #64 by Tony Narlock.

34.1.0 (2022-06-21)

  • Update dependencies for CKEditor 34.1.0 (Release notes)
  • Changelog:
    • Begin adding dates to releases
    • Remove (current), which was being applied to old releases incorrectly up to last release

34.0.0 (2022-05-12)

  • Update dependencies for CKEditor 34.0.0 (Release notes)

  • Begin keeping a yarn lockfile. This will make it easier to track changes aren't due to sub-dependencies shifting across time and development conditions.

  • Update dependencies for CKEditor 32.0.0 (Release notes)
  • Update webpack, postcss-loader, mini-css-extract-plugin, minimum node version (12 to 14) per above.
  • Update dependencies for CKEditor 29.2.0 (Release notes)
  • Fix yarn start's missing classic editor dependency
  • #45: docs(README,CHANGELOG): Format with prettier 2.3.0
  • #42: use SwitchButton to toggle "display mode". Thanks you @Jules-Bertholet!

27.1.3 (2021-05-16)

  • #41: Prevent inserting empty equations, thank you @Jules-Bertholet.

27.1.2 (2021-03-29)

  • #38: You can now boot into a development instance with yarn start (supports live reload)
  • #40 (fixed #39): Support for upcasting Quill style tags

27.1.1 (2021-03-29)

27.1.0 (2021-03-29)

  • #33: New optional config variables: previewClassName and popupClassName as an array of classes, this makes it easier to style the preview:

    {
    	"math": {
    		"popupClassName": ["myeditor"],
    		"previewClassName": ["myeditor"]
    	}
    }

    This assures the preview appended to document.body and the popup both are accessible via .myeditor.

27.0.1 (2021-03-29)

  • Typo fix from #32.

27.0.0 (2021-03-29)

  • Update dependencies.

26.0.0 (2021-03-04)

  • Update dependencies.

25.0.0 (2021-03-02)

  • Update dependencies.

24.0.1 (2021-02-28)

  • Fix balloon view position.

24.0.0 (2020-12-12)

  • Update dependencies.

23.3.0 (2020-11-07)

  • Add autoformat support. (3354872)

23.2.2 (2020-11-03)

  • Fix placeholder handling. (dc288ea)
  • Fix selection after entering inline expression. (2fea2e2)

23.2.1 (2020-10-18)

  • Fix math editing button for balloon editor. (3629401)

23.2.0 (2020-10-18)

  • Add math editing button for balloon editor. (aa0392c)

23.1.0 (2020-10-11)

  • Add typesetting auto load feature. (a665b64)

23.0.0 (2020-10-02)

  • Update dependencies.

22.0.0 (2020-08-29)

  • Seperate schema to display and inline.

Bug fixes

Other changes

  • Update dependencies.

21.0.0 (2020-08-03)

  • Update dependencies.

20.0.0 (2020-07-13)

  • Update dependencies.

19.0.0 (2020-05-12)

  • Update dependencies.

18.0.1 (2020-04-05)

Bug fixes

18.0.0 (2020-03-30)

  • Update dependencies.

17.0.1 (2020-02-27)

Bug fixes

  • Fix missing dependencies.

17.0.0 (2020-02-27)

Bug fixes

1.0.3 (2019-10-11)

Bug fixes

  • Fix preview flickering effect. (70fefa8)

  • Fix disabled eslint lines. (1f96286)

Other changes

  • Update some tests.

  • Update readme.

1.0.2 (2019-10-07)

Other changes

  • Update readme.

  • Add unique identifier for math preview. (8b6804c)

1.0.1 (2019-10-04)

Bug fixes

  • Fix preview rendering bug. (070f84e)

Other changes

  • Remove paste from office dependency. (8b6804c)

1.0.0 (2019-10-03)

Initial release.