Skip to content

Releases: leam-tech/renovation-core

Release : v1.2.4

16 Feb 06:25
4a9a854
Compare
Choose a tag to compare

Fixed:

  • rxjs imports causing runtime error in angular

Release : v1.2.2

29 Aug 10:08
be6b308
Compare
Choose a tag to compare

Added:

  • Change & Forget Password
  • Password Strength Estimator using zxcvbn
  • Login (SSO) using Google & Apple

Fixed:

  • Export Enums
  • v13 Doc Assignment
  • frappeVersion for tags cmd
  • load translations of a specific language
  • Pin Login updates

Release : v1.1.7

06 Aug 09:20
ab226c3
Compare
Choose a tag to compare

Added:

  • Observe LocalStorage Session for Cross Tab Session Updates

Fixed:

  • undefined type error from upload file response
  • type errors ._server_messages & .exc

Release : v1.1.4

19 Jul 13:58
fb0b9aa
Compare
Choose a tag to compare

Added:

Export axios instance

Fixed:

Parse app versions using regex pattern

Release : v1.1.3

14 Jul 15:17
1dee683
Compare
Choose a tag to compare

Fixes:

  • Client Id for Socket IO Connections

Release : v1.0.3

11 Apr 09:11
Compare
Choose a tag to compare

Fixes:

  • Fixed error handling for getDocCount
  • Fixed getTags for Frappé version >= 12

Modifications

  • Variables are now fetched from System environment variables (process.env)
  • Tests are now not reliant on Fixtures.
  • Added some missing tests
  • Removed redundant tests
  • Changed doctypes used in tests
  • Added before/after for some test suites
  • Added "--exit" for mocha tests where the process is not exited on test completion.
  • Ability to disable/enable logging
  • Minor Refactoring