Skip to content

Commit

Permalink
Merge branch 'next' into prop-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
hughess committed Jan 24, 2025
2 parents 8cc1a73 + 85c29f6 commit 2802c17
Show file tree
Hide file tree
Showing 697 changed files with 20,069 additions and 9,082 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-books-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Add print behavior for components with hidden content
5 changes: 0 additions & 5 deletions .changeset/cuddly-peas-do.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@evidence-dev/core-components': patch
---

fixed table header chevron layout shift
Add Info component
5 changes: 5 additions & 0 deletions .changeset/eleven-planets-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/evidence': patch
---

double url encoding
5 changes: 5 additions & 0 deletions .changeset/itchy-donkeys-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Add simple wrapper components for common HTML usgae
5 changes: 5 additions & 0 deletions .changeset/metal-walls-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/sdk': patch
---

Fix: Ensure that length is loaded before we returned undefined for out of range indeces
5 changes: 5 additions & 0 deletions .changeset/modern-rivers-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/preprocess': patch
---

Use summary large image on twitter
5 changes: 5 additions & 0 deletions .changeset/shiny-rocks-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': minor
---

Chart upgrades and spacing improvements
5 changes: 5 additions & 0 deletions .changeset/strange-seals-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Add ignoreZoom option to maps
5 changes: 5 additions & 0 deletions .changeset/violet-planes-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/preprocess': patch
---

Eliminate requirement to add blank lines to get markdown formatting
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100
8 changes: 7 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ packages/evidence/scripts/svelte.config.js
packages/ui/icons/src

# Don't lint playwright reports
**/playwright-report*
**/playwright-report*

storybook-static

# This is an invalid test file that should be ignored
**/invalid.js
**/noExport.js
3 changes: 1 addition & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [next]
paths:
- 'packages/**'
- '!packages/extension/**'
- 'sites/example-project/**'

jobs:
Expand All @@ -20,8 +21,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run-tests:
needs:
- find-e2e-test-projects

timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand All @@ -31,14 +31,8 @@ jobs:
isMain:
- ${{ github.base_ref == 'main' }}
exclude:
- isMain: false
node-version: 18
- isMain: false
node-version: 20
- isMain: false
os: macOS-latest
- isMain: false
os: windows-latest

name: e2e/${{ matrix.project }}/${{ matrix.os }}/node-${{ matrix.node-version}}
runs-on: ${{ matrix.os }}
Expand All @@ -52,8 +46,6 @@ jobs:

- name: Action Setup (pnpm)
uses: pnpm/action-setup@v4
with:
version: 8

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -67,6 +59,10 @@ jobs:
- name: Install Playwright and browsers
run: pnpm playwright install --with-deps

- name: Run setup
working-directory: ./e2e/${{ matrix.project }}
run: pnpm run --if-present setup

- name: Run sources
working-directory: ./e2e/${{ matrix.project }}
run: pnpm run sources
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9
- name: Set up node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
isMain:
- ${{ github.base_ref == 'main' }}
exclude:
- isMain: false
node-version: 18
- isMain: false
node-version: 20
- isMain: false
os: macOS-latest

steps:
- run: git config --global core.autocrlf false
Expand All @@ -40,8 +36,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9

- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ packages/extension/.DS_Store
packages/ui/core-components/coverage
sites/docs/.evidence/meta/query-cache/hashes.json

priority_support_users.csv
priority_support_users.csv

evidence-*.tgz
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.11.0
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ yarn.lock
/packages/components/*
**/dist/*
.changeset/*
vercel.json

*.yaml
/packages/ui/storybook-static/*
Expand All @@ -32,4 +33,7 @@ yarn.lock
**/node_modules
**/**/node_modules
packages/lib/sdk/types
packages/ui/icons/src
packages/ui/icons/src

