Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

72 lines (48 loc) · 2.03 KB

Changelog

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 and setParams 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 and findParents helpers (#66)
  • Automatic preventDefault() only for submit inputs (#67)
  • on performs preventDefault() on click events only for interactive elements (#65)
  • Allow ajax functions to receive params as formData
  • Support handling array of classes in classes helpers
  • Remove show and hide helpers
  • Set currentElem and currentEvent when using the on helper
  • Support requestSubmit on submit helper
  • Add tests and CI
  • New Logo, Branding and Starter Kits
  • New helpers: removeAttr and removeData
  • Documentation revamp
  • Add Turbo support
  • findAll returns an array for single elements
  • Add Ajax helpers: ajax, get and post
  • serialize works with objects too
  • Use findAll in show, hide and on