- Update Stormwater Connect heading + desc
- Enable host applications to send custom React nodes in for custom actions
- Make upgrades to package-lock.json via npm audit fix
- Make additional upgrades using GitHub dependabot automated PRs
- Position app switcher header text correctly on mobile
- Add MobileSearchBox component to adjust search functionality on viewports < 900px wide
- Add props to enable host applications to hide links to specific other PWD apps
- Fix a bug whereby the map and help icons wouldn't display if any text had been entered into the search input.
- Fix a quirk whereby the WebpackBundleAnalyzer plugin would automatically open a browser tab with its report on completing a dist build.
- Enable host application to set map and help button titles via
mapActionTitle
andhelpActionTitle
props, respectively.
- Enable host application to pass in a
appNameClickHandler
function which will be make the app name into a clickable button, defaulting back to anh1
header when noappNameClickHandler
is passed in
- Add
isSearching
andsearchingIndicator
props to enable applications to set the state of the search box during fetches programmatically
- Adjust search input Enter key press handling to ensure search submit handler gets called on Enter key presses
- Add default
color
property to the search input style rules
- Configure imports to work with AMD or CommonJS
- Update React, Webpack, and Babel
- Add Prettier
- Upgrade ESLint rules
- Fix accessibilty issues identified by the eslint-jsx-a11y linter
- Declare React & React-DOM as peer dependencies
- Add Webpack-Bundle-Analyzer to display bundle composition
- Upgrade dependencies reported as vulnerable by
npm audit
- Open app switcher links in new tabs
- Update descriptions in app switcher
- Text changes for renamed Stormwater Connect apps
- Left-align settings menu action items
- Update custom menu action style
- Add postcss-loader and autoprefixer
- Include cross-browser UI fixes
- Add babel-runtime for IE11 ES6 support
- Initial release