Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

chore(deps): update dependency uniforms to v3.10.2 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 9, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uniforms (source) 3.0.0 -> 3.10.2 age adoption passing confidence

Release Notes

vazco/uniforms

v3.10.2

Compare Source

  • Fixed: Compatibility with Simple Schema v3 (on a basic level; full compatibility will be released in v4). #​1189

v3.10.1

Compare Source

  • Fixed: Problems with DateField not always formatting correctly. #​1162
  • Fixed: Problems with DateField not always rendering correctly. #​1138
  • Fixed: Warning when the form got unmounted during submit. #​1152

v3.10.0

Compare Source

  • Added: Support for enums in GraphQLSchemaBridge. #​1135
  • Fixed: Handling errors of fields with dots names in JSONSchemaBrdige. #​1131

v3.9.1

Compare Source

  • Optimized: The kind="leaf" fields created using connectField will skip unnecessary context providers. #​1108

v3.9.0

Compare Source

  • Added: Handling of type="date" in DateField. #​1099

v3.8.1

Compare Source

  • Added: Fixed RegExp compatibility with Safari. #​1088

v3.8.0

Compare Source

  • Added: Support of complex names in joinName. #​963

v3.7.0

Compare Source

  • Added: New context property: formRef. #​974
  • Changed: Both minCount and maxCount JSON Schema properties are now registered in filterDOMProps by default. #​981
  • Changed: Return type of getNativeFormProps. #​1037
  • Fixed: Error message when using useField without name. #​976

v3.6.2

Compare Source

  • Fixed: Handling of initialValue in NumField. #​969
  • Fixed: Handling of label in BoolField in uniforms-semantic. #​1042
  • Fixed: Handling of type in both SimpleSchema-based bridges. #​1039

v3.6.1

Compare Source

  • Fixed: All components in uniforms-material are now respecting the theme correctly. #​993
  • Fixed: Build configuration. #​1001
  • Fixed: Types of ListAddField and ListDelField in uniforms-antd for antd@4.16.13. #​1004

v3.6.0

Compare Source

  • Added: Explicit form types. #​1003
  • Added: Support for changing field value in changedKeys. #​982
  • Added: Support for recursive $refs in JSONSchemaBrdige. #​1006
  • Fixed: Default values resolution in SimpleSchema bridges. #​1008

v3.5.5

Compare Source

  • Fixed: Types of DateField, LongTextField, NumField, and TextField in uniforms-material are now correctly based on TextFieldProps. #​987

v3.5.4

Compare Source

  • Fixed: Invalid publish occurred. Sorry!

v3.5.3

Compare Source

  • Fixed: All package paths in package.json are now relative. #​992

v3.5.2

Compare Source

  • Fixed: All bridge methods are now unified between bridges. #​957
  • Fixed: Incorrect module usage in package.json. None of the uniforms packages requires special Babel handling anymore (e.g., meteor.nodeModules.recompile in Meteor). #​986
  • Fixed: FieldProps problems with type unions. #​971
  • Optimized: The JSONSchemaBridge is now much faster. #​957

v3.5.1

Compare Source

  • Fixed: Incorrect label placing of DateField in uniforms-material. #​961
  • Fixed: Incorrect null handling in getErrorMessages in GraphQLSchemaBridge. #​950

v3.5.0

Compare Source

  • Changed: Bumped minimal required version of tslib to 2.2.0. #​949
  • Fixed: Handling of object fields with no properties in JSONSchemaBridge. #​934
  • Fixed: Simplified typings of all field components. #​949
  • Fixed: TypeScript error in uniforms-bootstrap4. #​904
  • Optimized: The changedKeys helper. #​953

v3.4.0

Compare Source

  • Added: Ajv v8 support in JSONSchemaBridge. #​923
  • Added: New showInlineError on AutoFields. #​827
  • Added: Success styling in all Bootstrap themes. #​899
  • Fixed: Handling of more anyOf cases in JSONSchemaBridge. #​919
  • Fixed: Leaking setTimeout of BaseForm. #​920
  • Optimized: The filterDOMProps helper. #​939
  • Optimized: The joinName helper. #​935

v3.3.0

Compare Source

  • Added: Compatibility with React v17. #​859
  • Added: New context property: submitted. #​889
  • Added: New theme: uniforms-bootstrap5. #​874
  • Fixed: Accessibility problems in many components. #​867
  • Fixed: Handling of initialCount in optional list fields. #​875
  • Fixed: Handling of JSONSchemaBridge errors with top-level fields containing spaces. #​909

v3.2.1

Compare Source

  • Fixed: Incorrect typings of some functions as methods. #​887
  • Fixed: Invalid sideEffect configuration in uniforms-bridge-simple-schema and uniforms-bridge-simple-schema-2. #​888
  • Fixed: Styling of SelectField in uniforms-semantic. #​873

v3.2.0

Compare Source

  • Added: Error styling to ListField in uniforms-antd. #​844
  • Added: New layout prop in BaseForm in uniforms-antd to match AntD capabilities. #​861
  • Added: The sideEffects flag to let bundlers do better at tree shaking. #​843

v3.1.0

Compare Source

  • Added: New readOnly prop in all form and field components. #​674
  • Added: Replacable AutoField component. #​640
  • Added: Support for HTML multiselects in SelectField prop in all themes. #​737

v3.0.1

Compare Source

  • Fixed: Missing step prop in NumField in uniforms-material. #​855
  • Fixed: Unified NumField behavior across themes. #​856

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0-rc.3 chore(deps): update dependency uniforms to v3.0.0-rc.4 Sep 9, 2020
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0-rc.4 chore(deps): update dependency uniforms to v3.0.0-rc.5 Sep 30, 2020
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0-rc.5 chore(deps): update dependency uniforms to v3.0.0-rc.6 Oct 26, 2020
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0-rc.6 chore(deps): update dependency uniforms to v3.0.0-rc.8 Dec 6, 2020
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0-rc.8 chore(deps): update dependency uniforms to v3.0.0 Jan 24, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.0 chore(deps): update dependency uniforms to v3.0.1 Feb 1, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.0.1 chore(deps): update dependency uniforms to v3.1.0 Feb 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.1.0 chore(deps): update dependency uniforms to v3.4.0 Apr 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.4.0 chore(deps): update dependency uniforms to v3.5.0 May 12, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.5.0 chore(deps): update dependency uniforms to v3.5.1 May 17, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.5.1 chore(deps): update dependency uniforms to v3.6.2 Oct 18, 2021
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.6.2 chore(deps): update dependency uniforms to v3.8.1 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.8.1 chore(deps): update dependency uniforms to v3.9.0 Apr 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.9.0 chore(deps): update dependency uniforms to v3.9.1 May 16, 2022
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.9.1 chore(deps): update dependency uniforms to v3.10.0 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.10.0 chore(deps): update dependency uniforms to v3.10.1 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency uniforms to v3.10.1 chore(deps): update dependency uniforms to v3.10.2 Jan 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants