Skip to content

Releases: allaboutapps/cra-template-aaa-typescript

v1.3.1

30 Jun 12:42
Compare
Choose a tag to compare
  • For drone builds: add git branch, hash and build time as comment to section

v1.2.0

17 May 15:54
Compare
Choose a tag to compare

v1.1.1...v1.2.0

v1.1.1

09 Oct 10:10
Compare
Choose a tag to compare
  • fix tokenExchange 0e1d52e
  • fix content type for go backend, fix credential props for go backend 96516af
  • Fix shadowed props 8d0f0d4
  • Update README with publish step c0bcab1

v1.1.0...v1.1.1

v1.1.0

04 Aug 09:21
Compare
Choose a tag to compare
  • Fix test script 6a87a6b
  • Remove .yarnrc 6a5d1b4
  • Remove unused files f83aa69
  • Remove graphql support, enable prettier also for css, json and html, update packages d97a11c
  • Switch to asdf version manager 445d968
  • Show loading overlay while store is rehydrating 61024ff
  • update package.json 2d190e6
  • update readme cc6e10c
  • update readme 00352b8
  • adjust readme 327a848
  • prettify code eb3db61
  • add prettier and regarding settings e36c8f7
  • remove unnecessary types 786b851
  • Add NoAuthOnlyRoute to get rid of componentDidUpdate in LoginSite, also rename rest to props a668cfd
  • replace formsy with formik ec4d791
  • directly import TextField from material-ui c7629a9
  • update dependencies cb8a3d6
  • move network and stores folders outside components folder f2fdb8a
  • Remove observer from DashboardRouter, do not pass visibility prop to LoadingOverlay since it is not necessary a0a6af0
  • rewrite routers to functional components 3a1fcfe
  • remove top border 9bbb1a5
  • move .env file 0967828
  • add .env file with EXTEND_ESLINT=true fe73e78
  • directly export theme b46b2b1
  • directly export Styles 1eeeacc
  • directly export Images 7f8beef
  • Use arrow functions and directly export in FormValidations 510abcf
  • rewrite exports in sites directory eb2c703
  • rewrite other exports in routers directory c610da0
  • directly export routes 363bd1a
  • directly export history 18f85bd
  • use arrow functions in API 69c5ae3
  • add semicolons f510a9c
  • remove unecessary function body in LoadingOverlay 37ed893
  • infer type to state 82fdccb
  • Recreate NotFoundSite as functional component f1eb402
  • LoadingOverlay: write as functional component, CustomInputField: deconstruct props, reduce lines on simple setStates, do not recreate handlers bb2b44c
  • use correct path to template c20b134
  • add ls command 173eca9
  • remove unnecessary command e29d9a3
  • add back docker build into drone.yml ee43065
  • adjust name in package.json to repository name df66050
  • change path in drone.yml 943fdc3
  • add license to package.json 29a0182
  • remove a slash in path def42d7
  • fix command to create react app via cra d223cbb
  • remove explicit version on create-react-app install 5962d12
  • remove unnecessary extra $ sign af9527c
  • stringify create-react-app command 5a66d0d
  • add file:/// at beginning to templatepath eabc472
  • rename drone file to correct name 4d828a9
  • add docker build to drone.yml 1a57e37
  • test drone configuration 702f8d4
  • rename license building script to be more clear 1f29bd3
  • remove resolutions since types updated. Need to be added back on demand after scaffolding 5ae7ee3
  • change scripts to optionally build with third party notices (licences), ignore custom webpack config (via craco) otherwise 5e0ea73

b04103f...v1.1.0