All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
- Using
Stimulus
as external library reducing size from10.29 KiB
to0.72 kB
. - Bump dependencies.
- Upgrading to Vite
4.x
. - Docs new UI.
- Upgrading Node to
18.x
.
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Using default value option for
wrapperSelector
. - Upgrading dependencies
- Upgrading Node to
14.18.0
- Remove puppeteer for Vanilla Jest
- Moving from Snowpack to Vite
- Using stimulus as external library reducing bundle size from
40.63kb
to0.58kb
. - Moving to TypeScript
- Upgrading Node to 14.16.1
- Support for Stimulus 2.0
- Breaking Using the new
values
static property
- <form data-controller="nested-form" data-nested-form-wrapper-selector=".nested-form-wrapper">
+ <form data-controller="nested-form" data-nested-form-wrapper-selector-value=".nested-form-wrapper">
- Adding
remove
support.
- Adding controller