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

Conversation

AJIXuMuK
Copy link
Collaborator

Version 3.12.0
Fixes: #1325, #1337, #1305, #1350, #1093, #1346, #1310

SmarterJB and others added 30 commits September 14, 2022 17:10
…because the word "laufzeit" in german means "running time" in english! "Knoten" now refers to the "node" of the termstore
…namicform

# Conflicts:
#	src/controls/dynamicForm/DynamicForm.tsx
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>
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>
Fix the problem of import the monacoEditor 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)
…ing-and-scrolling

Fix issue with Throttling and Scrolling in FilePicker component
Fixes#1337 the problem of importing the control
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
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>
Improvements to DynamicForm to support creation of document sets
AJIXuMuK and others added 29 commits November 16, 2022 09:02
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
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>
…ave option to show only sites associated with the hub.
@AJIXuMuK AJIXuMuK merged commit 450b664 into master Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FilePicker panel causes SharePoint to Throttle due to infinite loop fetching files