|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## Unreleased |
| 9 | + |
| 10 | +- The test of `value` props |
| 11 | +- The test of `textContent` props |
| 12 | + |
| 13 | +## [1.1.0] - 2021-09-06 |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Fix a few code according to the coding rules. |
| 18 | +- Fix the bug of ignoring `null` when the `value` of `label` and `language` are empty. |
| 19 | + |
| 20 | +### Added |
| 21 | + |
| 22 | +- [CHANGELOG.md](CHANGELOG.md) |
| 23 | +- Support to edit by `textContent` propperty |
| 24 | +- Support to use in React |
| 25 | + |
| 26 | +### Update |
| 27 | + |
| 28 | +- Reduce the number of unnecessary calls of `#render` |
| 29 | + |
| 30 | +### Remove |
| 31 | + |
| 32 | +- The test of `value` props |
| 33 | +- The test of `textContent` props |
| 34 | + |
| 35 | +## [1.0.7] - 2021-09-05 |
| 36 | + |
| 37 | +### Fixed |
| 38 | + |
| 39 | +- README.md |
| 40 | + |
| 41 | +## [1.0.6] - 2021-08-08 |
| 42 | + |
| 43 | +### Update |
| 44 | + |
| 45 | +- README.md |
| 46 | + |
| 47 | +## [1.0.5] - 2021-08-08 |
| 48 | + |
| 49 | +### Update |
| 50 | + |
| 51 | +- README.md |
| 52 | + |
| 53 | +## [1.0.4] - 2021-08-08 |
| 54 | + |
| 55 | +### Added |
| 56 | + |
| 57 | +- bower.json |
| 58 | + |
| 59 | +## [1.0.3] - 2021-08-02 |
| 60 | + |
| 61 | +### Fixed |
| 62 | + |
| 63 | +- main prop in package.json |
| 64 | + |
| 65 | +## [1.0.1] - 2021-08-02 |
| 66 | + |
| 67 | +### Fixed |
| 68 | + |
| 69 | +- main prop in package.json |
| 70 | + |
| 71 | +## [1.0.0] - 2021-08-02 |
| 72 | + |
| 73 | +### Added |
| 74 | + |
| 75 | +- Linter |
| 76 | +- Test |
| 77 | + |
| 78 | +## [0.2.1] - 2021-08-01 |
| 79 | + |
| 80 | +### Fixed |
| 81 | + |
| 82 | +- Handling blank lines |
| 83 | + |
| 84 | +## [0.2.0] - 2021-08-01 |
| 85 | + |
| 86 | +### Added |
| 87 | + |
| 88 | +- Copy button |
| 89 | + |
| 90 | +## [0.1.0] - 2021-08-01 |
| 91 | + |
| 92 | +### Added |
| 93 | + |
| 94 | +- The `label` attribute |
| 95 | + |
| 96 | +### Update |
| 97 | + |
| 98 | +- Default style |
| 99 | +- Refactoring |
| 100 | + |
| 101 | +## [0.0.1] - 2021-07-31 |
| 102 | + |
| 103 | +### Added |
| 104 | + |
| 105 | +- First release |
| 106 | + |
| 107 | +[1.1.0]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.1.0 |
| 108 | +[1.0.7]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.7 |
| 109 | +[1.0.6]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.6 |
| 110 | +[1.0.5]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.5 |
| 111 | +[1.0.4]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.4 |
| 112 | +[1.0.3]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.3 |
| 113 | +[1.0.1]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.1 |
| 114 | +[1.0.0]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v1.0.0 |
| 115 | +[0.2.1]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v0.2.1 |
| 116 | +[0.2.0]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v0.2.0 |
| 117 | +[0.1.0]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v0.1.0 |
| 118 | +[0.0.1]: https://github.com/heppokofrontend/html-code-block-element/releases/tag/v0.0.1 |
0 commit comments