Commit Graph

  • f67c540d1a update deps main AykutSarac 2026-05-15 13:36:28 +03:00
  • ffd250b5cb chore: update version number to 0.1.2 in manifest.json AykutSarac 2026-04-22 23:59:06 +03:00
  • 16b1cd2c1c feat: move collapse/expand feature to jsoncrack-react package AykutSarac 2026-04-22 23:57:54 +03:00
  • 294f88b14b chore: update version numbers in package.json and manifest.json AykutSarac 2026-04-22 22:55:35 +03:00
  • 142deb6912 refactor: simplify getJsonSource function and improve JSON detection logic AykutSarac 2026-04-19 10:00:38 +03:00
  • e193247c0b fix: add missing border-radius to .foreignObject class in Node.module.css AykutSarac 2026-04-18 11:05:28 +03:00
  • 3308b22e8b refactor: remove unused files AykutSarac 2026-04-18 11:04:09 +03:00
  • d49fe9895f refactor: streamline SearchInput component and enhance Toolbar layout with styled components AykutSarac 2026-04-18 10:48:00 +03:00
  • a76b723bc1 fix: update matched node handling to use the correct element for centering in view AykutSarac 2026-04-18 10:10:29 +03:00
  • c98031a523 refactor: simplify highlight and cleanupHighlight functions, update CSS for searched and highlighted states AykutSarac 2026-04-18 10:03:41 +03:00
  • fedf9bee96 fix: downgrade html-to-image dependency to version 1.11.11 AykutSarac 2026-04-18 00:33:28 +03:00
  • be461870f2 refactor: move pathKey function to useGraph.ts for better organization AykutSarac 2026-04-18 00:08:25 +03:00
  • 7a0fc44b0f feat: implement collapse/expand functionality AykutSarac 2026-04-17 23:50:36 +03:00
  • c76e1d66c2 feat: enhance styling for CustomEdge and CustomNode components with improved hover effects and background adjustments AykutSarac 2026-04-17 22:35:29 +03:00
  • 5f4f34184c feat: refactor SearchInput component and implement Toolbar with enhanced functionality AykutSarac 2026-04-17 22:34:58 +03:00
  • 86bfa3bb4c feat: add tooltip for open editor button and enhance BottomBar styling AykutSarac 2026-04-12 15:34:46 +03:00
  • 9d78f8feb8 fix: correct image alt text and enhance project description in README AykutSarac 2026-04-12 15:10:26 +03:00
  • 69003f8dd5 feat: add Chrome extension link to Toolbar and Navbar AykutSarac 2026-04-12 14:14:58 +03:00
  • 2c2c513f2b fix: update version to 5.1.0 and rename package script to vsc:package AykutSarac 2026-04-10 19:21:21 +03:00
  • 046dffadca fix: update vscode references to use jsoncrack-vscode AykutSarac 2026-04-10 19:19:52 +03:00
  • ac885905b1 fix: add missing built dependencies for pnpm AykutSarac 2026-04-10 19:12:46 +03:00
  • 8cae4bbfe5 fix: downgrade @types/vscode to version 1.100.0 and update vscode engine version to 1.100.0 AykutSarac 2026-04-10 19:07:04 +03:00
  • 40a16055bf fix: simplify SVG structure for dark and light icons AykutSarac 2026-04-10 19:02:14 +03:00
  • 9486f44886 fix: update NEXT_PUBLIC_NODE_LIMIT to 1200 AykutSarac 2026-04-10 18:55:24 +03:00
  • f7ca550409 fix: update @types/node dependency to version 25.6.0 AykutSarac 2026-04-10 18:53:46 +03:00
  • 3bfb3cc6d2 chore: update version to 1.0.3 and document changes in CHANGELOG AykutSarac 2026-04-10 18:49:26 +03:00
  • d153015d30 fix: simplify key check for rendering nodes in CustomNode component AykutSarac 2026-04-10 18:48:22 +03:00
  • 59e3c4b6c1 feat: update README with Chrome extension link AykutSarac 2026-04-10 18:35:20 +03:00
  • 8ca94dad36 feat(chrome-extension): add zip script and update .gitignore for zip files AykutSarac 2026-04-10 18:22:02 +03:00
  • c8ba3991db feat(chrome-extension): add privacy policy and improve logo URL handling AykutSarac 2026-04-10 18:21:48 +03:00
  • 87d467c931 chore: add test task to turbo.json AykutSarac 2026-04-10 18:02:41 +03:00
  • ece8b32314 refactor(editor): delegate graph viewport actions to JSONCrackRef AykutSarac 2026-04-10 18:02:36 +03:00
  • da0fac1998 feat(chrome-extension): add JSON Crack browser extension AykutSarac 2026-04-10 18:01:10 +03:00
  • 957c07b5fc fix(jsoncrack-react): reliable fit-to-center and responsive viewport AykutSarac 2026-04-10 17:58:54 +03:00
  • 9ddb8897c6 Correct title of Theme Toggle toolbar button (#578) smartcaveman 2026-03-30 14:16:35 -04:00
  • c4e5902d5c fix: update ToDiagram links to include UTM parameters for tracking AykutSarac 2026-03-27 16:19:07 +03:00
  • f4fd115a34 fix: update text descriptions in EditorChoiceModal for clarity and detail AykutSarac 2026-03-23 17:48:41 +03:00
  • d6f042baf8 refactor: update Dockerfile stages for improved dependency management and build process AykutSarac 2026-03-23 16:24:33 +03:00
  • 724bee35eb fix: conditionally render ToDiagram link based on external mode setting AykutSarac 2026-03-23 16:17:39 +03:00
  • de97e196b9 feat: add EditorChoiceModal component to prompt users for editor selection AykutSarac 2026-03-23 15:29:11 +03:00
  • e571f603fb fix: shorten menu item label from 'Rotate Layout' to 'Rotate' AykutSarac 2026-03-23 13:55:29 +03:00
  • 560f7cac8a refactor: remove Banner component and add ToDiagram link in Toolbar AykutSarac 2026-03-23 13:38:06 +03:00
  • 4b09330af6 fix: integrate toggleDarkMode functionality based on received theme options AykutSarac 2026-03-21 19:27:37 +03:00
  • d31a8b50b0 fix: update dynamicPaths to include widget path for theme management AykutSarac 2026-03-21 18:46:02 +03:00
  • 1b3213825c fix: wrap GraphView component in a div for proper layout AykutSarac 2026-03-21 18:45:58 +03:00
  • 770e523bbf feat: update documentation to include React component integration and remove outdated examples AykutSarac 2026-03-21 18:45:34 +03:00
  • 623dac01bf fix: remove transpilePackages configuration for jsoncrack AykutSarac 2026-03-21 18:37:56 +03:00
  • 776d29ebf9 feat: enhance documentation with additional examples and improved layout AykutSarac 2026-03-21 18:26:49 +03:00
  • cd78d94f52 feat: remove seo pages AykutSarac 2026-03-21 18:26:42 +03:00
  • 66152f8ed9 fix: bump version to 1.0.1 in jsoncrack-react package.json AykutSarac 2026-03-20 19:05:41 +03:00
  • 455fb94196 fix: remove use-long-press dependency from www package and add it to jsoncrack-react package AykutSarac 2026-03-20 19:04:14 +03:00
  • 582ac605d2 fix: update turbo version to 2.8.20 in package.json and pnpm-lock.yaml AykutSarac 2026-03-20 18:32:49 +03:00
  • 9031d7452e fix: enhance NotSupported component with upgraded UI and feature list AykutSarac 2026-03-20 18:29:27 +03:00
  • 73a51d3bb2 fix: update monaco-editor version in loader configuration AykutSarac 2026-03-18 20:50:58 +03:00
  • cdd7a80b73 fix: simplify LogoProps interface and clean up JSONCrackLogo component AykutSarac 2026-03-18 16:24:13 +03:00
  • d710f9c2c2 fix: replace JSONSchemaFaker with generate function for JSON generation AykutSarac 2026-03-18 16:20:05 +03:00
  • 07b0122bb5 fix: update @eslint/js and eslint versions across package.json files AykutSarac 2026-03-18 15:52:00 +03:00
  • 42da605a55 fix: update turbo version to ^2.8.17 in package.json AykutSarac 2026-03-18 15:51:45 +03:00
  • bfd785654e fix: update dependencies in package.json AykutSarac 2026-03-18 15:27:15 +03:00
  • da8e7aadbb feat: upgrade vite to v8 AykutSarac 2026-03-18 15:26:55 +03:00
  • 836394dcf0 refactor: migrate vscode extension from CRA + webpack to Vite + esbuild AykutSarac 2026-03-18 15:06:29 +03:00
  • 5a0cb57fff fix: update @trivago/prettier-plugin-sort-imports to v6.0.2 in package.json and pnpm-lock.yaml AykutSarac 2026-03-18 14:22:06 +03:00
  • 9db48c62fa chore: upgrade eslint to v10 AykutSarac 2026-03-18 14:20:56 +03:00
  • 8fe7f93b64 fix: add skills-lock.json to .gitignore to prevent tracking of lock file AykutSarac 2026-03-16 12:06:58 +03:00
  • e99288b4ef fix: update repository and bugs URLs in package.json for consistency v5.0.0 AykutSarac 2026-02-20 00:36:17 +03:00
  • add54c55be docs: update README to clarify input support and improve descriptions AykutSarac 2026-02-20 00:34:11 +03:00
  • 4ddb99f5ef refactor: simplify OptionsMenu structure and improve accessibility AykutSarac 2026-02-20 00:14:57 +03:00
  • 4f949a56b3 refactor: remove image handling logic and associated styles from TextNode and calculateNodeSize AykutSarac 2026-02-20 00:04:46 +03:00
  • 1d6a95848b refactor: rename JsonCrack to JSONCrack for consistency AykutSarac 2026-02-19 23:54:18 +03:00
  • 1bdf0e10ae fix: remove deprecated approvedBuilds from package.json AykutSarac 2026-02-19 23:18:10 +03:00
  • 644ee3378f feat: migrate to turborepo and separate canvas as package (#573) Aykut Saraç 2026-02-19 23:16:52 +03:00
  • cc935eecbd fix: remove unnecessary setup for Pages in deployment workflow AykutSarac 2026-02-05 23:58:53 +03:00
  • 91f3213dad fix text editor options for paste json schema (#569) Mohammad Ahrari 2026-02-06 00:16:48 +03:30
  • 2eefe0569f fix: specify pnpm version in pull request workflow AykutSarac 2026-02-05 23:42:18 +03:00
  • 2ad5024283 chore: Update outdated GitHub Actions versions (#572) Pádraic Slattery 2026-02-05 21:33:18 +01:00
  • 076b963f4a fix: add @eslint/eslintrc dependency to improve ESLint configuration AykutSarac 2026-02-05 23:21:26 +03:00
  • 60643bcbc2 fix: update pnpm caching setup in workflows for improved performance AykutSarac 2026-02-05 01:21:56 +03:00
  • 3d0d4ec1e3 fix: streamline pnpm caching in deployment workflow AykutSarac 2026-02-05 01:20:24 +03:00
  • bfdd70cb5f fix: update pull request workflow to enhance caching for Next.js and pnpm AykutSarac 2026-02-05 01:18:03 +03:00
  • d1d07ef038 fix: update fs alias path in turbopack configuration AykutSarac 2026-02-05 01:15:57 +03:00
  • 9bcc7fd5ad feat: add turbopack resolve alias for fs and create empty shim AykutSarac 2026-02-05 01:11:26 +03:00
  • d233e2ab86 fix: turbopack error AykutSarac 2026-02-05 01:06:26 +03:00
  • 0ce52f3faa fix: update overrides for html-to-image and jq-web in pnpm-lock.yaml AykutSarac 2026-02-05 01:00:15 +03:00
  • e5c5f220f7 feat: upgrade nextjs v16 and other packages AykutSarac 2026-02-04 23:05:59 +03:00
  • 1d6921992c chore: add pull request template to guide contributors AykutSarac 2026-02-04 00:55:32 +03:00
  • eaafbf53c0 fix: update fast-xml-parser to version 5.3.4 AykutSarac 2026-02-04 00:24:11 +03:00
  • cc2182290d chore: update packages AykutSarac 2026-02-04 00:20:04 +03:00
  • ffa54dea01 fix docker build and remove sentry AykutSarac 2026-02-03 01:29:38 +03:00
  • e93202cfb4 feat: update packages AykutSarac 2026-01-10 19:24:11 +03:00
  • 3170cb7ef0 chore: dedupe pnpm-lock.yaml AykutSarac 2025-12-12 01:46:03 +03:00
  • 628d4ac997 fix: update glob version overrides in pnpm-lock and add pnpm-workspace configuration AykutSarac 2025-12-12 01:41:54 +03:00
  • 5c1b14234b fix: update js-yaml to version 4.1.1 AykutSarac 2025-12-12 01:41:26 +03:00
  • e4b6f2feb6 chore: update dependencies and remove deprecated packages AykutSarac 2025-12-12 01:40:29 +03:00
  • 0213f9bfae fix github ci AykutSarac 2025-12-12 01:37:44 +03:00
  • 86dd83e958 fixes #558 AykutSarac 2025-12-12 01:34:55 +03:00
  • c64de4521f feat: remove low traction tools and unused components AykutSarac 2025-12-12 01:29:58 +03:00
  • 0d4f09fbc9 chore: update base image to node 24.10.0-alpine AykutSarac 2025-12-12 01:29:09 +03:00
  • 6e8a1d9eb7 chore: remove unused packages and upgrade packages to latest AykutSarac 2025-12-12 01:29:04 +03:00
  • eb409d29c5 refactor: remove unnecessary arrow func AykutSarac 2025-10-15 00:39:02 +03:00
  • 04bf32e102 feat: add dismissible banner and update layout adjustments AykutSarac 2025-10-15 00:33:58 +03:00