Squiggle logoSquiggle

v0.8.5

0.8.5

Published Sep 19, 2023

@quri/squiggle-lang

  • Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. (#2269)

  • Added support for % as a number suffix (#2239)

  • Support pow(dist, integer) on distributions with negative samples (#2235)

@quri/squiggle-components

  • Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. (#2269)

  • Autocompletion improvements: (#2233)

    • suggest local function names
    • suggest parameter names
    • don't suggest unreachable vars (declared below or in unreachable local scopes)
    • different icon for local functions

    Editor grammar improvements:

    • functions with 0 parameters don't break the parser
    • trailing expressions are now really optional (they weren't, but Lezer recovered from it so it didn't matter)
  • Improved symlog scale ticks (#2245)

@quri/prettier-plugin-squiggle

  • Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. (#2269)

  • Fixed exports field order in package.json (#2276)

vscode-squiggle

No changes.

Edit on GitHub

Last updated on

On this page