Skip to content

Latest commit

 

History

History
211 lines (174 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

211 lines (174 loc) · 13.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.7.0 - 2024-02-08

Changed

  • Update all dependencies

1.6.0 - 2023-12-07

Changed

  • Update all dependencies
  • Use Bun instead of Yarn/Node

1.5.1 - 2023-07-11

Added

  • Add Next.js App router example in playground

1.5.0 - 2023-07-11

Changed

  • update all dependencies
  • improve CLI outputs

1.4.3 - 2022-12-07

Changed

  • remove inquirer import

1.4.2 - 2022-12-07

Removed

  • Inquirer v9

1.4.0 - 2022-12-07

Changed

  • Update all dependencies
  • Update Eslint/TS config

1.3.3 - 2022-09-05

Fixed

  • fix copy script

1.3.2 - 2022-09-05

Fixed

  • fix copy script

1.3.1 - 2022-09-05

Fixed

  • fixed

1.3.0 - 2022-09-05

Added

  • Fetch (react-query) example

Changed

  • Update all dependencies

Removed

  • Drop HTML/Twig Prettier lint (use twigcs instead)

1.2.3 - 2021-12-24

Added

  • HTML/Twig support for Prettier
  • VSCode Recommended plugins and better configuration

Changed

  • Improve Styleling configuration

1.2.2 - 2021-12-22

Added

  • clsx in playground

1.2.1 - 2021-12-21

Added

  • Tailwind 3 support without Emotion

1.1.6 - 2021-10-07

Added

  • add missing airbnb base eslint config

1.1.5 - 2021-09-17

Changed

  • Migration Changelog to keepachangelog spec

1.1.4 - 2021-09-17

Changed

  • ⬆️ upgrade dependencies [ca16f7e]

1.1.3 - 2021-06-25

Added

  • ✅ fix counter e2e test [0d7eca5]

1.1.2 - 2021-06-25

Changed

1.1.1 - 2021-06-25

Fixed

1.1.0 - 2021-06-25

Added

  • ✨ add Icons system [7b6555f]
  • ✨ add eslint-plugin-tailwind and the twin related patch [2240b79]

Changed

  • 🔧 add missing devDeps on init [91686bd]
  • 🔧 fix storybook and test config [90b913e]
  • ⬆️ update twin.macro integration [5c182e2]
  • ⬆️ rough update of dependencies and configs [1797bc5]
  • 🔧 update config [41efc28]
  • ⬆️ upgrade playground dependencies [cc82dca]
  • 📝 update test doc [e087bd7]

1.0.9 - 2021-03-05

Changed

  • 🔧 set proper tsconfig for eslint [9d56e41]

1.0.8 - 2021-03-05

Changed

  • ⬆️ upgrade playground [5b35d93]
  • 🔧 update init bin [999afbd]
  • ⬆️ ugrade dependencies and scripts [c2de6d2]
  • ♻️ only TS [7ec68c2]

1.0.7 - 2020-12-08

Fixed

  • 🐛 fix eslint ts config [79218ec]

1.0.6 - 2020-12-08

Fixed

  • 🐛 fix css in Storybook [672b620]

1.0.5 - 2020-12-08

Changed

  • ⬆️ update emotion and fix updates side-effect [de30425]
  • ⬆️ update all dependencies [dc44e18]
  • 📝 improve doc [517c446]
  • 📝 improve doc [f43fd16]
  • 📝 update GTM doc [6be1a6a]
  • 📝 add GTM doc page [3277baa]
  • 📝 Improve changelog [a30c2e8]
  • 📝 add Changelog [b2dc2eb]

1.0.4 - 2020-08-12

Added

  • ✨ add next bin [93ca4d2]
  • ✨ add base CLI [d0dae6a]
  • ✨ add storybook testing [ea2fcfa]
  • ✅ add basic unit tests [ef55b64]
  • ✨ improve e2e tests [45f8c25]
  • ✨ add Github cypress action [03ef893]
  • ✨ add Cypress tests [ead8bc1]
  • ✨ add Counter component for testing tests [53e32ae]
  • ✨ add Blank component [1b4d517]
  • ✨ add twin.macro in Playground [c909f71]
  • ✨ improve eslint config and add lesss buggy playground with Nextjs + TS [d3b4551]
  • 🎉 init project [8fa2fc4]

Changed

  • ♻️ improve scripts naming [a657d51]
  • 🔧 udpate jest config [5aab1b4]
  • ♻️ better file structure [4810a28]
  • 🚨 remove lint error [88ed745]
  • 🔧 add eslint config with typescript [fb302ae]
  • 📝 improve doc [7ccc85b]
  • 📝 improve doc [c589148]
  • 📝 improve doc [0230f52]
  • 📝 improve doc [39ac273]
  • 📝 add documentations [2cd94a1]
  • Merge pull request #3 from antistatique/feature/storybook-tests [2bd8e6c]
  • Merge pull request #2 from antistatique/feature/cypress-action [17e525d]

Removed

  • 🔥 remove DS_Store [b2688d6]
  • 🔥 remove outdated cra codebase [cde48e0]

Fixed