Skip to content

Releases: FredericHeem/starhackit

React 18

17 Dec 20:02

Choose a tag to compare

v10.17.0

10.17.0

Summer 2021

05 Aug 15:20

Choose a tag to compare

Update dependencies,
Use more components from md-lean

Feb 2021

23 Feb 14:45

Choose a tag to compare

Deploy infrastructure with grucloud.
Make docker images suitable for k8s.

summer 2020

12 Aug 06:51

Choose a tag to compare

Update dependencies

2019 summer

23 Jun 17:10

Choose a tag to compare

Major frontend rewrite:

  • multi frontend: public, user and admin, all under 100KB.
  • typescript has replaced babel, reducing bundle size by 25%.
  • glamorous being no longer maintained, emotion is the new css solution.
  • react replaced preact due to emotion.
  • nightwatch uses chrome driver directly, no more selenium.
  • concept of layout, each component can choose its own layout or uses the default one.
  • all routes are loaded dynamically to reduce bundle size.

Spring 2018

01 Apr 22:55

Choose a tag to compare

FE:

  • webpack 4
  • use babel-preset-env
  • use babel-plugin-module-resolver
  • package.json cleanup

BE:

  • remove rabbitmq dependency, use redis pub/sub instead
  • postgres 9.6 with postgis support
  • facebook login trough a mobile app
  • complete REST API example with the ticket module
  • Add document plugin to upload documents

Deployment:

  • support ubuntu 16.04
  • ansible 2.4

Update all dependencies for FE and BE

2018 update

04 Mar 14:42

Choose a tag to compare

  • Prettier for all source code
  • Add a tiny Animate component for nice css transition
  • Upgrade to new universal-router v6 API
  • Update most dependencies
  • e2e testing for 404 pages
  • Tidy up

Under 100kB

23 Jul 15:24

Choose a tag to compare

The application is now under 100kB gzip: app + vendor {js, css}

  • use preact instead of react
  • use universal-router instead of react-router
  • remove redux and friends: redux-react, redux-act, redux-act-async, redux-logger.
  • remove react-s-alert
  • user validator.js instead of checkit
  • asynchronous view loading
  • no more stylus
  • use tiny glamorous

Preact

16 Jul 15:39

Choose a tag to compare

This release substitutes React with Preact, it's much leaner and PATENT FREE.

Weight loss in style

30 May 19:04

Choose a tag to compare

  • remove material-ui and use a custom built material design lib: mdlean
  • add a component guide
  • real time theming
  • use glamorous for styling
  • load babel-polyfill dynamically only when needed