Skip to content

Releases: farahat80/react-open-weather

v1.2.2

08 Aug 12:01
Compare
Choose a tag to compare
  • adds dutch translation
  • fixes issue with WeatherBit not updating temperature during the day

v1.2.1

15 Jun 12:43
Compare
Choose a tag to compare
  • Language files update
  • Dependency updates

Version 1.2.0

26 Mar 09:54
Compare
Choose a tag to compare

v1.1.7

03 Feb 16:39
Compare
Choose a tag to compare

Release 1.1.7

  1. added Czech translations
  2. added Turkish translation
  3. 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

v1.1.6...v1.1.7

Version 1.1.6

30 Sep 13:55
Compare
Choose a tag to compare

Added Fixed class names to all html blocks to simplify style overrides

v1.1.5

27 Apr 15:36
Compare
Choose a tag to compare
  • Fixes newer node version warning messages
  • Added French and Italian translation

v1.1.4

17 Apr 15:23
Compare
Choose a tag to compare
  • Fixes import issues with NextJS
  • Added Russian and Ukrainian translations
  • Fixes issue with trimmed icons

Version 1.1.3

21 Mar 14:52
Compare
Choose a tag to compare

-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

21 Mar 13:47
Compare
Choose a tag to compare
  • Added more languages to the lang file support
  • Fixed issue with the Hooks not updating when coordinates changes

Version 1.1.1

11 Dec 16:09
Compare
Choose a tag to compare

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