All notable changes to this project will be documented in this file.
toggleClass
accepts a boolean to force add/remove given class (#79)
- Refactor
getParams
andsetParams
helpers (#75) - Remove
setUrl
helper (#75) insertHTML
supports to render Element instances
- New
back
helper (#72, #73) - Allow to create elements without attributes:
elem('p')
- Fix automatic
preventDefault()
conditions (#68)
- Add
findParent
andfindParents
helpers (#66) - Automatic
preventDefault()
only for submit inputs (#67)
on
performspreventDefault()
on click events only for interactive elements (#65)
- Allow
ajax
functions to receive params asformData
- Support handling array of classes in classes helpers
- Remove
show
andhide
helpers - Set
currentElem
andcurrentEvent
when using theon
helper - Support
requestSubmit
onsubmit
helper - Add tests and CI
- New Logo, Branding and Starter Kits
- New helpers:
removeAttr
andremoveData
- Documentation revamp
- Add Turbo support
findAll
returns an array for single elements
- Add Ajax helpers:
ajax
,get
andpost
serialize
works with objects too- Use
findAll
inshow
,hide
andon