Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `msgBanner` to accept JSX and update documentation. Includes optional positioning above or below the header. * add warning for developers using msgBannerPosition * fix var name * Add Progress Load Bar Component (#143) * Create progress component and add import for lib * Create documentation page. Add Route + Link. * Ensure width is a whole % to avoid css issues * 3.11.0 * expose defaultIndex on Tabs component (#148) * expose defaultIndex on Tabs component * add defaultIndex prop documentation * 3.12.0 * Link Provider (#142) * Add LinkProvider and Link components * Add hrefMap prop to LinkProvider Allows user to map a different prop key to the default href key so that internal groundwork usage still works, e.g. for React Router hrefMap="to" * Replace existing catalyst Links with gw version * Put the catalyst Link component back in its box * Update library internal links to use <Link> External links can remain as <a> * Forward ref in Link component Need to forward ref for Link to maintain compatibility with the redux-bundler routing pattern. * Export Link and LinkProvider with library * Add documentation for LinkProvider * Remove unnecessary statement * Add docs example demonstrating ClientRouter usage * 3.13.0 * 3.14.0 --------- Co-authored-by: Charles Graham <charles.r.graham@usace.army.mil> Co-authored-by: Brandon Kolze <james.b.kolze@usace.army.mil>
- Loading branch information