Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Releases: ueno-llc/starter-kit-universally

v1.5.0

11 Jul 16:18
Compare
Choose a tag to compare

New:

Fixes:

  • Check react router for redirection
  • Fix share image link
  • Update critical packages

v1.4.7

03 May 17:19
Compare
Choose a tag to compare
  • Fix DevTools that wasn't showing up on heroku with the variable set to true
  • Fix addHash from serviceWorker
  • Remove unused props from Button components
  • Remove unnecessary svg-file-loader
  • Improve error handling
  • Add a new vertically-responsive mixin to handle vertical responsiveness
  • Remove heading, subheading, and copy from mixins
  • BASE_URL to be dynamic according to HOST and PORT variables
  • Fix paths and files for favicons

1.4.6

05 Feb 11:31
Compare
Choose a tag to compare
  • Fixes issue with chunk hashes being updated even though code hadn’t changed
  • Simplifies chunk serving mechanism

1.4.5

21 Dec 15:08
Compare
Choose a tag to compare
  • Fixes a bug with script CSP

1.4.4

20 Dec 15:01
Compare
Choose a tag to compare
  • Fixes issues with code splitting
  • Fixes jest setup
  • Fixes 'X-UA-Compatible' header

1.4.3

05 Dec 10:08
Compare
Choose a tag to compare
  • Fixed css hot-reloading bug
  • Linting bump
  • Simplified static build

1.4.2

17 Nov 16:14
Compare
Choose a tag to compare
  • Upgrade @ueno/eslint-config to 1.2.4
  • Update yarn.lock

1.4.0

17 Nov 12:16
@osk osk
Compare
Choose a tag to compare
  • Update to React 16! #57
  • Update from upstream, #69
  • Minor fixes for Windows dev, #70
  • Updates linting, #68
  • Required nodejs versions are now 8 or 9

1.3.0

08 Nov 13:30
@osk osk
b319518
Compare
Choose a tag to compare
  • Strip-unit from variables for division in text mixins
  • Linting based on upcoming version 1.0 of styleguide
  • Rehydrate app state
  • Adds css code splitting
  • Removed Heading component
  • Removed core-decorators package

1.2.0

04 Oct 14:37
Compare
Choose a tag to compare
  • Refactor and cleanup of Sass files, see #50
  • Static build of app into ./build/static with build:static script
  • Print out server url instead of only port in console
  • Add "no-js" class to that is removed immediately by the client, useful for making sure SSR works even tho JS doesn't execute
  • Fix and document problems with decorators, state and hot reloading (React-hot-loader bug)
  • Fix IE11 bug with CSP headers
  • Change all components to extend PureComponent