Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
395 lines (221 loc) · 22.1 KB

CHANGELOG.md

File metadata and controls

395 lines (221 loc) · 22.1 KB

Change Log

Unreleased

  • Upgrade the org.realityforge.akasha artifacts to version 0.15.

v0.86 (2021-04-23) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.197'
  • Upgrade the org.realityforge.akasha artifact to version 0.10.
  • Upgrade the org.realityforge.braincheck artifact to version 1.31.0.

v0.85 (2021-04-10) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.196'
  • Upgrade the org.realityforge.akasha artifact to version 0.06.

v0.84 (2021-04-09) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.195'
  • Upgrade the org.realityforge.braincheck artifact to version 1.30.0.
  • Upgrade the org.realityforge.akasha artifact to version 0.05.

v0.83 (2021-03-26) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.194'

v0.82 (2021-03-24) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.193'

v0.81 (2021-03-24) · Full Changelog

  • Upgrade the org.realityforge.grim artifacts to version 0.05.
  • Upgrade the au.com.stocksoftware.idea.codestyle artifact to version 1.17.
  • Migrate from using Elemental2 to Akasha when interacting with the Browser API.

v0.80 (2020-12-19) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.192'
  • Upgrade the org.realityforge.org.jetbrains.annotations artifact to version 1.7.0.

v0.79 (2020-08-14) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.191'

v0.78 (2020-08-07) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.190'

v0.77 (2020-08-04) · Full Changelog

  • Use passive event listeners in IdleStatus to reduce the potential performance impact of non-passive mouse move events.

v0.76 (2020-08-03) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.189'

v0.75 (2020-08-03) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.188'

v0.74 (2020-07-31) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.187'

v0.73 (2020-07-29) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.186'

v0.72 (2020-07-29) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.185'

v0.71 (2020-07-02) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.184'

v0.70 (2020-06-23) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.183'

v0.69 (2020-06-07) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.182'
  • Upgrade the org.realityforge.braincheck artifact to version 1.29.0.

v0.68 (2020-05-29) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.181'
  • Explicitly specify requireId = Feature.DISABLE parameter on @ArezComponent annotations as the default behaviour will change in the next version of arez.

v0.67 (2020-05-26) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.180'

v0.66 (2020-05-21) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.179'

v0.65 (2020-05-19) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.178'

v0.64 (2020-05-15) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.177'
  • Upgrade the org.realityforge.braincheck artifact to version 1.28.0.

v0.63 (2020-05-15) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.176'

v0.62 (2020-04-29) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.175'

v0.61 (2020-04-28) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.174'

v0.60 (2020-04-07) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.173'

v0.59 (2020-03-20) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.172'

v0.58 (2020-03-19) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.171'
  • Upgrade the org.realityforge.braincheck artifact to version 1.26.0.

v0.57 (2020-02-21) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.170'
  • Upgrade the org.realityforge.org.jetbrains.annotations artifact to version 1.5.0.

v0.56 (2020-02-18) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.169'

