Skip to content

Releases: josephschito/opal_stimulus

v0.2.0

14 Nov 10:57

Choose a tag to compare

  • Update rails and propshaft minimum dependencies

v0.1.9

14 Nov 10:52

Choose a tag to compare

  • Revise README for Opal Stimulus by @elia
  • Change README

v0.1.8

27 Aug 13:34

Choose a tag to compare

  • Improve installation on Rails tests

v0.1.7

20 Aug 09:57

Choose a tag to compare

  • Add installation on Rails tests
  • Make it production ready enhancing assets:precompile with opal_stimulus:build

v0.1.6

17 Aug 14:14

Choose a tag to compare

  • Simplify installation importing application and Controller with ESM
    (Now app/javascript/controllers/application.js will be not modified, and only compiled code will be imported inside application layout.)

v0.1.5

14 Aug 08:00

Choose a tag to compare

  • Add StimulusController unit and system tests
  • Reduce installed new lines for Rails
  • Skip importmap in production
  • Add bin/rails generate opal_stimulus <CONTROLLER_NAME>, usage: bin/rails g opal_stimulus -h

v0.1.4

03 Aug 13:42

Choose a tag to compare

Features

  • Add full support for Targets, Outlets, Values, Classes, element
  • Update README.md with some example
  • Add document and window private methods

v0.1.3

29 Jul 20:06

Choose a tag to compare

Fixed

  • Add missing ignore for app/assets/builds/opal.js.map

Features

  • Replace opal-browser with opal_proxy, check it out here.

v0.1.2

29 Jul 09:46
5f9e934

Choose a tag to compare

v0.1.1

02 Jul 07:50

Choose a tag to compare

Fixed

  • Generate better stimulus controller name replacing controller class's namespace resolution operators to --