Re: Regarding pgAdmin browser support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Regarding pgAdmin browser support
Date: 2022-10-07 08:20:07
Message-ID: CA+OCxoyU2Rns9fP8_SW9K4-wyZyHYkmshAmmyyWyQvEH5dtzug@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, 6 Oct 2022 at 14:09, Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

>
>
> On Thu, Oct 6, 2022 at 6:34 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>>
>>
>> On Thu, 6 Oct 2022 at 13:59, Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> On Thu, Oct 6, 2022 at 6:08 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>>
>>>> Hi
>>>>
>>>> On Thu, 6 Oct 2022 at 13:24, Aditya Toshniwal <
>>>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi Hackers,
>>>>>
>>>>> The current browser support is quite outdated -
>>>>> https://www.pgadmin.org/faq/#11 and most modern libraries like (
>>>>> https://mui.com/) MUIv5 do not even support them.
>>>>> That said, we should reconsider the min browser version supported to
>>>>> at least allow moving MUI v4 to v5.
>>>>> As per migration guide https://mui.com/guides/migration-v4/, the
>>>>> minimum browser version supported are:
>>>>> Chrome 90 (up from 49)
>>>>>
>>>>
>>>> 2021-04-14
>>>>
>>>>
>>>>> Edge 91 (up from 14)
>>>>>
>>>>
>>>> 2021-05-27
>>>>
>>>>
>>>>> Firefox 78 (up from 52)
>>>>>
>>>>
>>>> 2020-06-30
>>>>
>>>>
>>>>> Safari 14 (macOS) and 12.5 (iOS) (up from 10).
>>>>>
>>>>
>>>> 2020-09-16
>>>>
>>>> So the youngest one of those is still over a year old. Which I think is
>>>> fine.
>>>>
>>>>
>>>>>
>>>>> The only problem is pgAdmin supports macOS 10.15 which ships Safari
>>>>> 15. But since we're shipping with NWjs, the users of this should be
>>>>> negligible.
>>>>>
>>>>
>>>> I'm not sure why that's a problem, given that MUI supports Safari 14+?
>>>>
>>> My bad, macOS 10.15 ships with Safari 13. :/
>>>
>>
>> It shipped with it, but as long as you've updated you should have v14
>> (v15 dropped support for Catalina).
>>
>> I don't think that's an issue.
>>
> Awesome. We should probably update the website then.
>

Done. I've also removed the note about IE11 support going away in the
future.

https://www.pgadmin.org/faq/#11

Thanks.

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-10-07 09:55:20 Re: Regarding pgAdmin browser support
Previous Message Pravesh Sharma 2022-10-07 03:43:39 [pgadmin-org/pgadmin4] f79844: Fixed an issue where notifications disappeared qui...