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

3.12.0 #1359

Merged
merged 120 commits into from
Nov 16, 2022
Merged

3.12.0 #1359

merged 120 commits into from
Nov 16, 2022

Commits on Sep 14, 2022

  1. use AnchorId in DynamicForm

    SmarterJB committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b05321f View commit details
    Browse the repository at this point in the history
  2. Changed wording of DynamicFormTermPanelTitle in german localization, …

    …because the word "laufzeit" in german means "running time" in english! "Knoten" now refers to the "node" of the termstore
    SmarterJB committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c0991b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea943dc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge branch 'dev' into feature/use_anchorId_from_taxonomyfield_in_dy…

    …namicform
    
    # Conflicts:
    #	src/controls/dynamicForm/DynamicForm.tsx
    SmarterJB committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8febb31 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    ae4765f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Bump minimist and sonarqube-scanner

    Bumps [minimist](https://github.com/substack/minimist) to 1.2.6 and updates ancestor dependency [sonarqube-scanner](https://github.com/bellingard/sonar-scanner-npm). These dependencies need to be updated together.
    
    
    Updates `minimist` from 0.0.8 to 1.2.6
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/commits)
    
    Updates `sonarqube-scanner` from 2.1.2 to 2.8.2
    - [Release notes](https://github.com/bellingard/sonar-scanner-npm/releases)
    - [Commits](bellingard/sonar-scanner-npm@2.1.2...2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: sonarqube-scanner
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0a96df5 View commit details
    Browse the repository at this point in the history
  2. Bump got and sonarqube-scanner

    Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [sonarqube-scanner](https://github.com/bellingard/sonar-scanner-npm). These dependencies need to be updated together.
    
    
    Removes `got`
    
    Updates `sonarqube-scanner` from 2.1.2 to 2.8.2
    - [Release notes](https://github.com/bellingard/sonar-scanner-npm/releases)
    - [Commits](bellingard/sonar-scanner-npm@2.1.2...2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: sonarqube-scanner
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7fa4150 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    eed5ef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    7fdb84e View commit details
    Browse the repository at this point in the history
  2. Improved code quality for DynamicForm support of Document Sets

    Paolo Pialorsi authored and Paolo Pialorsi committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b9b5b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df20069 View commit details
    Browse the repository at this point in the history
  4. Improved code quality for DynamicForm support of Document Sets

    PaoloPia authored and PaoloPia committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    7c990bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1481d8b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    eaaf1fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1336 from fabiofranzini/issue-1323-monacoEditor

    Fix the problem of import the monacoEditor control
    fabiofranzini committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b1f6d35 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Fix the problem with export/import of the control

    The control "ContentTypePicker" can't be used with the preview configuration, it returns an error 
    
    `(alias) class ContentTypePicker
    import ContentTypePicker
    JSX element class does not support attributes because it does not have a 'props' property.ts(2607)`
    
    `'ContentTypePicker' cannot be used as a JSX component.
      Its instance type 'ContentTypePicker' is not a valid JSX element.
        Type 'ContentTypePicker' is missing the following properties from type 'ElementClass': context, setState, forceUpdate, props, and 2 more.ts(2786)`
    
    
    [For more details : What is the difference between import * as react from 'react' vs import react from 'react'](https://stackoverflow.com/questions/54585763/what-is-the-difference-between-import-as-react-from-react-vs-import-react-fr)
    NizarGrindi committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2541986 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    09afee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81fcb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f57aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5bce30 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Merge pull request #1334 from VRomanovTau/feat/fix-filepicker-throttl…

    …ing-and-scrolling
    
    Fix issue with Throttling and Scrolling in FilePicker component
    joelfmrodrigues committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b31cc57 View commit details
    Browse the repository at this point in the history
  2. changelog

    joelfmrodrigues committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f00f318 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1338 from NizarGrindi/dev

    Fixes#1337 the problem of importing the control
    joelfmrodrigues committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3b900bd View commit details
    Browse the repository at this point in the history
  4. changelog

    joelfmrodrigues committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4186a81 View commit details
    Browse the repository at this point in the history
  5. FolderPicker: fix to get folders of other site.

    Fix folderpicker to get folders of other site instead of the current context by adding a new property siteAbsoluteUrl and forwarding it to FolderExplorer.
    Fix #1305
    NishkalankBezawada committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    319ec18 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Bump @xmldom/xmldom from 0.7.5 to 0.7.8

    Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.8.
    - [Release notes](https://github.com/xmldom/xmldom/releases)
    - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
    - [Commits](xmldom/xmldom@0.7.5...0.7.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@xmldom/xmldom"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c9cf1cf View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    5729129 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1335 from PaoloPia/dynamicFormDocumentSet

    Improvements to DynamicForm to support creation of document sets
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b66e2d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5155ae View commit details
    Browse the repository at this point in the history
  4. pre-commit

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2f08272 View commit details
    Browse the repository at this point in the history
  5. changelog

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5c6cb96 View commit details
    Browse the repository at this point in the history
  6. pre-commit

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b2dead7 View commit details
    Browse the repository at this point in the history
  7. dependabot

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9a3e7ca View commit details
    Browse the repository at this point in the history
  8. comments in dependabot file

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    af5356e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1328 from pnp/dependabot/npm_and_yarn/minimist-an…

    …d-sonarqube-scanner-1.2.6
    
    Bump minimist and sonarqube-scanner
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    dbfb0d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1329 from pnp/dependabot/npm_and_yarn/got-and-son…

    …arqube-scanner--removed
    
    Bump got and sonarqube-scanner
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2c659e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac0f0f9 View commit details
    Browse the repository at this point in the history
  12. merge with dev

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8dfc594 View commit details
    Browse the repository at this point in the history
  13. Improved code quality for DynamicForm support of Document Sets

    Paolo Pialorsi authored and AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1146973 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06a25de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    257af5f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a60957 View commit details
    Browse the repository at this point in the history
  17. export ISite

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    780879a View commit details
    Browse the repository at this point in the history
  18. pre-commit

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    98d30e7 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1341 from SherpasGroup/fix-tsconfig

    Remove invalid comma in tsconfig.json
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    da48556 View commit details
    Browse the repository at this point in the history
  20. changelog

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    33d5f1c View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1342 from SherpasGroup/fix-initialvalues

    Fix for ModernTaxonomyPicker infinite loop
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    012b37b View commit details
    Browse the repository at this point in the history
  22. changelog

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8074dfb View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1343 from SherpasGroup/fix-term-path

    Fix term path display in ModernTaxonomyPicker
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2d40467 View commit details
    Browse the repository at this point in the history
  24. changelog

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    91c8595 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1345 from NishkalankBezawada/Issue-1305

    FolderPicker: fix to get folders of other site.
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    156e683 View commit details
    Browse the repository at this point in the history
  26. chagelog

    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    935f438 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1347 from pnp/dependabot/npm_and_yarn/xmldom/xmld…

    …om-0.7.8
    
    Bump @xmldom/xmldom from 0.7.5 to 0.7.8
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    82fdcdf View commit details
    Browse the repository at this point in the history
  28. Merge pull request #1352 from ferrarirosso/issue-1350

    Fix FileBrowser causing http 429, correct enum declaration implemented
    AJIXuMuK committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8aeab0c View commit details
    Browse the repository at this point in the history
  29. changelog

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    fe0def1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Merge pull request #1354 from ekapic/fix/1093-suggest-unavailable-terms

    Suggested term filtering condition fixed (issue #1093)
    joelfmrodrigues committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    143864b View commit details
    Browse the repository at this point in the history
  2. changelog

    joelfmrodrigues committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e390584 View commit details
    Browse the repository at this point in the history
  3. fix typo

    joelfmrodrigues committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    5dfe5bb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Added 'associatedsites' and 'hubsiteId' parameters to SitePicker to h…

    …ave option to show only sites associated with the hub.
    kadu-jr committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2ed7f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5730033 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Merge pull request #1357 from kadu-jr/dev

    Added 'associatedsites' and 'hubsiteId' parameters to SitePicker to have option to show only sites associated with the hub. + infinite loop prevention when fetching sites
    joelfmrodrigues committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    56c8c01 View commit details
    Browse the repository at this point in the history
  2. changelog

    joelfmrodrigues committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b48bfeb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Fix - Wrong preselected user in dynamic form (#1316)

    * Removed parsing the user ID from default value, because the ID is no longer in the peoplePicker default value
    
    * changed the 2 methods so that they do what the name intends - they return the default value for the peoplepicker with the UPN and not the ID
    
    * Get Single User Field the same way as the multiple users
    
    * rewrite getUserUPNById to getUserUPNFromFieldValue for single user values
    SmarterJB authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    487b19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef95c74 View commit details
    Browse the repository at this point in the history
  3. remove warnings

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8308f96 View commit details
    Browse the repository at this point in the history
  4. bump version

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    976c650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9040e7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ee7688 View commit details
    Browse the repository at this point in the history
  7. changelog

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    de6b346 View commit details
    Browse the repository at this point in the history
  8. Fix the problem with export/import of the control

    The control "ContentTypePicker" can't be used with the preview configuration, it returns an error 
    
    `(alias) class ContentTypePicker
    import ContentTypePicker
    JSX element class does not support attributes because it does not have a 'props' property.ts(2607)`
    
    `'ContentTypePicker' cannot be used as a JSX component.
      Its instance type 'ContentTypePicker' is not a valid JSX element.
        Type 'ContentTypePicker' is missing the following properties from type 'ElementClass': context, setState, forceUpdate, props, and 2 more.ts(2786)`
    
    
    [For more details : What is the difference between import * as react from 'react' vs import react from 'react'](https://stackoverflow.com/questions/54585763/what-is-the-difference-between-import-as-react-from-react-vs-import-react-fr)
    NizarGrindi authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4596340 View commit details
    Browse the repository at this point in the history
  9. changelog

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bb59010 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4bd766 View commit details
    Browse the repository at this point in the history
  11. Improved dynamicForm for Document Sets

    PaoloPia authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0909505 View commit details
    Browse the repository at this point in the history
  12. Improved code quality for DynamicForm support of Document Sets

    Paolo Pialorsi authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e78443c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6248271 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d688f3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc90710 View commit details
    Browse the repository at this point in the history
  16. pre-commit

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ed2c35f View commit details
    Browse the repository at this point in the history
  17. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f2cae0b View commit details
    Browse the repository at this point in the history
  18. pre-commit

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    998a157 View commit details
    Browse the repository at this point in the history
  19. dependabot

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    637991d View commit details
    Browse the repository at this point in the history
  20. comments in dependabot file

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e0764ea View commit details
    Browse the repository at this point in the history
  21. Bump minimist and sonarqube-scanner

    Bumps [minimist](https://github.com/substack/minimist) to 1.2.6 and updates ancestor dependency [sonarqube-scanner](https://github.com/bellingard/sonar-scanner-npm). These dependencies need to be updated together.
    
    
    Updates `minimist` from 0.0.8 to 1.2.6
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/commits)
    
    Updates `sonarqube-scanner` from 2.1.2 to 2.8.2
    - [Release notes](https://github.com/bellingard/sonar-scanner-npm/releases)
    - [Commits](bellingard/sonar-scanner-npm@2.1.2...2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: sonarqube-scanner
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b002c1e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ae09a23 View commit details
    Browse the repository at this point in the history
  23. merge with dev

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    98aeee1 View commit details
    Browse the repository at this point in the history
  24. Improved code quality for DynamicForm support of Document Sets

    Paolo Pialorsi authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4bc634e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cbaf5e3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eb47604 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    06eea89 View commit details
    Browse the repository at this point in the history
  28. export ISite

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c8d4682 View commit details
    Browse the repository at this point in the history
  29. pre-commit

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9704103 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8a9c3b6 View commit details
    Browse the repository at this point in the history
  31. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f6fc987 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    753bfc2 View commit details
    Browse the repository at this point in the history
  33. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6ddc169 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7c3d41b View commit details
    Browse the repository at this point in the history
  35. Restore dependency lists

    patrikhellgren authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    89544cf View commit details
    Browse the repository at this point in the history
  36. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d583c11 View commit details
    Browse the repository at this point in the history
  37. FolderPicker: fix to get folders of other site.

    Fix folderpicker to get folders of other site instead of the current context by adding a new property siteAbsoluteUrl and forwarding it to FolderExplorer.
    Fix #1305
    NishkalankBezawada authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    94ca123 View commit details
    Browse the repository at this point in the history
  38. chagelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d1ac292 View commit details
    Browse the repository at this point in the history
  39. Bump @xmldom/xmldom from 0.7.5 to 0.7.8

    Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.8.
    - [Release notes](https://github.com/xmldom/xmldom/releases)
    - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
    - [Commits](xmldom/xmldom@0.7.5...0.7.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@xmldom/xmldom"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    02cb5b8 View commit details
    Browse the repository at this point in the history
  40. Fix FileBrowser causing http 429, correct enum declaration implemented

    D'Andrea Nello authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fcf863a View commit details
    Browse the repository at this point in the history
  41. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5f038be View commit details
    Browse the repository at this point in the history
  42. term filtering condition fixed

    ekapic-vista authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e9184ee View commit details
    Browse the repository at this point in the history
  43. changelog

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c3ad1c4 View commit details
    Browse the repository at this point in the history
  44. fix typo

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c1a192a View commit details
    Browse the repository at this point in the history
  45. Added 'associatedsites' and 'hubsiteId' parameters to SitePicker to h…

    …ave option to show only sites associated with the hub.
    kadu-jr authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e12cb3e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    d8b3c3a View commit details
    Browse the repository at this point in the history
  47. changelog

    joelfmrodrigues authored and AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c8fda07 View commit details
    Browse the repository at this point in the history
  48. revert mistaken change

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a208dd9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c9099c6 View commit details
    Browse the repository at this point in the history
  50. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4a3c7e2 View commit details
    Browse the repository at this point in the history
  51. pre-commit

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7501c79 View commit details
    Browse the repository at this point in the history
  52. remove MS copyright

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fbc0f07 View commit details
    Browse the repository at this point in the history
  53. update to spfx 1.16

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b3d92a6 View commit details
    Browse the repository at this point in the history
  54. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fec3dd2 View commit details
    Browse the repository at this point in the history
  55. changelog

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    af01bde View commit details
    Browse the repository at this point in the history
  56. 3.12.0

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2251694 View commit details
    Browse the repository at this point in the history
  57. pre-commit

    AJIXuMuK committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    310eba6 View commit details
    Browse the repository at this point in the history