タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとrailsとReleaseNoteに関するefclのブックマーク (2)

  • Stimulus 3

    The third major release of Stimulus represents a big milestone for the Hotwire community. This is the first release where every substantial new feature came as a contribution from outside of Basecamp and HEY. We've got a new package, action parameters, default values, target lifecycle callbacks, debug mode, utility-CSS support, and Controller.shouldLoad. Let's dig into what's new! New Package Firs

    Stimulus 3
    efcl
    efcl 2021/09/27
    Stimulus 3 リリース。 パッケージ名が`stimulus`から`@hotwired/stimulus`へと変更された。 Action Parametersのサポート、デフォルト値のサポート、`debug`オプションの追加など
  • Announcing Stimulus 2.0

    Today we’re very excited to announce the release of Stimulus 2.0. This version introduces two new APIs, values and CSS classes, which replace the data map API from Stimulus 1.0. You can read more about these APIs in the reference documentation: https://stimulusjs.org/reference/values https://stimulusjs.org/reference/css-classes We’ve also updated the Handbook to cover the changes in 2.0. Here’s th

    Announcing Stimulus 2.0
    efcl
    efcl 2020/12/21
    Basecampで使われているStimulus 2.0リリース。 Controllerで`values`と`classes`プロパティを追加、EventListnerの`once`と`passive`のサポートなど。 `data`属性に`identifier`を含めて使うように変更、`input`要素を`change`から`input`イベントで監視す
  • 1