Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/spotty-elephants-cough.md

This file was deleted.

1 change: 1 addition & 0 deletions examples/multieditor-with-react/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
16,008 changes: 0 additions & 16,008 deletions examples/multieditor-with-react/package-lock.json

This file was deleted.

31 changes: 13 additions & 18 deletions examples/multieditor-with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,20 @@
"@agile-ts/core": "file:.yalc/@agile-ts/core",
"@agile-ts/multieditor": "file:.yalc/@agile-ts/multieditor",
"@agile-ts/react": "file:.yalc/@agile-ts/react",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"libphonenumber-js": "^1.9.3",
"material-ui": "^0.20.2",
"react": "^17.0.1",
"react-confetti": "^6.0.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"sweetalert2": "^10.9.1",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
"react-scripts": "3.4.3",
"typescript": "^3.9.7"
},
"devDependencies": {
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -34,8 +30,7 @@
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"react-app"
]
},
"browserslist": {
Expand Down
6 changes: 5 additions & 1 deletion examples/multieditor-with-react/src/core/agile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Agile, globalBind } from "@agile-ts/core";

const App = new Agile({ logJobs: true });
const App = new Agile({
logConfig: {
active: true,
},
});

export default App;

Expand Down
6,323 changes: 3,053 additions & 3,270 deletions examples/multieditor-with-react/yarn.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions examples/react-typescript/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ export const MY_COLLECTION = App.Collection<collectionValueInterface>(
MY_COLLECTION.collect({ id: "id1", name: "test" });
MY_COLLECTION.collect({ id: "id2", name: "test2" }, "myGroup");
MY_COLLECTION.update("id1", { id: "id1Updated", name: "testUpdated" });
MY_COLLECTION.getGroup("myGroup")?.persist({
followCollectionPersistKeyPattern: true,
});
MY_COLLECTION.getGroup("myGroup")?.persist({ followCollectionPattern: true });

console.log("Initial: myCollection ", clone(MY_COLLECTION));

Expand Down
12 changes: 8 additions & 4 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Change Log

## 0.0.6

### Patch Changes

- 86e6890: Updated Tests in Core | Fixed some Bugs
- Updated dependencies [86e6890]
- @agile-ts/core@0.0.6

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

**Note:** Version bump only for package @agile-ts/api





## 0.0.4 (2020-11-03)

**Note:** Version bump only for package @agile-ts/api
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/api",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand All @@ -18,7 +18,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.0.4"
"@agile-ts/core": "^0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 6 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Change Log

## 0.0.6

### Patch Changes

- 86e6890: Updated Tests in Core | Fixed some Bugs

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

**Note:** Version bump only for package @agile-ts/core





## 0.0.4 (2020-11-03)

**Note:** Version bump only for package @agile-ts/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/core",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/multieditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agile-ts/multieditor

## 0.0.6
### Patch Changes

- 86e6890: Updated Tests in Core | Fixed some Bugs
- Updated dependencies [86e6890]
- @agile-ts/core@0.0.6
4 changes: 2 additions & 2 deletions packages/multieditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/multieditor",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand All @@ -18,7 +18,7 @@
"@agile-ts/core": "file:../core"
},
"peerDependencies": {
"@agile-ts/core": "^0.0.4"
"@agile-ts/core": "^0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 8 additions & 4 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Change Log

## 0.0.6

### Patch Changes

- 86e6890: Updated Tests in Core | Fixed some Bugs
- Updated dependencies [86e6890]
- @agile-ts/core@0.0.6

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/agile-ts/agile/compare/v0.0.4...v0.0.5) (2020-11-05)

**Note:** Version bump only for package @agile-ts/react





## 0.0.4 (2020-11-03)

**Note:** Version bump only for package @agile-ts/react
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/react",
"version": "0.0.5",
"version": "0.0.6",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand All @@ -21,7 +21,7 @@
},
"peerDependencies": {
"react": "^16.13.1",
"@agile-ts/core": "^0.0.4"
"@agile-ts/core": "^0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
Loading