pgAdmin 4 commit: Support React v15.5 and later where the code fails to

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support React v15.5 and later where the code fails to
Date: 2017-09-18 09:08:14
Message-ID: E1dts2I-000758-Lq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support React v15.5 and later where the code fails to run because React's PropTypes is no more part of React Module.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=026ef7b8b7effe001ccfe2eabb562bcae0ca716b
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 1 +
.../static/jsx/history/query_history_entries.jsx | 7 +-
.../static/jsx/history/query_history_entry.jsx | 5 +-
.../jsx/history/query_history_entry_date_group.jsx | 3 +-
web/pgadmin/static/jsx/react_shapes.jsx | 23 +-
web/yarn.lock | 1642 +++++++++++---------
6 files changed, 940 insertions(+), 741 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-18 09:08:38 Re: [pgAdmin4][Patch]: Use standalone modules prop-types as React.PropTypes has moved into a different package since React v15.5
Previous Message Akshay Joshi 2017-09-18 06:37:58 Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]