docs: update changelog and readme and release 0.2.1 (#2821)

This commit is contained in:
Aakansha Doshi 2021-01-19 22:08:04 +05:30 committed by GitHub
parent 8c2bc94336
commit 3922ee8c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -12,6 +12,14 @@ The change should be grouped under one of the below section and must contain PR
Please add the latest change on the top under the correct section.
-->
## 0.2.1
## Excalidraw API
### Build
- Bundle css files with js [#2819](https://github.com/excalidraw/excalidraw/pull/2819). The host would not need to import css files separately.
## 0.2.0
## Excalidraw API

View File

@ -31,9 +31,6 @@ import React, { useEffect, useState, createRef } from "react";
import Excalidraw from "@excalidraw/excalidraw";
import InitialData from "./initialData";
import "@excalidraw/excalidraw/dist/excalidraw.min.css";
import "@excalidraw/excalidraw/dist/fonts.min.css";
import "./styles.css";
export default function App() {

View File

@ -1,6 +1,6 @@
{
"name": "@excalidraw/excalidraw",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/excalidraw.min.js",
"files": [
"dist/*"