-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5519da
commit ba5f02c
Showing
10 changed files
with
159 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# kitconcept's volto-heading-block Release Notes | ||
|
||
<!-- You should *NOT* be adding new change log entries to this file. | ||
You should create a file in the news directory instead. | ||
For helpful instructions, please see: | ||
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request | ||
--> | ||
|
||
<!-- towncrier release notes start --> | ||
|
||
## 2.4.0 (2023-09-14) | ||
|
||
### Feature | ||
|
||
- Update docker and CI config @sneridagh [#18](https://github.com/kitconcept/volto-export/pull/18) | ||
|
||
### Bugfix | ||
|
||
- Remove anonymous default export @sneridagh [#16](https://github.com/kitconcept/volto-export/pull/16) | ||
|
||
|
||
## 2.3.0 (2023-06-06) | ||
|
||
### Feature | ||
|
||
- Add Brazilian Portuguese translation @ericof [#14](https://github.com/kitconcept/volto-export/pull/14) | ||
|
||
|
||
## 2.2.0 (2023-02-20) | ||
|
||
### Feature | ||
|
||
- Move to the new add-on testing based on docker @sneridagh [#13](https://github.com/kitconcept/volto-export/pull/13) | ||
|
||
### Bugfix | ||
|
||
- Fix decoding of html entities @reebalazs [#10](https://github.com/kitconcept/volto-export/pull/10) | ||
- Include headings in the volto Table of Contents block. @danalvrz [#12](https://github.com/kitconcept/volto-export/pull/12) | ||
|
||
|
||
## 2.1.2 (2022-09-12) | ||
|
||
### Bugfix | ||
|
||
- Fix copied and pasting from heading block to heading block will create html for antother heading block inside the one pasted in @jackahl | ||
|
||
## 2.1.1 (2022-08-29) | ||
|
||
### Bugfix | ||
|
||
- Fix editor can't add a blank in firefox @iFlameing | ||
|
||
## 2.1.0 (2022-07-22) | ||
|
||
### Feature | ||
|
||
- Remove option to chose heading order when only one heading type is selected @kindermann | ||
|
||
## 2.0.1 (2022-06-02) | ||
|
||
### Bugfix | ||
|
||
- Fix default value for heading text @sneridagh | ||
- Move the type of block to `text` group @sneridagh | ||
- Cleanup if html is pasted, convert it to plain text @sneridagh | ||
- Add inner container to edit mode @sneridagh | ||
|
||
## 2.0.0 (2022-05-26) | ||
|
||
### Breaking | ||
|
||
- Overhauled the `Edit` component now it's class-styled since `react-contenteditable` and the `content-editable` browser feature has some problems with the functional lifecycle @sneridagh | ||
|
||
### Feature | ||
|
||
- Better self-focus management @sneridagh | ||
- Add support for new Volto 16 styling wrapper @sneridagh | ||
|
||
### Bugfix | ||
|
||
- Do not allow line breaks @sneridagh | ||
|
||
### Internal | ||
|
||
- Remove from npm packaging `README` resources @sneridagh | ||
|
||
## 1.0.0 (2022-04-22) | ||
|
||
### Bugfix | ||
|
||
- Fix heading block @iRohitSingh | ||
|
||
### Internal | ||
|
||
- Added github workflows @robgietema | ||
|
||
## 1.0.0-alpha.1 (2021-10-23) | ||
|
||
### Feature | ||
|
||
- Always center by default the heading @sneridagh | ||
|
||
### Bugfix | ||
|
||
- Fix bug in `View` because the default is not set @sneridagh | ||
|
||
## 1.0.0-alpha.0 (2021-10-21) | ||
|
||
### Feature | ||
|
||
- Initial release @sneridagh @tisto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributing | ||
|
||
We welcome all contributions! You can contribute to this package by: | ||
|
||
- creating a _bug ticket_ to report an issue -> https://github.com/kitconcept/volto-heading-block/issues/new | ||
- create a _pull request_ to improve the package or fix a bug -> https://github.com/kitconcept/volto-heading-block/pulls | ||
|
||
You can create a fork of this repo any time. If you plan to become a continous contributor, feel free to file a ticket to ask for write permissions on the repo. | ||
In the long run, we might move this repo to the Plone collective to give more people direct access. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 kitconcept GmbH | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.