Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Choose a tag to compare

@AndrewKushnirAndrewKushnir released this 17 Dec 21:12
· 865 commits to main since this release

core

CommitDescription
fix - 4c8fb3631dthrow better errors for potential circular references
fix - 48492524eause mutable ResponseInit type for RESPONSE_INIT token

forms

CommitDescription
feat - 81772b420dpass field directive to class config
refactor - 729b96476brename field to fieldTree in FieldContext and ValidationError

language-service

CommitDescription
fix - e0694df3ecavoid interpolation highlighting inside@let
fix - 5047be4bc1Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape ofSignalFormsConfig.classes has changed

    Previously each function in theclasses map took aFieldState. Now
    it takes aField directive.

    For example if you previously had:

    provideSignalFormsConfig({  classes: {    'my-valid': (state) => state.valid()  }})

    You would need to update to:

    provideSignalFormsConfig({  classes: {    'my-valid': ({state}) => state().valid()  }})

    (cherry picked from commit348f149)

  • (cherry picked from commitae0c590)

Contributors

  • @let
let
Assets2
Loading
rob4226 and christoph-freimuth reacted with thumbs up emojirob4226 reacted with hooray emojirob4226 reacted with heart emojirob4226 reacted with rocket emoji
2 people reacted

[8]ページ先頭

©2009-2025 Movatter.jp