Skip to content

Releases: aprendendofelipe/react-stack

hooks: v0.1.10

13 Jan 18:37

Choose a tag to compare

0.1.10 (2026-01-13)

Features

  • useMediaQuery: enhance hook with debounce, fallback options, and onChange callback (557f41d)

forms: v0.4.4

13 Jan 18:37

Choose a tag to compare

0.4.4 (2026-01-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/hooks bumped from ^0.1.9 to ^0.1.10

form-example: v0.3.5

13 Jan 18:37

Choose a tag to compare

0.3.5 (2026-01-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/forms bumped from 0.4.3 to 0.4.4

markdown-example: v0.1.4

05 Jan 22:36

Choose a tag to compare

0.1.4 (2026-01-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/helpers bumped from 0.4.2 to 0.4.3

infra: v0.0.9

05 Jan 22:36

Choose a tag to compare

0.0.9 (2026-01-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/helpers bumped from ^0.4.2 to ^0.4.3

hooks: v0.1.9

05 Jan 22:36

Choose a tag to compare

0.1.9 (2026-01-05)

Features

  • useMediaQuery: add new useMediaQuery hook (95893fe)

Bug Fixes

  • useMediaQuery: safely access matchMedia with optional chaining (f9f55ef)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/helpers bumped from ^0.4.2 to ^0.4.3

helpers: v0.4.3

05 Jan 22:36

Choose a tag to compare

0.4.3 (2026-01-05)

Features

  • deepMerge: enhance merging logic for built-in objects (8ae0c4b)
  • is: add isPlainObject function to check for plain objects (a272d3b)

forms: v0.4.3

05 Jan 22:36

Choose a tag to compare

0.4.3 (2026-01-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/helpers bumped from ^0.4.2 to ^0.4.3
      • @barso/hooks bumped from ^0.1.8 to ^0.1.9

form-example: v0.3.4

05 Jan 22:36

Choose a tag to compare

0.3.4 (2026-01-05)

Features

  • example: add Head component for dynamic title and description management (3145faf)
  • example: add dynamic favicon based on color scheme via useMediaQuery hook (bdfa09e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @barso/forms bumped from 0.4.2 to 0.4.3

ui: v0.6.3

19 Dec 13:49

Choose a tag to compare

0.6.3 (2025-12-19)

Features

  • copy-code: make markdown code block copy button fixed to top-right corner (#76) (6a812e0)

Bug Fixes

  • Editor Tooltip: define CSS vars on body for markdown tooltips (27d748c)