Skip to content

Releases: rsm-hcd/AndcultureCode.JavaScript.React

v0.1.3

14 Aug 23:50
Compare
Choose a tag to compare

v0.1.3 Release

Release notes

Small maintenance release to break out some custom types for ServiceFactory and ServiceHookFactory & export them for consumer use

Notable features:

  • #18 Move & export custom types

Contributors

@brandongregoryscott

v0.1.2 - Fix NestedRoutes not found redirection

10 Aug 10:48
Compare
Choose a tag to compare

v0.1.2 Release

Release notes

Fix to NestedRoutes not found redirection

Known issues

#29 Fix NestedRoutes 'redirectToIfNotFound' bug

Contributors

@brandongregoryscott

Typescript BaseUrl Removed

29 Jul 11:05
Compare
Choose a tag to compare

v0.1.1 Release

Release notes

Typescript BaseUrl Removed

Notable features:

  • Remove BaseUrl from tsconfig to aid in pathing of imports

Known issues

#28 remove baseUrl from tsconfig

Contributors

@jhugs
@brandongregoryscott

Collection of Hooks

21 Jul 11:19
Compare
Choose a tag to compare

v0.1.0 Release

Release notes

Ported a variety of useful hooks from previous projects.

  • useDebounce
  • useOnclickOutside
  • usePageErrors
  • useTextOverflow
  • useWindow

Notable features:

  • #19 Ported various hooks

Known issues

Contributors

@wintondeshong

v0.0.10

15 Jul 21:38
Compare
Choose a tag to compare

v0.0.10 Release

Release notes

Pulls in a bugfix from andculturecode-javascript-core for incorrect rowCount value from service response

Notable features:

  • #16 ServiceFactory.list is not correctly returning mapped rowCount from response

Known issues

Contributors

@brandongregoryscott

Bugfixes: Dependencies and exports

02 Jul 14:08
Compare
Choose a tag to compare

v0.0.9 Release

Release notes

Bug fix release resolving issues with dependencies and exports

Notable features:

  • Some dependencies were marked as 'dev' that should be 'production'
  • ServiceHookFactory needed to be exported

Known issues

#15 moving devDeps that should be deps

Contributors

@wintondeshong

v.0.0.8

02 Jul 00:44
Compare
Choose a tag to compare

v0.0.8 Release

Release notes

Add missing exports from react-router-dom

Notable features:

  • #13 Add react-router-dom exports missed from original PR back to named exports

Known issues

Contributors

@brandongregoryscott

Named exports and localization

30 Jun 14:49
Compare
Choose a tag to compare

v0.0.7 Release

Release notes

Primary themes of this release were named exports and localization

Notable features:

  • Use of named exports for easy and more prescriptive consumption of library in other projects
  • Localization hook and related 'core' functionality to build frontends with i18n/l10n

Known issues

#11 Update to use named exports project-wide and add a missing JSDoc comment
#12 useLocalization hook

Contributors

@brandongregoryscott
@wintondeshong