Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Latest commit

 

History

History
133 lines (113 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

133 lines (113 loc) · 2.41 KB

changelog

8.1.0

8.0.0

7.0.2

7.0.1

6.1.1

6.1.0

  • remove bootstrap cdn
  • more examples
    • ssr
    • module css
    • style jsx
  • next.js way
    • custom _page.tsx => _app.tsx,

6.0.3 fetch

  • update postcss
  • add postcss-import
  • [email protected]
  • add module css test env
  • update readme
  • storybook
    • add head.html to load cdn
    • use @zeit/next-css for module css config
  • update packages
  • fix import stylesheet, using module css
  • update cdn
    • bootstrap@4
    • fontawesome@5
  • fix storybook not working issue#14
  • update packages

6.0.3

6.0.1

5.1.0

5.0.5

  • ci
  • fix
    • Layout.tsx global style is not rendered in output issue#7

5.0.4

  • update jest config
  • scripts
    • npm run ts:check # typescript error check
    • npm run test:watch
    • npm run test:coverage

5.0.3

  • fix
    • store-reducer connection
  • add enzyme
    • scripts
      • npm run test
      • npm run test:watch
  • rename dev script npm run dev > npm run start:dev

5.0.2

  • add storybook

5.0.1

  • name change
    • next.js-typescript-boilerplate -> next.js-typescript-starter-kit

5.0.0

4.1.4