# This is an invalid test file that should be ignored
**/invalid.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See docs for [other install options](https://docs.evidence.dev/getting-started/i
# Publish

- [Evidence Cloud](https://evidence.dev/cloud) is the easiest way to securely host your app. It's free to get started.
- [Self-hosted](https://docs.evidence.dev/deployment/overview) options include Netlify, Vercel, your own infra, and other static site hosting platforms.
- [Self-hosted](https://docs.evidence.dev/deployment/overview/#self-host) options include Netlify, Vercel, your own infra, and other static site hosting platforms.

# Join the Evidence Community

Expand Down
112 changes: 112 additions & 0 deletions e2e/base-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,117 @@
# e2e-base-path

## 0.0.14

### Patch Changes

- Updated dependencies [ddb09ae6a]
- @evidence-dev/evidence@40.0.5
- @evidence-dev/core-components@5.0.5

## 0.0.13

### Patch Changes

- Updated dependencies [0d6e938f4]
- Updated dependencies [9324590f8]
- Updated dependencies [4e1829b38]
- Updated dependencies [dd4e4724f]
- Updated dependencies [700ea77f8]
- Updated dependencies [b28d4cf25]
- Updated dependencies [1190af0f0]
- Updated dependencies [8b8965525]
- Updated dependencies [1dceaa2e0]
- Updated dependencies [4d6d41dde]
- Updated dependencies [c63773aa4]
- Updated dependencies [730321d90]
- Updated dependencies [b058d924c]
- Updated dependencies [a6f4c6721]
- Updated dependencies [87ee3d66c]
- Updated dependencies [5ab144e70]
- Updated dependencies [e6fa72acd]
- Updated dependencies [eda30637a]
- Updated dependencies [70cb324ae]
- @evidence-dev/core-components@5.0.4
- @evidence-dev/evidence@40.0.4

## 0.0.12

### Patch Changes

- Updated dependencies [a9edd3377]
- Updated dependencies [d8d7b456f]
- Updated dependencies [b1aa2410e]
- Updated dependencies [1a6a3568a]
- Updated dependencies [b92827ff6]
- Updated dependencies [0b90a34f9]
- Updated dependencies [ee52c8188]
- Updated dependencies [0f09fff03]
- Updated dependencies [706963a42]
- @evidence-dev/core-components@5.0.3
- @evidence-dev/evidence@40.0.3

## 0.0.11

### Patch Changes

- Updated dependencies [2efb8df3e]
- @evidence-dev/evidence@40.0.2
- @evidence-dev/core-components@5.0.2

## 0.0.10

### Patch Changes

- @evidence-dev/evidence@40.0.1
- @evidence-dev/core-components@5.0.1

## 0.0.9

### Patch Changes

- Updated dependencies [e2c95d172]
- Updated dependencies [d88e86119]
- @evidence-dev/evidence@40.0.0
- @evidence-dev/core-components@5.0.0

## 0.0.8

### Patch Changes

- Updated dependencies [cb5687cd9]
- Updated dependencies [c4f46da37]
- @evidence-dev/sqlite@2.0.7
- @evidence-dev/evidence@39.2.3
- @evidence-dev/bigquery@2.0.9
- @evidence-dev/csv@1.0.14
- @evidence-dev/databricks@1.0.8
- @evidence-dev/duckdb@1.0.13
- @evidence-dev/motherduck@1.0.4
- @evidence-dev/mssql@1.1.2
- @evidence-dev/mysql@1.1.4
- @evidence-dev/postgres@1.0.7
- @evidence-dev/snowflake@1.2.2
- @evidence-dev/trino@1.0.9
- @evidence-dev/core-components@4.9.2

## 0.0.7

### Patch Changes

- Updated dependencies [4d1ecd921]
- Updated dependencies [1f343b638]
- Updated dependencies [b3465c45d]
- Updated dependencies [fe1fa3d6b]
- @evidence-dev/core-components@4.9.1
- @evidence-dev/evidence@39.2.2

## 0.0.6

### Patch Changes

- Updated dependencies [9043ff73c]
- @evidence-dev/evidence@39.2.1

## 0.0.5

### Patch Changes
Expand Down
23 changes: 22 additions & 1 deletion e2e/base-path/evidence.config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
deployment:
basePath: /my-base-path
basePath: /my-base-path

plugins:
components:
# This loads all of evidence's core charts and UI components
# You probably don't want to edit this dependency unless you know what you are doing
"@evidence-dev/core-components": {}

datasources:
# You can add additional datasources here by adding npm packages.
# Make to also add them to `package.json`.
"@evidence-dev/bigquery": { }
"@evidence-dev/csv": { }
"@evidence-dev/databricks": { }
"@evidence-dev/duckdb": { }
"@evidence-dev/mssql": { }
"@evidence-dev/mysql": { }
"@evidence-dev/postgres": { }
"@evidence-dev/snowflake": { }
"@evidence-dev/sqlite": { }
"@evidence-dev/trino": { }
"@evidence-dev/motherduck": { }
20 changes: 0 additions & 20 deletions e2e/base-path/evidence.plugins.yaml

This file was deleted.

Loading

0 comments on commit 2802c17

Please sign in to comment.