Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SolidOS/solid-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JavaScriptSolidServer/solid-ui-jss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 278 files changed
  • 1 contributor

Commits on Dec 30, 2025

  1. chore: swap solid-logic to solid-logic-jss

    - Update package name to solid-ui-jss
    - Swap solid-logic dependency to solid-logic-jss
    - Update all imports from 'solid-logic' to 'solid-logic-jss'
    - Update README with JSS references and credits
    - Configure Jest for ESM modules (solid-logic-jss, solid-oidc, jose)
    
    All 52 test suites pass (628 tests).
    melvincarvalho committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    4665c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. chore: use rdflib fork with reduced bundle size

    Switch to JavaScriptSolidServer/rdflib.js fork which has:
    - 67% smaller bundle (587KB → 190KB minified)
    - Modular exports for core-only usage
    - Optional peer dependencies for heavy parsers/serializers
    
    Also added optional rdflib peer deps for storybook build.
    melvincarvalho committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    aa8bc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4954088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b69e9f View commit details
    Browse the repository at this point in the history
  4. perf: replace mime-types with lightweight lookup

    Replace the heavy mime-types package (146KB from mime-db) with a
    lightweight custom lookup table (~3KB) covering common web file types.
    
    Bundle size reduction: 583KB → 426KB (-27%)
    melvincarvalho committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    31d095a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e41de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6b973 View commit details
    Browse the repository at this point in the history
Loading