Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 1.15 KB

File metadata and controls

69 lines (35 loc) · 1.15 KB

v1.0.0 (2024-04-08)

BREAKING CHANGE

  • package name @thewebforge@usewordpress is deprecated as it doesn't comply with WordPress Trademark Policy and is renamed to @thewebforge/usewp as stated in policy: “The abbreviation “WP” is not covered by the WordPress trademarks and you are free to use it in any way you see fit.”

Fix

  • package: rename package to comply with WordPress trademark policy

v0.4.1 (2024-04-03)

Fix

  • darkmode: apply to root element and optional iframe

v0.4.0 (2024-04-03)

Feat

  • hooks: add media query hook and dark mode

v0.3.0 (2024-03-21)

Feat

  • new hooks added to the collection

v0.2.0 (2024-01-19)

Feat

  • hooks: add useLocalStorage hook

v0.1.4 (2024-01-19)

Fix

  • package: add build and release scripts

v0.1.3 (2024-01-19)

Fix

  • ts: fix modulre resolution

v0.1.2 (2024-01-19)

Fix

  • package: fix files list

v0.1.1 (2024-01-19)

Fix

  • ts: fix ts compiler

v0.1.0 (2024-01-19)

Feat

  • hooks: add useBattery, useDebounce, useDocTitle, useValueWithDefault hooks

v0.0.1 (2024-01-19)

Fix

  • all: project init