Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Releases: aerokube/selenoid-ui

1.10.1

22 Sep 04:19
2364364
Compare
Choose a tag to compare

What’s Changed

📦 Dependency updates

1.10.0

16 Mar 15:47
180096a
Compare
Choose a tag to compare

What’s Changed

📦 Dependency updates

1.9.2

25 Jan 21:43
Compare
Choose a tag to compare

What’s Changed

📦 Dependency updates

1.9.1: filtering for sessions and videos

25 Nov 23:48
0ff4997
Compare
Choose a tag to compare

What’s Changed

NEW!

Now you can use filtering for both sessions and videos:

📦 Dependency updates

v1.9.0: reworked UI with table view

02 Oct 18:51
Compare
Choose a tag to compare

What’s Changed

  • fix styled components warning, docs and screenshot upd (#233) @lanwen
  • less space for table rows, animation, remove videos section title (#232) @lanwen
  • Added section about using with Ggr or Moon in docs (#218) @vania-pooh
  • Table view for sessions (#213) @lanwen

2019-10-01_22-34-27

📦 Dependency updates

1.8.1: Maintenance

31 Jul 21:15
000862b
Compare
Choose a tag to compare

This is maintenance release and functionally nothing changed. But that's a massive update on how it works internally, so please file an issue if something works not the same way as previously.

What’s Changed

  • react hooks, along with rxjs-hooks (#182) @lanwen

    Visually not that much should change, but this brings a lot of tech improvements allowing further feature implementations easier to deliver. And also stay up-to-date with JS world!
    Also worth mention, that now manual creation gives immediate feedback about successful launch. Also cancels the request in case you will move to another page (fixes #165).

  • remove jsonschema validation (#176) @lanwen

    Previously was expected that jsonschema will help with the API migrations between different selenoid versions, but in fact, broke some interoperation on its own. Thus removed as useless in our case.

  • migrate to styled-components instead of sass (#169) @lanwen

    Sass is a great tech, but requires heavy compiler and constantly breaks the build. So it was mitigated by the more fat bundle :) Just kidding, css-in-js gives a lot of flexibility in the way you name the components, so now its harder to brake the css with the wrong name in styles. And also seems v5 of styled-components is promised to be quite fast.

  • functional components, react-scripts 3.0.1 (#168) @lanwen

📖 Documentation

  • Mention manual run in the feature list (#183) @lanwen

📦 Dependency updates

v1.8.0: manual testing support

22 Jul 17:00
455e366
Compare
Choose a tag to compare

New features

Now you can kill the session:
image

As well as start new (on the capabilities tab):
image

Note: Starting will work smoothly only if you have a numeric version for your browser (e.g. not latest in the config)

Improvements

  • #157 - better showing hundreds of videos

v1.7.0: Video player is here!

25 Jun 21:53
Compare
Choose a tag to compare

What’s Changed

  • Basic video player for recorded videos in selenoid node (#152) @eacevedo79 (requires Selenoid 1.9.2+)
  • Added Google Analytics script to docs (#149) @vania-pooh

v1.6.7: minor fix in capabilities section

13 May 15:33
Compare
Choose a tag to compare

What’s Changed

v1.6.6

26 Mar 02:10
Compare
Choose a tag to compare

What’s Changed