Skip to content
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
6 changes: 6 additions & 0 deletions .changeset/bright-lions-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@plextv/react-lightning-components": patch
"@plextv/react-native-lightning-components": patch
---

feat: Add VirtualList component for fast virtualized lists with view recycling
13 changes: 13 additions & 0 deletions .changeset/cold-pens-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@plextv/react-lightning": patch
"@plextv/react-lightning-plugin-css-transform": patch
"@plextv/react-lightning-plugin-flexbox": patch
"@plextv/react-lightning-plugin-flexbox-lite": patch
"@plextv/react-lightning-plugin-reanimated": patch
"@plextv/react-native-lightning": patch
"@plextv/vite-plugin-msdf-fontgen": patch
"@plextv/vite-plugin-react-native-lightning": patch
"@plextv/vite-plugin-react-reanimated-lightning": patch
---

chore: Update dependencies and migrate from Biome to oxc
5 changes: 5 additions & 0 deletions .changeset/gentle-foxes-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@plextv/react-native-lightning": patch
---

feat: Export `NativeCanvas` for embedding a Lightning canvas inside a React Native Lightning tree.
5 changes: 5 additions & 0 deletions .changeset/swift-hawks-dive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@plextv/react-lightning-plugin-flexbox": patch
---

refactor: Rework YogaManager, LightningManager, and the worker pipeline for faster prop translation and a non-flex fast path.
5 changes: 5 additions & 0 deletions .changeset/warm-clouds-rise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@plextv/react-lightning": patch
---

feat: Add NodeResizeObserver, FocusManager.setFocusedChild, the `resized` element event, and a CanvasProps type export.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v6.0.0
with:
node-version-file: package.json
cache: "pnpm"
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Packages
on:
workflow_dispatch:
workflow_run:
workflows: ["Run tests"]
workflows: ['Run tests']
branches: [main]
types:
- completed
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
- uses: actions/setup-node@v6.0.0
with:
node-version-file: package.json
cache: "pnpm"
registry-url: "https://registry.npmjs.org"
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -46,8 +46,8 @@ jobs:
uses: changesets/action@v1.5.3
with:
version: pnpm run ci:version
commit: "chore: Update versions"
title: "chore: Update versions"
commit: 'chore: Update versions'
title: 'chore: Update versions'
publish: pnpm run ci:publish
env:
# When you use the repository's GITHUB_TOKEN to perform tasks, events
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: "pnpm"
cache: 'pnpm'

- run: pnpm install --frozen-lockfile

Expand Down
11 changes: 11 additions & 0 deletions .oxfmtrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"singleQuote": true,
"insertFinalNewline": true,
"trailingComma": "all",
"experimentalSortImports": {
"internalPattern": ["@plextv/", "@repo/"],
"partitionByNewline": false
},
"ignorePatterns": [".changeset", "**/public", "**/dist"]
}
24 changes: 24 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": [
"eslint",
"typescript",
"unicorn",
"oxc",
"react",
"react-perf",
"jsx-a11y",
"import"
],
"rules": {
"typescript/consistent-type-imports": "error",
"typescript/no-non-null-assertion": "error",
"react-hooks/exhaustive-deps": "off",
"jsx-a11y/no-autofocus": "off",
"jsx-a11y/no-static-element-interactions": "off",
"jsx-a11y/alt-text": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
"jsx-a11y/click-events-have-key-events": "off"
},
"ignorePatterns": ["dist", ".changeset", "**/public"]
}
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"recommendations": [
"biomejs.biome"
]
"recommendations": ["oxc.oxc-vscode"]
}
30 changes: 11 additions & 19 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,30 @@
{
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
"source.fixAll.oxc": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"lightningjs",
"threadx"
],
"biome.enabled": true,
"biome.lsp.bin": "./node_modules/.bin/biome",
"js/ts.tsdk.path": "node_modules/typescript/lib",
"oxc.enable.oxfmt": true,
"oxc.enable.oxlint": true,
"json.schemas": [
{
"fileMatch": [
"manifest.json"
],
"fileMatch": ["manifest.json"],
"url": "https://json.schemastore.org/chrome-manifest.json"
}
],
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"vitest.disableWorkspaceWarning": true
}
}
Loading
Loading