Skip to content

Releases: isaacphysics/isaac-react-app

v2.0.4

11 May 14:31
Compare
Choose a tag to compare

Changelog:

Both subjects:

Physics:

Computer Science:

v2.0.3

04 May 10:54
Compare
Choose a tag to compare

Changelog:

Both subjects:

Physics:

  • No subject-specific changes

Computer Science:

Full Changelog: v2.0.2...v2.0.3

v2.0.0

13 Apr 14:25
Compare
Choose a tag to compare

Changelog:

This release moves to using Yarn for package management in isaac-react-app.

Both subjects:

Physics:

  • Add pre gcse homepage link for phy by @bh412 in #544

Computer Science:

Full Changelog: v1.7.8...v2.0.0

v1.7.8

06 Apr 12:26
Compare
Choose a tag to compare

Changelog

Both subjects

  • Update the way ETL builds

Physics

  • katex-a11y.js chokes on \vphantom{X} when dealing with chemistry by @Morpheu5 in #536

Computer science

Full Changelog: v1.7.7...v1.7.8

v1.7.7

06 Apr 12:24
Compare
Choose a tag to compare

Changelog

Both subjects

  • Alter logic to show waiting list button by @bh412 in #540

Full Changelog: v1.7.6...v1.7.7

v1.7.6

31 Mar 14:09
Compare
Choose a tag to compare

Emergency release

Fixed ordering of users by name on CSV exports, making sure that the comparison dealt with null values.

v1.7.5

31 Mar 14:08
Compare
Choose a tag to compare

Emergency release

This version was live for about 1 hour
Fixed ordering of users by name on CSV exports, making sure ordering was by family name primarily

v1.7.4

30 Mar 16:42
Compare
Choose a tag to compare

Changlog

Both subjects

  • Feature/address inconsistent input validation error presentation during user create update by @mwtrew in #519
  • Add TitleAndBreadcrumb parameter to optionally disable LaTeX rendering by @mwtrew in #535
  • New editor preview: renderer for CS and physics that can be used with the new editor by @robinmessage in #525
  • Log in/Sign up prompt after anonymous question attempt by @chrisjpurdy in #505
  • Fix bug showing the waiting list message inappropriately by @Morpheu5 in #534

Physics

Computer Science

  • Show a single accordion section even if it's irrelevant to the user by @Morpheu5 in #524
  • Isaac code editor iframe wrapper component by @chrisjpurdy in #517

Full Changelog: v1.7.3...v1.7.4

v1.7.3

23 Mar 13:55
Compare
Choose a tag to compare

Front-end only release.

Changelog:

Both subjects:

  • Improved meta descriptions by @jsharkey13 in #528
  • Manage Tests / Assignment Progress (tests): student performance overflows window, doesn't scroll by @chrisjpurdy in #529

Physics:

Full Changelog: v1.7.2...v1.7.3

v1.6.27

09 Mar 15:11
Compare
Choose a tag to compare

Changelog:

Both subjects:

  • Fix an issue on the My Account page that meant changes were sometimes not persisted even after clicking "Save".
  • Use try-with-resources for several more resources, to appease LGTM and perhaps reduce risk of resource leaks.
  • Validate the "types" property on search queries correctly.

Computer Science:

  • Release GCSE Programming Concepts on the All Topics page.
  • Update highlight colours for content CSS classes.