Releases: farahat80/react-open-weather
v1.2.2
v1.2.1
Version 1.2.0
- Added new provider for VisualCrossing
- Updated dependencies
v1.1.7
Release 1.1.7
- added Czech translations
- added Turkish translation
- update dependencies
=============================================
- node: update package-lock b320aa0
- Merge pull request #81 from farahat80/dependabot/npm_and_yarn/axios-0.21.2 2152141
- Merge pull request #74 from gomestai/patch-1 fcf46c8
- Merge pull request #78 from JiriSko/master 1ccc3b4
- Bump axios from 0.21.1 to 0.21.2 bf4d879
- Merge pull request #75 from farahat80/dependabot/npm_and_yarn/url-parse-1.5.3 fb0b153
- Merge pull request #79 from farahat80/dependabot/npm_and_yarn/follow-redirects-1.14.7 a04eaf4
- Bump follow-redirects from 1.5.10 to 1.14.7 3933a22
- Add cs translations 8462f6e
- Bump url-parse from 1.5.1 to 1.5.3 7d6a0e7
- Update lang.js fc1bcdb
Version 1.1.6
Added Fixed class names to all html blocks to simplify style overrides
v1.1.5
v1.1.4
Version 1.1.3
-Added more languages to the lang file support
-Added dayjs locale imports for the supported languages
-Fixed issue with the Hooks not updating when coordinates changes
version 1.1.2
- Added more languages to the lang file support
- Fixed issue with the Hooks not updating when coordinates changes
Version 1.1.1
The component has been fully refactored and now the UI presenation is completely decoupled from the weather provider to allow using any data sources for weather, the component currently comes with 2 weather providers (WeatherBit and OpenWeather), you can create your own provider easily and provide data to the component, the two provider are built as a custom react hooks
WeatherBit provider (useWeatherBit)
OpenWeather provider (userOpenWeather)
Removed the dependency on the weather icon library in favor of SVG icons
Removed the dependency on momentjs
Allow custom themeing to style the component with your colors
Fixed some major issues from version 0.6