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.17.0 #1757

Merged
merged 66 commits into from
Feb 6, 2024
Merged

3.17.0 #1757

merged 66 commits into from
Feb 6, 2024

Commits on Sep 28, 2023

  1. Refactor DynamicForm to use RenderListDataAsStream

    Tom German committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5db10f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Amended ControlsTest config propertyPane

    Tom German committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d42db42 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Added form validation to Dynamic Form

    Tom German committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d9281fa View commit details
    Browse the repository at this point in the history
  2. Implemented Custom Formatting for Dynamic Form body

    Tom German committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f02dbb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Refactor of DynamicForm, DynamicField, ControlsTestWebPart, added exp…

    …ression validation and custom formatting renderer.
    Tom German committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d5b0f42 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Added tests and fixes.

    Tom German committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a9577b7 View commit details
    Browse the repository at this point in the history
  2. Fixes to desired functionality

    Tom German committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    10095b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf2780 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Applied recommended changes following review

    Tom German committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e4cf220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbac7d View commit details
    Browse the repository at this point in the history
  3. Fixes and cleanup following merge from 'dev'

    Tom German committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e13cff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    801bb06 View commit details
    Browse the repository at this point in the history
  5. Fixes and cleanup following merge with 'dev'

    Tom German committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    08ac2e8 View commit details
    Browse the repository at this point in the history
  6. Amendment of FormulaEvaluation and CustomFormatting classes to reduce…

    … use of 'any'
    
    Amendment to CustomFormatting class type annotations
    Tom German committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    62e483e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Nov 13, 2023

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

Commits on Nov 21, 2023

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

Commits on Nov 25, 2023

  1. 3.17.0

    AJIXuMuK committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d28e93c View commit details
    Browse the repository at this point in the history
  2. 3.17.0 initial

    AJIXuMuK committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    5a6ea2a View commit details
    Browse the repository at this point in the history
  3. pre-commit

    AJIXuMuK committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c60c83d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Bump the npm_and_yarn at /. security update group with 1 update

    Bumps the npm_and_yarn at /. security update group with 1 update: [spfx-fast-serve-helpers](https://github.com/s-KaiNet/spfx-fast-serve-helpers).
    
    - [Commits](https://github.com/s-KaiNet/spfx-fast-serve-helpers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: spfx-fast-serve-helpers
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    77add1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1711 from pnp/dependabot/npm_and_yarn/spfx-fast-s…

    …erve-helpers-1.18.4
    
    Bump the npm_and_yarn at /. security update group with 1 update
    joelfmrodrigues committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    15b93ab View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Added file handling in DynamicForm (#1625)

    * Bugfix for issue 1568
    
    Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array "results".
    
    * Added file handling in DynamicForm
    
    * Updated pt-pt localization
    
    * Changed file upload
    
    * Removed file selection in edit mode
    
    * Updated loc files and removed unused props
    
    * Updated IDynamicFormProps
    
    * Added check for content type
    
    * Improved enableFileSelection property description
    
    * Update DynamicForm.md
    
    * Added DynamicFormWithFileSelection.png
    
    * Update DynamicForm.tsx
    
    * Small fixes
    
    * Updated DynamicForm doc
    
    ---------
    
    Co-authored-by: IRRDC <jk@oneassist.de>
    Co-authored-by: João Mendes <joao.j.mendes@outlook.com>
    3 people committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2648fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b529622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f11aa View commit details
    Browse the repository at this point in the history
  4. Bump @types/lodash from 4.14.194 to 4.14.202

    Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.194 to 4.14.202.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/lodash"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    085ce2f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    8d665e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e027b1a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Merge pull request #1672 from t0mgerman/dynamic-form-list-customization

    New Dynamic Form Feature(s) - Custom Formatting and Validation, ControlsTestWebPart updates
    AJIXuMuK committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3cd6f18 View commit details
    Browse the repository at this point in the history
  2. changelog

    AJIXuMuK committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    96adfe3 View commit details
    Browse the repository at this point in the history
  3. pre-commit

    AJIXuMuK committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6352e5a View commit details
    Browse the repository at this point in the history
  4. view picker in docs

    AJIXuMuK committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    56afb24 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. #1715 fixed the disable issue on field override control when "onBefor…

    …eSubmit" return true
    wu.xiaojun committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    17d2d2b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Fix #1719

    GuidoZam committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e852e18 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

    joelfmrodrigues committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    085381f View commit details
    Browse the repository at this point in the history
  3. release notes

    joelfmrodrigues committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4a24d81 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    286854e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1673 from GuidoZam/peoplepicker-resultFilter

    Added custom filter to PeoplePicker selection
    joelfmrodrigues committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a2e97d5 View commit details
    Browse the repository at this point in the history
  3. changelog

    joelfmrodrigues committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b69815e View commit details
    Browse the repository at this point in the history
  4. release notes

    joelfmrodrigues committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d63b92b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fixing the bugfix #1718

    Bugfix #1718 for bug #1717 was faulty and gets fixed with this.
    IRRDC committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1d282a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Updating PR #1736: Removed useless second default case

    Removed useless second default case that caused errors
    IRRDC committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7796507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0065dab View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Restoring changes removed by merge

    Restoring changes removed by merge.
    IRRDC committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    76bc8fd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge pull request #1736 from IRRDC/dev

    Fixing the bugfix #1718
    michaelmaillot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d58bb93 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    e2d3983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1fd37 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 30, 2024

  1. Merge pull request #1704 from lafe/MissingTaxonomyPickerSuggestions-1688

    Use stringMatchOption instead of deprecated stringMatchId #1688
    joelfmrodrigues committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    618e21d View commit details
    Browse the repository at this point in the history
  2. changelog

    jrodriguesStorm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a9182ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/rich-text-align-heading-styles-with-sharepoint-…

    …text-web-part' of https://github.com/mbice/sp-dev-fx-controls-react into mbice-feature/rich-text-align-heading-styles-with-sharepoint-text-web-part
    jrodriguesStorm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c15a91c View commit details
    Browse the repository at this point in the history
  4. git push origin devMerge branch 'mbice-feature/rich-text-align-headin…

    …g-styles-with-sharepoint-text-web-part' into dev
    
    Align heading styles and font sizes with OOB SharePoint
    jrodriguesStorm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4dc5f51 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1706 from mbice/feature/rich-text-align-heading-s…

    …tyles-with-sharepoint-text-web-part
    
    Align RichText heading styles and font sizes with OOB SharePoint text web part
    joelfmrodrigues committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b7806cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cebde1a View commit details
    Browse the repository at this point in the history
  7. changelog

    jrodriguesStorm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5b3e93c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1713 from pnp/dependabot/npm_and_yarn/dev/types/l…

    …odash-4.14.202
    
    Bump @types/lodash from 4.14.194 to 4.14.202
    joelfmrodrigues committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e1dccf2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbd91d6 View commit details
    Browse the repository at this point in the history
  10. changelog

    jrodriguesStorm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    72de471 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Merge pull request #1742 from NishkalankBezawada/Issue-1669-New

    Fixing Issue - 1669 - PeoplePicker returns no results with webAbsoluteUrl and ensureUser
    michaelmaillot committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cf2a4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17afeaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfa8a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request #1739 from pnp/fix/dynamicform-taxonomy-multi

    [DynamicForm] Fixing multi taxonomy field (loading + saving existing item)
    michaelmaillot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bb9bda4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7c7de View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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