# 更新日志

## 2018-01-17

* 完成添加到构建系统（Webpack）
* 完成构建自定义模块
* 完成通过Parchment重写元素

## 2018-01-16

* 完成delta
* 增加API目录文件
* 增加Module目录文件
* 增加其他目录文件
* 完成themes
* 完成为什么使用Quill
* 完成如何自定义Quill
* 添加自定义总结-修改format字体白名单

## 2018-01-15

* 完成formats

## 2018-01-12

* 完成toolbar module剩余翻译
* 完成download
* 修改问嘟囔目录下自动生成文件名称，重新更新菜单链接
* 新建modules.md
* 完成配置项configuration

## 2018-01-11

* 完成api-events全部翻译
* 完成api-model
* 完成api-extension
* 调整目录结构
* 新增modules文件夹，新建相应模块文件
* 菜单关联
* 完成history module
* 完成toolbar module部分翻译

## 2018-01-10

* 完成api-content
* 完成api-editor
* 完成api-events部分翻译
* 完成api-formatting
* 完成api-selection
* 添加通过Parchment重写元素，完成部分翻译

## 2018-01-09

* 新建项目，添加基础目录结构
* 新建如何自定义Quill
* 完成Parchment


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kang-bing-kui.gitbook.io/quill/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
