Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.02 KB

File metadata and controls

64 lines (42 loc) · 1.02 KB

CHANGELOG

v1.0.10

  • Add possible pass classes as null or undefined to createElement.

v1.0.9

  • Add support URL instance for request helper.
  • Add createElement helper.

v1.0.8

  • Add assets helpers.

v1.0.7

  • Add helper waitProperty.

v1.0.6

  • Removed notification adapters from browser/index; use direct imports from browser/notification/* instead.

v1.0.5

  • Add form control helpers.
  • Add file helpers.
  • Add time utils.
  • Add textarea behaviors.

v1.0.4

  • Add grouped imports (/dom, /behavoirs, etc...)

v1.0.3

  • Add Sentry helpers.
  • Add few behaviors for dom events (copy/confirm/processing).
  • Add helpers for work with attributes and states of elements.
  • Add UI notifications with adapters (toastr, notyf).

v1.0.2

  • Add rollup bundler for build.

v1.0.1

  • Add helpers for visibility manipulation (showElement, hideElement).

v1.0.0

  • Initialize library. Add helpers for dom manipulation (ready/changes/events).