Skip to content

Releases: rsm-hcd/AndcultureCode.JavaScript.React

v0.3.5

03 Jun 13:14
Compare
Choose a tag to compare

v0.3.5 Release

Release notes

Maintenance release to lighten peer dependency requirements and bump other dependency versions

Known issues

#82 Lighten peer dependency version further
#81 Bump ws from 7.3.0 to 7.4.6
#70 Bump hosted-git-info from 2.8.8 to 2.8.9
#69 Bump handlebars from 4.7.6 to 4.7.7
#66 Bump y18n from 4.0.0 to 4.0.1
#51 Bump highlight.js from 10.0.3 to 10.4.1

Contributors

@brandongregoryscott

v0.3.4

21 Apr 00:05
Compare
Choose a tag to compare

v0.3.4 Release

Release notes

Maintenance release to move production dependencies to peer/dev dependencies to resolve multiple copies of React, axios etc. being loaded.

Known issues

#64 Reevaluate production vs. peer/dev dependencies

Contributors

@brandongregoryscott

v0.3.3

20 Jan 22:41
Compare
Choose a tag to compare

v0.3.3 Release

Release notes

Maintenance release - downgrade axios from 0.21.1 to 0.19.2 to fix incompatibility issues w/ projects relying on the lower version. See AndcultureCode.JavaScript.React#60

Contributors

@brandongregoryscott

v0.3.2

18 Jan 21:11
Compare
Choose a tag to compare

v0.3.2 Release

Release notes

Maintenance release to add/fix some tests around our hooks. Additionally some type safeguarding in the usePageErrors hook

Known issues

#22 Backfill tests for Hooks/onPageErrors
#45 Console warnings in use-window hook tests

Contributors

@myty

v0.3.1

14 Jan 14:05
Compare
Choose a tag to compare

v0.3.1 Release

Release notes

Maintenance release to bump axios to 0.21.1 to fix a critical security vulnerability. Additionally bumps andculturecode-javascript-core to version with matching axios fix.

Known issues

#57 Investigate typing discrepancies in axios v0.21.1
#50 use-async-effect.ts test flakes

Contributors

@brandongregoryscott

v0.3.0

25 Nov 23:09
Compare
Choose a tag to compare

v0.3.0 Release

Release notes

Adds a new hook, useSortedAlphabetically for maintaining a sorted array of string values

Known issues

Issue #39 Port over useSortAlphabetically reducer hook

Contributors

@mrjones2014

v0.2.1 - Update Core Dependency

09 Nov 12:21
Compare
Choose a tag to compare

v0.2.1 Release

Release notes

Update AndcultureCode.JavaScript.Core dependency to 0.3.7

Contributors

@wintondeshong

v0.2.0

28 Oct 12:21
Compare
Choose a tag to compare

v0.2.0 Release

Release notes

Adds a custom useQuery hook for rerunning list/nested list service calls when path or query params change.

Known issues

#40 Port over useQuery custom hook

Contributors

@mrjones2014

v0.1.5

06 Oct 14:50
Compare
Choose a tag to compare

v0.1.5 Release

Release notes

Fixes an issue where JSDoc comments weren't being retained in packaged build, and adds some test coverage for the useWindow hook

Known issues

#24 Backfill tests for Hooks/useWindow
#37 Declaration files do not retain JSDoc comments

Contributors

@myty

v0.1.4

03 Sep 13:06
Compare
Choose a tag to compare

v0.1.4 Release

Release notes

A new hook for wrapping async functions in a useEffect callback

Known issues

#35 useAsyncEffect hook

Contributors

@myty