Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: init vite plugin to render boards #1166

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ad690d3
feat: init vite plugin to render boards
cylon3035 Sep 9, 2024
3693faf
fix: lint
cylon3035 Sep 9, 2024
e846d2a
readme, version
cylon3035 Sep 9, 2024
d51de34
build script
cylon3035 Sep 10, 2024
491c717
accept relative path
cylon3035 Sep 10, 2024
c69cf12
fix: version after merge
cylon3035 Sep 10, 2024
6d2fc4c
version correction
cylon3035 Sep 23, 2024
fa53005
4.3.2-next.0
cylon3035 Sep 23, 2024
466ffcd
split node and client
cylon3035 Jan 2, 2025
fcbb8e9
fix load and resolve
cylon3035 Jan 14, 2025
7b1e4f6
add test
cylon3035 Jan 15, 2025
9080c60
crappy ix test better than no test
cylon3035 Jan 17, 2025
1d48909
adjust to esm from mster after rebase
cylon3035 Jan 17, 2025
2105bb1
Merge branch 'master' into serhiiz/vite-board-rendering
plisovyi Jan 23, 2025
dec76a6
refactor: CRs
plisovyi Jan 23, 2025
ec6c579
refactor: CRs
plisovyi Jan 23, 2025
5e8fe01
refactor: CRs
plisovyi Jan 23, 2025
e83c1d4
fix
plisovyi Jan 23, 2025
23bf548
bring back optimize dependencies since cjs is back
cylon3035 Jan 27, 2025
a649312
test: separate unit and it tests and extend it suite
plisovyi Jan 27, 2025
dbb903a
test: fix test names
plisovyi Jan 27, 2025
4ee8e23
Merge branch 'master' into serhiiz/vite-board-rendering
plisovyi Jan 27, 2025
84d15b7
remove vite-ignore, handle config change
cylon3035 Jan 29, 2025
e71fbb0
Merge branch 'master' into serhiiz/vite-board-rendering
cylon3035 Jan 29, 2025
55207b5
remove: unit tests, unused types; add test
cylon3035 Jan 30, 2025
9de2a09
change chai expect
cylon3035 Jan 30, 2025
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
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for (const config of pluginTypescript.configs.recommendedTypeChecked) {

/** @type {import('eslint').Linter.Config[]} */
export default [
{ ignores: ['**/dist/'] },
{ ignores: ['**/dist/', '**/test-kit/fixtures'] },
pluginJs.configs.recommended,
pluginReact.configs.flat.recommended,
pluginReact.configs.flat['jsx-runtime'],
Expand Down
Loading
Loading