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

v3.3.0 merge #1001

Merged
merged 90 commits into from
Aug 25, 2021
Merged

v3.3.0 merge #1001

merged 90 commits into from
Aug 25, 2021

Conversation

estruyf
Copy link
Member

@estruyf estruyf commented Aug 25, 2021

New control(s)

  • LivePersona: New Control LivePersona #969
  • ListItemComments: New Control ListItemComments #979

Enhancements

  • FilePicker: spanish translation for Stock Images labels #946
  • FilePicker: Add support for a defaultFolderAbsolutePath prop #947
  • DynamicForm: Returning PnPJS IItem in onSubmitted event based on returnListItemInstanceOnSubmit property #944
  • DateTimePicker: Add property for minutes dropdown increment #939
  • ListItemPicker: add property to show all options by default #955
  • ListItemPicker: Missing translation keys, improved FI, NL translation #957
  • TaxonomyPicker: Added onNewTerm called when enter is pressed #967
  • DynamicForm: Principal Types support #956
  • DateTimePicker: Expose allowTextInput from the underlying date picker #928
  • Dynamic Form: Show field descriptions #975

AJIXuMuK and others added 29 commits August 6, 2021 15:27
…LT-SELECTED-ITEMS

feat/#958 Add selected items for groups
* commit chnages new conbtrol listItemComments

* ListItemComments changes Update

* ListItemComments changes Update

* commit changes

* commit chnages on List Item Comments

* commit add docs to ListItemComments

* commit chnages on listItem comments and control test

* Update ListItemComments.md

* commit add strings to ListItemComments

* Update mystrings.d.ts

remove extra empty spaces

* commit changes on strings ListItemComments

* commit chnages ListItemCOmments strings

* Update pt-pt.ts

remove extra space

* Update ru-ru.ts

Add missing strings

* commit changes remove @fluentui/react

Co-authored-by: Joel Rodrigues <[email protected]>
Change the link from @OfficeDev to the new Twitter account on @m365pnp
…amicForm

changed fx-controls-react/lib/DynamicForm to @pnp/spfx-controls-react/lib/DynamicForm
changed <DynamicForm 
          context={this.props.context} 
          listId={"3071c058-549f-461d-9d73-8b9a52049a80"}  
          listItemId={1}>
          onCancelled={() => { console.log('Cancelled') }}
          onBeforeSubmit={(async listItem) => { return true; }}
          onSubmitError={(listItem, error) => { alert(error.message); }}
          onSubmitted={async (listItemData) => { console.log(listItemData); }}>
</DynamicForm> 

to 

<DynamicForm 
          context={this.props.context} 
          listId={"3071c058-549f-461d-9d73-8b9a52049a80"}  
          listItemId={1}
          onCancelled={() => { console.log('Cancelled') }}
          onBeforeSubmit={async (listItem) => { return true; }}
          onSubmitError={(listItem, error) => { alert(error.message); }}
          onSubmitted={async (listItemData) => { console.log(listItemData); }}>
</DynamicForm>
fx-controls-react/lib/DynamicForm to @pnp/spfx-controls-react/lib/Dyn…
@estruyf estruyf merged commit 7b19b3d into master Aug 25, 2021
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.