Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge master to develop #3780

Merged
merged 111 commits into from
Nov 15, 2022
Merged

chore: Merge master to develop #3780

merged 111 commits into from
Nov 15, 2022

Commits on Oct 10, 2022

  1. fix: Dirty fix for sync render.

    Should be reverted for v10
    sidharthv96 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    960ea45 View commit details
    Browse the repository at this point in the history
  2. fix: Tests

    sidharthv96 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ba436cc View commit details
    Browse the repository at this point in the history
  3. Revert "fix: use async in render-after-error"

    This reverts commit d59f878.
    sidharthv96 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    60e4585 View commit details
    Browse the repository at this point in the history
  4. Revert "fix(test): Rerender"

    This reverts commit a017ffc.
    sidharthv96 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    23e590e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Merge pull request #3633 from mermaid-js/sidv/dirtyFixSync

    fix: Dirty fix for sync render.
    knsv committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c20b8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5ef5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ce0fc View commit details
    Browse the repository at this point in the history
  4. feat: Add initializeAsync

    sidharthv96 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cc2f4f7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/9.2.0' of https://github.com/mermaid-js/mermaid

    …into release/9.2.0
    
    * 'release/9.2.0' of https://github.com/mermaid-js/mermaid:
      #3252 Handling for trailing whitespaces in subgraph titles
    sidharthv96 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    50f44c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    3240f8a View commit details
    Browse the repository at this point in the history
  2. chore: Update lockfile

    sidharthv96 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2460578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebef4a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d348f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    cc10e62 View commit details
    Browse the repository at this point in the history
  2. Release 9.20 fixes of docsify

    knsv committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    fc8db95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7881d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957e64f View commit details
    Browse the repository at this point in the history
  5. fix: Diagram load issue

    sidharthv96 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b486177 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Merge branch 'release_9.2.0_buggfixes' into release/9.2.0

    * release_9.2.0_buggfixes:
      fix: Remove hardcoded numericLevel
      fix: Diagram load issue
    sidharthv96 committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    775fb80 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    d115fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8230c8f View commit details
    Browse the repository at this point in the history
  3. Setting version to rc7

    knsv committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ea314cd View commit details
    Browse the repository at this point in the history
  4. chore: Add CORS to vite dev

    sidharthv96 authored and knsv committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    125312c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1388e20 View commit details
    Browse the repository at this point in the history
  6. fix: TS errors

    sidharthv96 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4c311ea View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release_9.2.0_buggfixes' into release/9.2.0

    * release_9.2.0_buggfixes:
      fix: Add default arg to options
      fix: Build types
      chore: Update creation date
      fix: getElementById type issue.
    sidharthv96 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d17aa6e View commit details
    Browse the repository at this point in the history
  8. fix: Error handling

    sidharthv96 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    56a8068 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Versions for latest rcs

    knsv committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8ad8d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. fix: load lazyLoadedDiagrams in initThrowsErrors

    Previously, calling initThrowsErrors would not
    load any of the lazyLoadedDiagrams entries.
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4601c90 View commit details
    Browse the repository at this point in the history
  2. docs(mermaid): document initThrowsErrors

    Add some basic tsdoc for initThrowsErrors
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    895a5eb View commit details
    Browse the repository at this point in the history
  3. fix(mermaid): error if lazyLoadedDiagrams fails

    Throw an error if lazyLoadedDiagrams fails to load properly.
    
    Rendering is still performed, even on a lazyLoadedDiagrams failure.
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3a2669e View commit details
    Browse the repository at this point in the history
  4. fix(mermaid): fix DiagramDefinition types

    The `injectUtils` function takes the utils as multiple parameters,
    not an object.
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    41249fd View commit details
    Browse the repository at this point in the history
  5. refactor(mermaid): remove registerDiagram cb func

    Remove the callback function parameter from registerDiagram.
    Instead, we can just load the callback function from the `injectUtils`
    diagram definition, if it exists.
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    89d3d29 View commit details
    Browse the repository at this point in the history
  6. feat: add mermaidAPI.registerDiagram()

    Exposes the registerDiagram() function publically as
    `mermaid.mermaidAPI.registerDiagram` so that users can add their
    own diagrams at bundle-time.
    
    This is instead of using the lazyLoadedDiagrams config setting.
    aloisklink committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f41e34e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge pull request #3702 from aloisklink/fix/initThrowErrors-support-…

    …lazyLoadedDiagrams
    
    Support `lazyLoadedDiagrams` when calling `initThrowsErrors`
    knsv committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e793aae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release_9.2.0_buggfixes'

    Conflicts:
    	packages/mermaid/src/mermaid.ts
    knsv committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1a0309f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Revert "Merge branch 'release_9.2.0_buggfixes'"

    This reverts commit 1a0309f, reversing
    changes made to 56a8068.
    
    This is because the PR #3702
    worked fine on the `develop` and `release_9.2.0_buggfixes` branches,
    but had a bunch of git merge conflicts on the `release/9.2.0` branch.
    aloisklink committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    81924f7 View commit details
    Browse the repository at this point in the history
  2. fix: lazy load diagrams in initThrowsErrorsAsync

    Previously, calling initThrowsErrorsAsync would not
    load any of the lazyLoadedDiagrams entries.
    
    Adaptated from reverted commit 4601c90
    aloisklink committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    327fcbf View commit details
    Browse the repository at this point in the history
  3. docs(mermaid): document initThrowsErrorsAsync

    Add some basic tsdoc for initThrowsErrorsAsync.
    aloisklink committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    13110c4 View commit details
    Browse the repository at this point in the history
  4. feat: expose initThrowsErrorsAsync publicly

    Expose the function `initThrowsErrorsAsync()` publicly
    as `mermaid.initThrowsErrorsAsync()`.
    
    It has the TSDoc `@alpha` and `@deprecated` tags, so people should
    be warned that it might be modified in Mermaid v10 or earlier.
    
    Needed for `mermaid-cli` to handle `lazyLoadedDiagrams`.
    aloisklink committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e62dd25 View commit details
    Browse the repository at this point in the history
  5. fix(mermaid): error if lazyLoadedDiagrams fails

    Throws and logs a warning if lazyLoadedDiagrams fails to load properly.
    
    Rendering is still performed, even on a lazyLoadedDiagrams failure.
    aloisklink committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    48b1f48 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Merge pull request #3731 from aloisklink/fix/load-lazy-loaded-diagram…

    …s-in-initThrowsErrors
    
    [9.2.0] Support `lazyLoadedDiagrams` when calling `initThrowsErrorsAsync`
    knsv committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    120940f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c19ff View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Updated version

    knsv committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e78ac9b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/9.2.0'

    Conflicts:
    	.github/ISSUE_TEMPLATE/bug_report.md
    knsv committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c8635c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f6613e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Create config.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    21304a9 View commit details
    Browse the repository at this point in the history
  2. Switch to bug_report.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b9daa35 View commit details
    Browse the repository at this point in the history
  3. Create diagram_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4f5228a View commit details
    Browse the repository at this point in the history
  4. Create theme_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6ef3e7f View commit details
    Browse the repository at this point in the history
  5. Create syntaxt_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    312e5f3 View commit details
    Browse the repository at this point in the history
  6. Delete question.md

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    41f21d4 View commit details
    Browse the repository at this point in the history
  7. Update bug_report.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0b83448 View commit details
    Browse the repository at this point in the history
  8. Update diagram_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    099a269 View commit details
    Browse the repository at this point in the history
  9. Update syntaxt_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bab5937 View commit details
    Browse the repository at this point in the history
  10. Update theme_proposal.yml

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5d83ec6 View commit details
    Browse the repository at this point in the history
  11. make setup not required

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1117a80 View commit details
    Browse the repository at this point in the history
  12. Make colors required

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c8f6994 View commit details
    Browse the repository at this point in the history
  13. Discussions are now available

    Andre601 authored and sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    638b9d9 View commit details
    Browse the repository at this point in the history
  14. chore: lint

    sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    17adec3 View commit details
    Browse the repository at this point in the history
  15. Add Security Policy

    sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    361dd6a View commit details
    Browse the repository at this point in the history
  16. Add Security Policy

    sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c86d46e View commit details
    Browse the repository at this point in the history
  17. Merge pull request #2739 from Andre601/feature/issue-templates

    Use issue templates and add diagram, theme and syntax proposal issue forms
    sidharthv96 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    97a7f1f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Basic webpack

    sidharthv96 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1e41783 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. fix(mermaid): fix mermaid.render types

    The cb param of mermaid.render should be optional,
    and mermaid.render returns an SVG string instead of `void`.
    aloisklink committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    da6bb94 View commit details
    Browse the repository at this point in the history
  2. fix(mermaid): default mermaid back to CommonJS

    Default mermaid back to being a CommonJS module.
    
    Improrting Mermaid as CommonJS (e.g. using `require("mermaid")`)
    is normally broken (since v8), due to it's dependency on d3,
    which is now ESM only.
    
    However, it looks like some software
    (e.g. TypeScript, in the docusaurus project)
    could still handle the CommonJS version of Mermaid.
    
    This commit now means that older versions of Node/build-tools
    should now default to using the CommonJS version of Mermaid.
    
    Newer tools should still see that the `"module"` field points to ESM,
    or use the `exports["."]["import"]` field to load ESM.
    aloisklink committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    1a5e731 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #3768 from aloisklink/fix/fix-mermaid.render-types

    [9.2] fix(mermaid): fix `mermaid.render` types
    sidharthv96 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    41dbf0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3767 from aloisklink/fix/convert-package-back-to-…

    …commonjs
    
    [9.2] fix(mermaid): default mermaid back to CommonJS
    sidharthv96 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2243af1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release_9.2.1_bugfixes' into sidv/webpackTest

    * release_9.2.1_bugfixes:
      fix(mermaid): default mermaid back to CommonJS
      fix(mermaid): fix mermaid.render types
    sidharthv96 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    75d276e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. webpack test

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    166dca4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/3701-expose-registerDiagram' into sidv/fixLL

    * feat/3701-expose-registerDiagram:
      feat: add `mermaidAPI.registerDiagram()`
      refactor(mermaid): remove registerDiagram cb func
      fix(mermaid): fix DiagramDefinition types
    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    aab8f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca5256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b4358 View commit details
    Browse the repository at this point in the history
  5. fix: Filenames

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6d2552e View commit details
    Browse the repository at this point in the history
  6. fix Lint

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    605f288 View commit details
    Browse the repository at this point in the history
  7. Bump pnpm

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e64e98f View commit details
    Browse the repository at this point in the history
  8. Fix pnpm

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    745abb8 View commit details
    Browse the repository at this point in the history
  9. Fixing applitools batches

    knsv committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ba7f830 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'release/9.2.1' of https://github.com/mermaid-js/mermaid

    …into sidv/fixLL
    
    * 'release/9.2.1' of https://github.com/mermaid-js/mermaid:
      Fixing applitools batches
    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1b2dce9 View commit details
    Browse the repository at this point in the history
  11. Fix pnpm-lock

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5b53cee View commit details
    Browse the repository at this point in the history
  12. fix pnpm lock

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d2511f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b03ac38 View commit details
    Browse the repository at this point in the history
  14. Cleanup package.json

    sidharthv96 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8e63a07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7f7ff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Apply suggestions from code review

    Co-authored-by: Alois Klink <alois@aloisklink.com>
    sidharthv96 and aloisklink committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    89da6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649ab17 View commit details
    Browse the repository at this point in the history
  3. fix versions

    sidharthv96 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    f52df30 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sidv/fixLL' of https://github.com/mermaid-js/mermaid in…

    …to sidv/fixLL
    
    * 'sidv/fixLL' of https://github.com/mermaid-js/mermaid:
      Apply suggestions from code review
    sidharthv96 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c309e3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecc51d7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3774 from mermaid-js/sidv/fixLL

    Fix lazy loading in webpack
    knsv committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2f9d6e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bb0ed2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb8149b View commit details
    Browse the repository at this point in the history
  9. Updated release

    pbrolin47 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5261135 View commit details
    Browse the repository at this point in the history
  10. Updated URL

    pbrolin47 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0b9b2cf View commit details
    Browse the repository at this point in the history
  11. Updated README-files

    pbrolin47 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ccfaea8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd5d99e View commit details
    Browse the repository at this point in the history
  13. feat: Switch CDN

    sidharthv96 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0af36f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    a83f88b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3777 from mermaid-js/sidv/fixCDN

    Switch CDN to unpkg.com
    knsv committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    dcab2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab92b5c View commit details
    Browse the repository at this point in the history
  4. Hacky fix for pnpm issue

    sidharthv96 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1f68ea4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    88d3fdf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3783 from mermaid-js/sidv/cleanupPackage.json

    chore: Housekeeping
    knsv committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    292cbd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Merge branch 'develop' into sidv/mergeMaster

    * develop:
      chore(deps): update all non-major dependencies
      fix(deps): update all non-major dependencies
      fix: `sourceLinkTemplate` in typedoc
      only call getClasses if the diagram renderer supports it
      fix typo
      merge fix: get classDefs only if diagram is in CLASSDEF_DIAGRAMS
      use lodash isEmpty instead of method defined in utils
      chore: Fix cspell
      fix: Type of DiagramStyleClassDef, general cleanup
      change spec descriptions to active voice (= shorter b/c 'should' isn't needed)
      functions and specs: removeExistingElements
      functions and specs: createUserstyles; minor changes
      functions and specs: createCssStyles, appendDivSvgG,cleanUpSvgCode, putIntoIFrame [for render]
      add MockedD3.ts
      const isSandboxed, isLooseSecurityLevel, fontFamily; a few more CONSTs
      more meaningful var names; move related lines together; const idSelector
      comment the main steps (prepare to break into functions that can be tested)
      render: define const iFrameId, enclosingDivID and _selector to use in function
      specs: encodeEntities, decodeEntities
      render: constants
    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2d9bded View commit details
    Browse the repository at this point in the history
  2. Merge Master

    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    77a326d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into sidv/mergeMaster

    * origin/master: (76 commits)
      fix: `use-inline-specifiers-lockfile-format` to pnpm
      Hacky fix for pnpm issue
      chore: Cleanup pakage.json, fix jisonLint
      feat: Switch CDN
      Updated README-files
      Updated URL
      Updated release
      Increased package version to 9.2.2
      Added registerExternalDiagram for Mindmap
      fix: Remove registerDiagram export
      fix versions
      feat: Add config validator MVP
      Apply suggestions from code review
      fix: Import path in viewer.js
      Cleanup package.json
      Restore package and lock from master
      fix pnpm lock
      Fix pnpm-lock
      Fixing applitools batches
      Fix pnpm
      ...
    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c354d9e View commit details
    Browse the repository at this point in the history
  4. cleanup

    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9144fa3 View commit details
    Browse the repository at this point in the history
  5. chore: Fix tsdoc

    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4decaf0 View commit details
    Browse the repository at this point in the history
  6. Cleanup docs

    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    051b427 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    eae88c5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' into sidv/mergeMaster

    * develop:
      fix(deps): update dependency rollup to v3
    sidharthv96 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ad6eba4 View commit details
    Browse the repository at this point in the history