Skip to content

Releases: jaktestowac/gad-gui-api-demo

v2.7.11

06 Jan 18:08
682715f
Compare
Choose a tag to compare

Highlights

Features:

  • new practice pages - pagination, forms, nested iframes, shadow dom, animations
  • anchor links
  • redirects on login/register - now user will be redirected to page from where he came
  • self hosted icons and fonts

Fix:

  • version check
  • user soft delete feature flag
  • package.json dependencies and imports
  • url in random shopping cart practice page

Refactor:

  • book shop operations
  • admin role - ⚠️ Possible breaking change! ⚠️ (admin role was never officially released!)

v2.7.10

20 Dec 19:37
9b76a86
Compare
Choose a tag to compare

Highlights

Features:

  • strict_surname_validation as feature flag #45
  • experimental certs #51
  • practice pages for mocking REST API
  • debug route and process manager for keeping GAD alive and fast development

Fixes:

  • article title validation in PUT #54

v2.7.9

01 Dec 14:06
754957b
Compare
Choose a tag to compare

Highlights

Features:

  • new practice pages
  • simple db migrator #30
  • endpoints for random data generation
  • user soft delete
  • released messenger module

obraz

  • enabled message-notifier for all pages

Fixes:

  • comment created (via PUT) with missing user_id
  • message unification on flashpost page

Chores:

  • README update
  • additional tests for book-shop

Other:

  • [RC1] book shop module
  • [experimental] certs and https

v2.7.8

15 Oct 04:58
147c81d
Compare
Choose a tag to compare

Highlights

Fixes:

  • style in backoffice

v2.7.7

14 Oct 14:42
b31cd92
Compare
Choose a tag to compare

Highlights

Features:

  • practice pages with errors in console

v2.7.6

14 Oct 13:45
290da00
Compare
Choose a tag to compare

Highlights:

Features:

  • minor fixes on practice pages

Fixes:

  • revert: surname validation #45
  • surname validation #47
  • styling

v2.7.5

27 Sep 20:53
7d25f34
Compare
Choose a tag to compare

Highlights:

Features:

  • new flashpost alerts
  • new games - chaotic pong and brick breaker
  • new practice pages and some improvements on existing ones
  • feature toggle - user soft delete

Fixes:

  • surname during registration (-) #45
  • weather data on /data/ endpoint (possible breaking change! but rather minor cause this endpoint wasn't publicly used)
  • minor vulnerabilities
  • styling

v2.7.4

21 Aug 06:19
fe96b29
Compare
Choose a tag to compare

Highlights:

Features:

  • new practice pages

Fixes:

  • minor styling and other fixes
  • changed birthdate to birthDate

v2.7.3

10 Aug 15:08
c7c4e20
Compare
Choose a tag to compare

Highlights:

Features:

  • new alerts on flashposts

Fixes:

  • multiple changes on practice pages
    • ⚠its a possible breaking change for UI tests but only on practice pages!⚠

v2.7.2

27 Jul 13:51
b114625
Compare
Choose a tag to compare

Highlights:

Features:

  • major changes on practice pages
  • data endpoint with swagger doc for future functionallities

Fixes:

  • PATCH /articles/:id - should update article title to already existing one
    - VALIDATE_ARTICLE_TITLE is under feature flag
  • using PUT with empty body will return error 422 (comments, users, articles)
  • time zone offset on UI