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.18.0 Release #1816

Merged
merged 65 commits into from
May 15, 2024
Merged

3.18.0 Release #1816

merged 65 commits into from
May 15, 2024

Conversation

AJIXuMuK
Copy link
Collaborator

Q A
Bug fix? [ ]
New feature? [ ]
New sample? [ ]
Related issues? fixes #516, fixes #1495, fixes #1738, fixes #1758

What's in this Pull Request?

3.18.0 Release

ValerasNarbutas and others added 30 commits December 13, 2023 18:37
Bumps [adaptive-expressions](https://github.com/Microsoft/botbuilder-js) from 4.21.1 to 4.22.1.
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.21.1...4.22.1)

---
updated-dependencies:
- dependency-name: adaptive-expressions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Added missing references to webURL to service calls.
Added orderBy to DynamicField props for lookup fields
…Documentation

Update Folderpicker documentation on how to use the control with siteAbsoluteUrl property
michaelmaillot and others added 29 commits February 13, 2024 22:44
- optimize context prop by requesting only necessary properties from BaseComponentContext
- update documentation accordingly
- move the state properties into the core component
remove unnecessary dependencies
…e-expressions-4.22.1

Bump adaptive-expressions from 4.21.1 to 4.22.1
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](indutny/node-ip@v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Added style property to Rich text control.
Fast-serve update to match the most recent changes.
…t-optimization

[PeoplePicker] Context optimization
- Adds a specific interface for the control which requires less props than the `BaseComponentContext` one
- Moves states interface into the component to avoid useless export
- Reflect optimization in the control's doc and the test webpart
- Fixes MSGraph required permissions to use the control
Carousel: make buttonLocation and buttonDisplay optional, add contentHeight property
* Fix imports

* #1763 Fix wrong FluentUI imports
* Added onClick support to FileTypeIcon

* Added various events to FileTypeIcon

* Updated documentation

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Update docs/documentation/docs/controls/FileTypeIcon.md

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>

* Removed unused imports in IFileTypeIcon.ts

---------

Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>
@AJIXuMuK AJIXuMuK merged commit 0f857b9 into master May 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment