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: techniq/layerchart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: techniq/layerchart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte-5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 113 files changed
  • 1 contributor

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    21c28fa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Tailwind CSS v4 (#450)

    * Initial migration to Tailwind 4 (and layerstack/svelte-ux @next)
    
    * Format project
    
    * Update all the non-transparent CSS variables to remove the hard coded `hsl()` (as variable now includes the color function)
    
    * fix(LinearGradient): Handle `tw-gradient-[from|to]` no longer inheriting
    
    * Cleanup
    
    * fix(Spline): Pass `fillOpacity` prop (instead of `fill-opacity`) to support Canvas
    
    * Update semi-transparent CSS variable usage to use `opacity`, `fillOpacity` or `color-mix()` depending on the usage
    
    * Add changeset
    
    * Use `1%` instead of `0%` opacity for gradient examples to workaround gray gradient issue due to TW4's use of `color-mix()`
    
    details: https://bsky.app/profile/techniq.dev/post/3lk6qr6e5b22t
    
    * Refine getting started
    
    * Restore prose heading styling (size/bold/margin)
    
    * fix: Support `opacity` prop/style when Canvas rendered for all primatives
    
    * docs(LineChart): Fix "Gradient threshold" highlight and tooltip color
    techniq authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    adf1968 View commit details
    Browse the repository at this point in the history
Loading