Skip to content

Releases: EQWorks/react-schedule

v1.1.0

20 Dec 22:02
b9d46a2

Choose a tag to compare

Changelog: from INCEPTION to v1.1.0

CHANGED

  • version - v1.1.0 (f63d3f4 by Runzhou Li (woozyking))
  • devops - publish storybook through chromatic (eb7df92 by Runzhou Li (woozyking))
  • devops - eslint config revision and sweeping lint --fix (f2ee0f2 by Runzhou Li (woozyking))
  • devops - yarn upgrade-interactive 20211220 (0598f37 by Runzhou Li (woozyking))
  • devops - CI workflows upgrade to latest actions, revise node ver matrix (548d26a by Runzhou Li (woozyking))
  • button - moved styles form static css file into js files (b2b5e7e by hyx131)
  • devops - master workflow diff node modules cache per node version (d34e8fd by woozyking)
  • deps - yarn upgrade-interactive (0240460 by woozyking)
  • devops - lint and test on master PR/push; storybook only on master push (b3f2f21 by woozyking)
  • actions - created github actions secret token (ca56da5 by hyx131)
    • Github Actions - created github actions secret token
  • actions - included dependency cache in workflow - renamed workflow config file for storybook (a7c6718 by hyx131)
  • others/others - Change dayButton and hourButton to be a single, unified style (20f24c1 by woozyking)
  • others/others - Change day/hour toggle active state based on row/column selections (2d30296 by woozyking)
  • others/others - setup travis and deploy to github page (e22a76f by Jason Feng)
  • others/others - clean up, wip (dfc2484 by woozyking)

ADDED

  • devops - dual registry publish on tag releases (cdfafea by Runzhou Li (woozyking))
  • button - create custom button with props to modify styling - accept props to: toggle active/inactive state, change color/size/filled/outlined - is clickable or disabled - can be styled by material-ui useStyles (f68a0b4 by hyx131)
  • actions - build job for automated testing on push to local branch (3934c62 by Selin Huang)
    • GitHub Actions - deploy to gh-pages
    • test push
    • GitHub Actions - deploy job test push #2
    • Github Actions - deployment job test push #3
    • Github Actions - added test story to test automated deployment
    • test push #4
    • Github Actions - deploy job test push #5
    • Github Actions - deployment job test push #6
    • Github Actions - deployment job test push #7
    • Github Actions - deployment job test push #8
    • Github Actions - test push #9
    • Github Actions - modified storybook stories for deployment testing
    • Github Actions - test deploy #10
    • Github Actions - test deploy #11
    • Github Actions - test deploy #12
    • Github Actions - test deploy #13
    • Github Actions - test deploy #14
    • Github Actions - test push
    • Github Actions - testing push with a new deployment action
    • Github Actions - test push with build-and-deploy config format
    • Github Actions - test deploy with new deploy action
    • Github Actions - test deploy with deployment folder included in config
    • Github Actions - test push with token
    • Github Actions - changed folder param to root folder for deployment action
    • Github Actions - changed deployment branch to gh-pages
    • Github Actions - test push with homepage link added on package.json file
    • Github Actions - test push with deployment folder changed to build
    • Github Actions - test push without actions/checkout actions
    • Github Actions - added github workspace path
    • Github Actions - changed deployment script
    • Github Actions - changed config format
    • Github Actions - fixed config error
    • Github Actions - test push
    • Github Actions - test push #2
    • Github Actions - test push
    • Github Actions - test deploy
    • Github Actions - test deploy/2
    • Github Actions - specified gh token in package.json file;
    • Github Actions - changed folder location to dist in deploy actions config
    • Github Actions - changed github action for deployment
    • this actions requires github deploy key
    • Github Actions - changed deploy config to using storybook-deployer tool
    • previously used github actions
    • Github Actions - test run with config syntax error fix
    • Github Actions - test run with deploy script change
    • Github Actions - test run re-using github actions
    • Github Actions - modified stories for test run
    • Github Actions - test run with deploy dist directory as publish_dir
    • Github Actions - test run
    • Github Actions - test run with ./public directory added to workflow
    • Github Actions - test run with config syntax error fix
    • Github Actions - test run
    • Github Actions - test run
    • Github Actions - test run
    • recursive copy of stories directory to public directory in workflow
    • Github Actions - test run
  • others/others - Add per-column hour toggles (df7da51 by woozyking)
  • others/others - [G2M] Enhancement/semantic theming (#1506) (69074c6 by Michael Woo)
    • add less theme and configure webpack for less
    • apply theme at logged in container
    • add readme for theme generation
    • fix syntax on link
    • add in changes from sandbox branch
    • add metroland theme
    • fix lint
    • stop moment from complaining non ISO 8601/RFC 2822 date parsing
    • changed css files
  • others/others - [G2M] Devops/use jwt (#1421) (93569ed by Jason Feng)
    • remove server
    • JWT login and direct calling api with JWT
    • fix lint errors
    • fully working log out
    • fix google api url and move api key to env
    • bug fix
    • switch to localstorage
    • fix a bug that search to another whitelabel does not trigger reload
    • add back missingfiles and fix linting
    • change the use of axios
    • clean cli
    • deploy to aws s3
    • bug fix
    • test
    • test
    • deploy to s3
    • update gitignore
    • fix invalid token redirect
    • clean up files
    • fix linting
    • fix build script
    • switch to prod.env convention
    • update gitignore
    • add sample.env
    • delete dockerfile and update gitignore
    • fix build .prod.env path
    • dotproddotenv to proddotenv

FIXED

  • button - button works with shedule code independent from semantic ui (0ace538 by hyx131)
  • devops - master PR/push include build job (2f9903e by woozyking)
  • devops - babel build and publish process (89dc969 by woozyking)
  • others/others - rewrite with hooks and fix drag (a597987 by Jason Feng)

v1.1.0-alpha.0

20 Dec 21:35

Choose a tag to compare

v1.1.0-alpha.0 Pre-release
Pre-release
devops - dual registry publish on tag releases