Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 3.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2024-08-01)

Features

  • ci: add coveralls (4614ab7)
  • core: allow to know if gt or lt compare to current breakpoint (bb7ac56)
  • testing: use vitest to do some unit tests (a186f8b)

Bug Fixes

  • build: use tsc to typecheck not to build (58ac0bc)
  • coverage: add reporters (5beb382)
  • package: change bootstrap support (2d7bf23)

2.0.1 (2024-07-30)

Bug Fixes

  • lint: add more rules to enforce cs (bae2453)
  • ssr: do not access window directly (1f5b584)

2.0.0 (2024-07-29)

Features

  • core: allow to add/remove a breakpoint (c52620c)
  • core: return breakpoints (7eadc4c)
  • core: rewrite in typescript (8bf2b84)
  • linter: change standard to eslint (6e3badf)

Bug Fixes

1.1.1 (2019-07-04)

Bug Fixes

  • core: detection at the edges of breakpoints min limits (beecfa2)
  • core: use only "jQuery" global var to detect jQuery (f50fcca)
  • docs: add new feature in the features list (61cde13)
  • release: add changelog file in distributed files (d5f7bae)

1.1.0 (2018-12-28)

Bug Fixes

  • core: detect breakpoints when init isn't called (a2bd9f4)
  • docs: update install methods and use jsDelivr for CDN (28e38b4)

Features

  • build: add release command (44a9887)
  • core: detect custom breakpoints in CSS properties (69c4730)