Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog #571

Merged
merged 6 commits into from
Dec 19, 2018
Merged

Add changelog #571

merged 6 commits into from
Dec 19, 2018

Conversation

neSpecc
Copy link
Member

@neSpecc neSpecc commented Dec 18, 2018

No description provided.

README.md Outdated
### 2.2—2.7 changelog

- `New` *Sanitize API* — [Sanitize Config](https://github.com/codex-team/codex.editor/blob/master/docs/tools.md#automatic-sanitize) of `Block Tools` now automatically extends by tags of `Inline Tools` that is enabled by current Tool by `inlineToolbar` option. You don't need more to specify `a, b, mark, code` manually. This feature will be added to fields that supports inline markup.
- `New` *Block Selection* — Ability to select Block by `CMD+A`, and the whole Editor by secondary `CMD+A`. After that, you can copy (`CMD+C`), remove(`Backspace`)or clear (`Enter`) selected Blocks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `New` *Block Selection* — Ability to select Block by `CMD+A`, and the whole Editor by secondary `CMD+A`. After that, you can copy (`CMD+C`), remove(`Backspace`)or clear (`Enter`) selected Blocks.
- `New` *Block Selection* — Ability to select Block by `CMD+A`, and the whole Editor by double `CMD+A`. After that, you can copy (`CMD+C`), remove (`Backspace`) or clear (`Enter`) selected Blocks.

README.md Outdated
- `New` *[Styles API](https://github.com/codex-team/codex.editor/blob/master/types/api/styles.d.ts)* — Added `button` class for stylization of any buttons provided by Tools with one unified style.
- `New` *[Notifier API](https://github.com/codex-team/codex.editor/blob/master/docs/api.md#notifierapi)* — methods for showing user notifications: on success, errors, warnings, etc.
- `New` *Block Tool* — [Table](http://github.com/codex-editor/table) constructor 💪
- `New` If one of Tools is unavailable on Editor initialization with saved data, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of Tools will failed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `New` If one of Tools is unavailable on Editor initialization with saved data, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of Tools will failed
- `New` If one of the Tools is unavailable on Editor initialization, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of the Tools is failed

README.md Outdated
- `Improvements` — All Projects code now on TypeScript
- `Improvements` — NPM package size decreased from 1300kb to 422kb
- `Improvements` — Bundle size decreased from 438kb to 252kb
- `Improvements` — `Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment event when Caret will be placed into the URL-input.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `Improvements``Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment event when Caret will be placed into the URL-input.
- `Improvements``Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment when Caret is set into the URL-input.

README.md Outdated
- `Improvements` — NPM package size decreased from 1300kb to 422kb
- `Improvements` — Bundle size decreased from 438kb to 252kb
- `Improvements` — `Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment event when Caret will be placed into the URL-input.
- `Improvements` — Block Settings won't be showed near empty Blocks of `initialType`. You should click on them instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `Improvements` — Block Settings won't be showed near empty Blocks of `initialType`. You should click on them instead.
- `Improvements` — Block Settings won't be shown near empty Blocks of `initialType` by default. You should click on them instead.

README.md Outdated
- `Improvements` — Bundle size decreased from 438kb to 252kb
- `Improvements` — `Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment event when Caret will be placed into the URL-input.
- `Improvements` — Block Settings won't be showed near empty Blocks of `initialType`. You should click on them instead.
- `Improvements` — `onChange`-callback now will fired event on children attributes changing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `Improvements``onChange`-callback now will fired event on children attributes changing.
- `Improvements``onChange`-callback now is fired on children attributes change.

@neSpecc neSpecc merged commit 71a8a99 into master Dec 19, 2018
@neSpecc neSpecc deleted the add-changelog branch December 19, 2018 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants