This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-remote-rails
Releases · stimulus-components/stimulus-remote-rails
5.0.0
Chore
- Renaming the component from
stimulus-remote-rails
to@stimulus-components/remote-rails
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.1.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Bump dependencies.
- Upgrading to Vite
4.x
. - Docs new UI.
- Upgrading Node to
18.x
.
4.0.0
Chore
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Upgrading dependencies
- Upgrading Node to 14.18.1
3.0.1
v3.0.0
v2.0.0
v1.1.1
Changed
- Changing
innerHTML
toouterHTML
in the replace method. - Using
@rails/ujs
andstimulus
as peerDependencies.
v1.1.0
Added
- Adding prepend method
Changed
- Using
afterend
hook in append method
v1.0.0
- Adding controller