Releases: rsm-hcd/AndcultureCode.JavaScript.React
v0.1.3
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
v0.1.2 - Fix NestedRoutes not found redirection
v0.1.2 Release
Release notes
Fix to NestedRoutes
not found redirection
Known issues
#29 Fix NestedRoutes 'redirectToIfNotFound' bug
Contributors
Typescript BaseUrl Removed
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
Collection of Hooks
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
v0.0.10
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
Bugfixes: Dependencies and exports
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
v.0.0.8
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
Named exports and localization
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