Skip to content

Commit

Permalink
v2.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Jun 28, 2022
1 parent b79d9c6 commit f2701a9
Show file tree
Hide file tree
Showing 52 changed files with 533 additions and 141 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* allow showChromeInterations to be disabled + more accurate error msg if extension isn't found ([b452a71](https://github.com/ulixee/ulixee/commit/b452a71927a81a7cb4b95d1fd16e9228585cbbf0))
* **apps:** page performance tweaks ([f1bc076](https://github.com/ulixee/ulixee/commit/f1bc076f8a31523521d46c49db9fdaf549276474))
* **apps:** remove headers from output page ([a1ebe9a](https://github.com/ulixee/ulixee/commit/a1ebe9ae20df4032e341b49fc85dd258112c6389))
* **apps:** reset source map cache ([0b880d1](https://github.com/ulixee/ulixee/commit/0b880d166021771f74953276ae876fc206b95e5d))
* autorun was not setup correctly after previous databox changes ([1fe0c02](https://github.com/ulixee/ulixee/commit/1fe0c027c5ef6f1cbd8f8a11f48d23e0edc97182))
* change ULX_DATABOX_DISABLE_AUTORUN values to be boolean ([3dd2d0a](https://github.com/ulixee/ulixee/commit/3dd2d0adc8ade84c80193ebdadbe8e850f13c712))
* **chromealive:** pipe output ([e49113c](https://github.com/ulixee/ulixee/commit/e49113c25a92bcb274fcead17682d64ef67b9da9))
* **cli:** arg parsing wrong when values needed ([b79d9c6](https://github.com/ulixee/ulixee/commit/b79d9c6869b0b3a17b2bdf3d4b1b5b0140f62309))
* **databox:** chromealive properly resumes databox ([34b7dcf](https://github.com/ulixee/ulixee/commit/34b7dcfdbef91fdbd245679e1dec86d7cb76c024))
* **databox:** convert run later to boolean ([8a79290](https://github.com/ulixee/ulixee/commit/8a79290e2b67fde0e10e80be44e8745755f2344b))
* **databox:** log errors connecting to core ([e9093d0](https://github.com/ulixee/ulixee/commit/e9093d07b7f888c591ff3d9a9e4af66650548d93))
* fixed some issues that the previous databox changes broke ([000f106](https://github.com/ulixee/ulixee/commit/000f106a2052c53a963c6cd706195a9508dc6f63))
* moved ULX_DATABOX_DISABLE_AUTORUN check into databox constructors ([49b2935](https://github.com/ulixee/ulixee/commit/49b29359767bf40ab7d83f1547fd03f0e603f706))
* **playground:** server not shutting down ([e35606c](https://github.com/ulixee/ulixee/commit/e35606c2de1b7bf8605c06233a9fee0bcfa61074))


### Features

* added @ulixee/databox as a standalone tool + databox-for-puppeteer ([94ddf8d](https://github.com/ulixee/ulixee/commit/94ddf8d24c93b12a5b81596a6db12e60016a110e))
* added cores to databox and for-puppeteer + ability to run local databox files ([237f1e9](https://github.com/ulixee/ulixee/commit/237f1e941843d8ca71bfc6c74d3bbc7b048f5d6b))
* added package.dist.json to databox-core ([cc947b4](https://github.com/ulixee/ulixee/commit/cc947b4fc8ac7deca9f294c674a6be560ce95fa1))
* **apps:** save selectors ([dd7bcfd](https://github.com/ulixee/ulixee/commit/dd7bcfd55281088f14e5e8e5f7649f5845379ba2))
* **chromealive:** restarting session mode ([34dee09](https://github.com/ulixee/ulixee/commit/34dee095b0e7e32b2988d604be7cef341332bd79))
* **databox:** better error stacks (no library) ([ab27163](https://github.com/ulixee/ulixee/commit/ab2716373d0d9379d8d9a6fcd0f307c7647346eb))
* databoxes now have core-runtimes ([9a63bd9](https://github.com/ulixee/ulixee/commit/9a63bd9cae3427c71c47cc46d7009b07ae3fed9f))
* every databox core-runtime should check whether databox version is satisfied ([053032f](https://github.com/ulixee/ulixee/commit/053032f1a78d2b9af674baf86f69ebce459c1f46))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)


Expand Down
23 changes: 23 additions & 0 deletions apps/chromealive-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* allow showChromeInterations to be disabled + more accurate error msg if extension isn't found ([b452a71](https://github.com/ulixee/ulixee/commit/b452a71927a81a7cb4b95d1fd16e9228585cbbf0))
* **apps:** remove headers from output page ([a1ebe9a](https://github.com/ulixee/ulixee/commit/a1ebe9ae20df4032e341b49fc85dd258112c6389))
* **apps:** reset source map cache ([0b880d1](https://github.com/ulixee/ulixee/commit/0b880d166021771f74953276ae876fc206b95e5d))
* **chromealive:** pipe output ([e49113c](https://github.com/ulixee/ulixee/commit/e49113c25a92bcb274fcead17682d64ef67b9da9))
* **databox:** chromealive properly resumes databox ([34b7dcf](https://github.com/ulixee/ulixee/commit/34b7dcfdbef91fdbd245679e1dec86d7cb76c024))
* **databox:** convert run later to boolean ([8a79290](https://github.com/ulixee/ulixee/commit/8a79290e2b67fde0e10e80be44e8745755f2344b))


### Features

* added cores to databox and for-puppeteer + ability to run local databox files ([237f1e9](https://github.com/ulixee/ulixee/commit/237f1e941843d8ca71bfc6c74d3bbc7b048f5d6b))
* **apps:** save selectors ([dd7bcfd](https://github.com/ulixee/ulixee/commit/dd7bcfd55281088f14e5e8e5f7649f5845379ba2))
* **chromealive:** restarting session mode ([34dee09](https://github.com/ulixee/ulixee/commit/34dee095b0e7e32b2988d604be7cef341332bd79))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-chromealive-core
Expand Down
26 changes: 13 additions & 13 deletions apps/chromealive-core/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@ulixee/apps-chromealive-core",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"main": "index.js",
"scripts": {
"build": "tsc -b -i"
},
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/apps-chromealive": "2.0.0-alpha.6",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/databox-for-hero": "2.0.0-alpha.6",
"@ulixee/hero-interfaces": "2.0.0-alpha.6",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.6",
"@ulixee/hero-timetravel": "2.0.0-alpha.6",
"@ulixee/net": "2.0.0-alpha.5",
"@unblocked-web/agent": "2.0.0-alpha.4",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.4",
"@ulixee/apps-chromealive": "2.0.0-alpha.7",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"@ulixee/databox-for-hero": "2.0.0-alpha.7",
"@ulixee/hero-interfaces": "2.0.0-alpha.7",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.7",
"@ulixee/hero-timetravel": "2.0.0-alpha.7",
"@ulixee/net": "2.0.0-alpha.6",
"@unblocked-web/agent": "2.0.0-alpha.5",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.5",
"@unblocked-web/specifications": "2.0.0-alpha.3",
"fuse.js": "^6.5.3",
"nanoid": "^3.1.30"
},
"peerDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.6"
"@ulixee/hero-core": "2.0.0-alpha.7"
},
"devDependencies": {
"@types/chrome": "^0.0.154",
"@ulixee/hero-testing": "2.0.0-alpha.6",
"@ulixee/hero-testing": "2.0.0-alpha.7",
"linkedom": "^0.13.0"
}
}
11 changes: 11 additions & 0 deletions apps/chromealive-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* **apps:** page performance tweaks ([f1bc076](https://github.com/ulixee/ulixee/commit/f1bc076f8a31523521d46c49db9fdaf549276474))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-chromealive-extension
Expand Down
10 changes: 5 additions & 5 deletions apps/chromealive-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive-extension",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"license": "MIT",
"description": "Chrome extension helps ChromeAlive work",
Expand All @@ -19,10 +19,10 @@
"@babel/runtime-corejs3": "^7.13.10",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.6",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/hero-interfaces": "2.0.0-alpha.6",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.7",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"@ulixee/hero-interfaces": "2.0.0-alpha.7",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
"nanoid": "^3.1.30",
Expand Down
17 changes: 17 additions & 0 deletions apps/chromealive-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* **databox:** convert run later to boolean ([8a79290](https://github.com/ulixee/ulixee/commit/8a79290e2b67fde0e10e80be44e8745755f2344b))


### Features

* **apps:** save selectors ([dd7bcfd](https://github.com/ulixee/ulixee/commit/dd7bcfd55281088f14e5e8e5f7649f5845379ba2))
* **chromealive:** restarting session mode ([34dee09](https://github.com/ulixee/ulixee/commit/34dee095b0e7e32b2988d604be7cef341332bd79))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-chromealive-interfaces
Expand Down
4 changes: 2 additions & 2 deletions apps/chromealive-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ulixee/apps-chromealive-interfaces",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"scripts": {},
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/hero-interfaces": "2.0.0-alpha.6",
"@ulixee/hero-interfaces": "2.0.0-alpha.7",
"@unblocked-web/specifications": "2.0.0-alpha.3"
}
}
19 changes: 19 additions & 0 deletions apps/chromealive-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* **apps:** page performance tweaks ([f1bc076](https://github.com/ulixee/ulixee/commit/f1bc076f8a31523521d46c49db9fdaf549276474))
* **apps:** remove headers from output page ([a1ebe9a](https://github.com/ulixee/ulixee/commit/a1ebe9ae20df4032e341b49fc85dd258112c6389))
* **chromealive:** pipe output ([e49113c](https://github.com/ulixee/ulixee/commit/e49113c25a92bcb274fcead17682d64ef67b9da9))
* **databox:** convert run later to boolean ([8a79290](https://github.com/ulixee/ulixee/commit/8a79290e2b67fde0e10e80be44e8745755f2344b))


### Features

* **chromealive:** restarting session mode ([34dee09](https://github.com/ulixee/ulixee/commit/34dee095b0e7e32b2988d604be7cef341332bd79))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-chromealive-ui
Expand Down
8 changes: 4 additions & 4 deletions apps/chromealive-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive-ui",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -16,9 +16,9 @@
"@babel/runtime-corejs3": "^7.13.10",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/hero-interfaces": "2.0.0-alpha.6",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"@ulixee/hero-interfaces": "2.0.0-alpha.7",
"@unblocked-web/specifications": "2.0.0-alpha.3",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
Expand Down
12 changes: 12 additions & 0 deletions apps/chromealive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)


### Bug Fixes

* allow showChromeInterations to be disabled + more accurate error msg if extension isn't found ([b452a71](https://github.com/ulixee/ulixee/commit/b452a71927a81a7cb4b95d1fd16e9228585cbbf0))
* **playground:** server not shutting down ([e35606c](https://github.com/ulixee/ulixee/commit/e35606c2de1b7bf8605c06233a9fee0bcfa61074))





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-chromealive
Expand Down
4 changes: 2 additions & 2 deletions apps/chromealive/package.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "./index.js",
"devDependencies": {},
"dependencies": {
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"compare-versions": "^3.6.0",
"progress": "^2.0.3",
"tar": "^6.1.11",
Expand Down
8 changes: 4 additions & 4 deletions apps/chromealive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"license": "MIT",
"description": "ChromeAlive! powers iterative Ulixee Hero web scraping in the Chrome browser.",
Expand All @@ -21,9 +21,9 @@
],
"dependencies": {
"@electron/remote": "^2.0.5",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/net": "2.0.0-alpha.5",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"@ulixee/net": "2.0.0-alpha.6",
"compare-versions": "^3.6.0",
"electron-context-menu": "^3.1.2",
"electron-log": "^4.4.6",
Expand Down
8 changes: 8 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)

**Note:** Version bump only for package @ulixee/apps-desktop





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-desktop
Expand Down
14 changes: 7 additions & 7 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-desktop",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -16,12 +16,12 @@
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/apps-chromealive-core": "2.0.0-alpha.6",
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/databox-core": "2.0.0-alpha.6",
"@ulixee/databox-for-hero": "2.0.0-alpha.6",
"@ulixee/server": "2.0.0-alpha.6",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.4",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.7",
"@ulixee/commons": "2.0.0-alpha.6",
"@ulixee/databox-core": "2.0.0-alpha.7",
"@ulixee/databox-for-hero": "2.0.0-alpha.7",
"@ulixee/server": "2.0.0-alpha.7",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.5",
"electron-log": "^4.4.6",
"electron-positioner": "^4.1.0",
"electron-updater": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions apps/menubar-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)

**Note:** Version bump only for package @ulixee/apps-menubar-ui





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/apps-menubar-ui
Expand Down
2 changes: 1 addition & 1 deletion apps/menubar-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-menubar-ui",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)

**Note:** Version bump only for package @ulixee/cli





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

**Note:** Version bump only for package @ulixee/cli
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.5",
"@ulixee/commons": "2.0.0-alpha.6",
"commander": "^9.3.0"
}
}
Loading

0 comments on commit f2701a9

Please sign in to comment.