v0.55 (2020-02-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.168'
  • Upgrade the org.realityforge.org.jetbrains.annotations artifact to version 1.4.0.

v0.54 (2020-02-11) · Full Changelog

  • Convert IdleStatus.timeout into an abstract observable property.
  • Convert IdleStatus.lastActivityAt into an abstract observable property.
  • Add IdleStatus.create(long timeout) factory method for creating entity with specific timeout.

v0.53 (2020-02-11) · Full Changelog

  • Ensure DocumentVisibility implements arez.Disposable

v0.52 (2020-02-11) · Full Changelog

  • Add DocumentVisibility.isVisible() and DocumentVisibility.isHidden() helper methods.

v0.51 (2020-02-10) · Full Changelog

  • Avoid rawtypes warning by using wildcard type parameters rather than raw ComputableValue instances.

v0.50 (2020-02-10) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.167'
  • Upgrade the org.realityforge.grim artifacts to version 0.04.
  • Upgrade the org.realityforge.guiceyloops artifact to version 0.106.
  • Add some nullability annotations to IdleStatus.

v0.49 (2020-01-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.166'

v0.48 (2020-01-10) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.165'

v0.47 (2020-01-06) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.164'

v0.46 (2020-01-06) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.163'

v0.45 (2019-12-29) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.162'

v0.44 (2019-12-25) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.161'

v0.43 (2019-12-18) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.160'

v0.42 (2019-12-17) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.159'
  • Remove usage of the nameIncludesId parameter on the @ArezComponent annotation as it is scheduled for removal.

v0.41 (2019-12-05) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.158'

v0.40 (2019-11-28) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.157'

v0.39 (2019-11-21) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.156'

v0.38 (2019-11-20) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.155'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 2.27.

v0.37 (2019-11-11) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.154'

v0.36 (2019-11-05) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.153'

v0.35 (2019-11-04) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.152'
  • Upgrade the org.realityforge.org.jetbrains.annotations artifact to version 1.2.0.

v0.34 (2019-10-18) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.151'

v0.33 (2019-10-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.150'
  • Upgrade the org.realityforge.grim artifacts to version 0.03.

v0.32 (2019-10-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.149'

v0.31 (2019-10-15) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.148'

v0.30 (2019-10-10) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.147'
  • Upgrade the org.realityforge.braincheck artifact to version 1.25.0.

v0.29 (2019-10-02) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.146'
  • Upgrade the org.realityforge.braincheck artifact to version 1.23.0.

v0.28 (2019-09-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.145'

v0.27 (2019-09-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.144'
  • Upgrade the org.realityforge.javax.annotation artifact to version 1.0.1.
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 2.25.

v0.26 (2019-07-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.143'
  • Upgrade the org.realityforge.guiceyloops artifact to version 0.102.

v0.25 (2019-07-15) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.142'
  • Upgrade the au.com.stocksoftware.idea.codestyle artifact to version 1.14.

v0.24 (2019-07-08) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.141'
  • Upgrade the org.realityforge.braincheck artifact to version 1.20.0.

v0.23 (2019-07-01) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.140'
  • Add the org.realityforge.braincheck artifact as it is required by the latest version of arez.

v0.22 (2019-06-30) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.139'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 2.24.

v0.21 (2019-04-27) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.138'

v0.20 (2019-04-26) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.137'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 2.23.
  • Remove {@inheritDoc} as it only explicitly indicates that the default behaviour at the expense of significant visual clutter.

v0.19 (2019-04-16) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.136'

v0.18 (2019-04-09) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.135'

v0.17 (2019-04-09) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.134'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 1.0.0-b21-6a027d2.

v0.16 (2019-03-19) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.133'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 1.0.0-b20-bfe6e22.

v0.15 (2019-03-06) · Full Changelog

v0.14 (2019-02-28) · Full Changelog

  • Remove the IdleStatus.gwt.xml GWT module as it included exactly the same source as the Dom.gwt.xml GWT module.
  • Merge the arez-mediaquery version 0.23 into arez-dom.

v0.13 (2019-02-28) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.132'
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 1.0.0-b19-fb227e3.
  • Upgrade the org.realityforge.braincheck artifact to version 1.13.0.

v0.12 (2019-02-24) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.131'
  • Upgrade the org.realityforge.com.google.jsinterop artifact to version 1.0.0-b2-e6d791f.
  • Upgrade the org.realityforge.com.google.elemental2 artifacts to version 1.0.0-b18-f3472e7.

v0.11 (2019-02-14) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.130'

v0.10 (2019-02-11) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.129'

v0.09 (2019-02-06) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.128'

v0.08 (2019-01-30) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.127'

v0.07 (2019-01-23) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.126'

v0.06 (2019-01-23) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.125'

v0.05 (2019-01-18) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.124'

v0.04 (2019-01-17) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.123'

v0.03 (2019-01-17) · Full Changelog

  • Update the 'org.realityforge.arez' dependencies to version '0.122'
  • Merge the arez-idlestatus version 0.48 into arez-dom.

v0.02 (2018-12-20) · Full Changelog

  • Add arez.dom.GeoPosition component.

v0.01 (2018-12-13) · Full Changelog

‎🎉 Initial release ‎🎉.