Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed Dec 9, 2020
1 parent 42eecdc commit 81c2b7e
Show file tree
Hide file tree
Showing 47 changed files with 1,275 additions and 6,224 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- `FilteredListViewModel` in @frui.ts/datascreens has new extension/customization points: `cloneFilterForApply()` and `createFilter()`.

- BREAKING: Props of `<View />` changed: `fallbackMode: "message" | "children"`. In case `"children"` is set, the children props of the `<View />` component is rendered when no view is found. You can use `"children"` instead of the original `"empty"`.
- BREAKING: `getValue` and `setValue` hooks accept `target` and `property` arguments instead of single `props`.
- BREAKING: `getValue` and `setValue` hooks accept `target` and `property` arguments instead of a single `props`.
- Binding types changed. You can use the third type parameter of `IBindingProps<TTarget, TProperty, TValue>` to restrict the binding target value type.

- `IApiConnector` and `FetchApiConnector` changes:
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ The repository comes with ESlint and Prettier configured. Make sure that you run

This is open-source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers, the goal is to make the ride as smooth as possible.

## Dependencies

Before updating Jest, make sure that CRA in example apps is compatible with the new version.

## Licensing and legal rights
By contributing to Frui.ts:
- You agree that your contributions will be licensed under its MIT License.
Expand Down
5 changes: 3 additions & 2 deletions examples/complexdemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^24.0.0",
"@types/node": "^14.0.13",
"@types/jest": "^24.9.1",
"@types/node": "^14.14.11",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.0",
"babel-jest": "24.9.0",
"bootstrap": "^4.5.0",
"inversify": "^5.0.1",
"mobx": "4",
Expand Down
209 changes: 13 additions & 196 deletions examples/complexdemo/yarn.lock

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions examples/redminedemo/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions examples/redminedemo/__tests__/demo.dataAccess.test.ts

This file was deleted.

52 changes: 0 additions & 52 deletions examples/redminedemo/package.json

This file was deleted.

40 changes: 0 additions & 40 deletions examples/redminedemo/src/controls/dropDown.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions examples/redminedemo/src/controls/formField.tsx

This file was deleted.

56 changes: 0 additions & 56 deletions examples/redminedemo/src/controls/pager.tsx

This file was deleted.

45 changes: 0 additions & 45 deletions examples/redminedemo/src/controls/sortingHeader.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions examples/redminedemo/src/controls/textBox.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions examples/redminedemo/src/controls/types.ts

This file was deleted.

Loading

0 comments on commit 81c2b7e

Please sign in to comment.