From c9364937b43bb94a1a384da070f22658b6f5e754 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 10 Feb 2022 21:48:45 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f38c9..1683f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - **BREAKING:** default version of the package doesn't auto-initialize buttons - remove mixins, defining the code/styles directly in the files +- use [Vite](https://vitejs.dev/) for building, reducing the devDependencies + tree and build times drastically + - **BREAKING:** newly built files offer worse browser support - change code style to [Prettier](https://prettier.io/) ### Removed