react-github-fork-ribbon
Version:
Pure inline style github fork ribbon on React component
135 lines (64 loc) • 4.09 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.7.1"></a>
## [0.7.1](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.7.0...v0.7.1) (2022-06-18)
<a name="0.7.0"></a>
# [0.7.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.6.0...v0.7.0) (2022-06-18)
### Bug Fixes
* added support for React 17 & 18 ([e3ddc1d](https://github.com/jessy1092/react-github-fork-ribbon/commit/e3ddc1d))
* Upgrade gulp to 4.0.2 ([6072c90](https://github.com/jessy1092/react-github-fork-ribbon/commit/6072c90))
<a name="0.6.0"></a>
## [0.6.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.5.1...v0.6.0) (2018-08-12)
### Features
* Support for custom class names ([0b5319b](https://github.com/jessy1092/react-github-fork-ribbon/commit/0b5319b))
### Bug Fixes
* add rel="noopener" to anchor ([3bf9999](https://github.com/jessy1092/react-github-fork-ribbon/commit/3bf9999))
* Make ribbon smoother in Firefox ([0b89e50](https://github.com/jessy1092/react-github-fork-ribbon/commit/0b89e50))
<a name="0.5.1"></a>
## [0.5.1](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.5.0...v0.5.1) (2017-10-05)
### Bug Fixes
* Support react 16.0 and upgrade development dependencies. close [#14](https://github.com/jessy1092/react-github-fork-ribbon/issues/14) ([53f72dd](https://github.com/jessy1092/react-github-fork-ribbon/commit/53f72dd))
<a name="0.5.0"></a>
# [0.5.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.5...v0.5.0) (2017-04-11)
### Features
* Support jest snapshot testing ([ceba068](https://github.com/jessy1092/react-github-fork-ribbon/commit/ceba068))
* Support react v15.5 and remove v0.13 support ([ff2bcd1](https://github.com/jessy1092/react-github-fork-ribbon/commit/ff2bcd1))
<a name="0.4.5"></a>
## [0.4.5](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.4...v0.4.5) (2017-03-11)
- Refactor position and color set function
- Remove object-assign library
- Use storybook to help develop
<a name="0.4.4"></a>
## [0.4.4](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.3...v0.4.4) (2016-04-30)
- Fix React 15 unitless number warning
<a name="0.4.3"></a>
## [0.4.3](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.2...v0.4.3) (2016-04-18)
### Bug Fixes
* browserify setting. Exclude the React package for web usage ([8880565](https://github.com/jessy1092/react-github-fork-ribbon/commit/8880565))
### Features
* Support react v15.0 close [#10](https://github.com/jessy1092/react-github-fork-ribbon/issues/10) ([0812bd4](https://github.com/jessy1092/react-github-fork-ribbon/commit/0812bd4))
<a name="0.4.2"></a>
## [0.4.2](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.1...v0.4.2) (2015-10-11)
- Support React 0.14
<a name="0.4.1"></a>
## [0.4.1](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.4.0...v0.4.1) (2015-06-29)
- Insert the relevant browser prefix.
+ Webkit, Moz, O, ms.
<a name="0.4.0"></a>
# [0.4.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.3.0...v0.4.0) (2015-06-28)
- Switch to vanilla inline styles. [PR#7](https://github.com/jessy1092/react-github-fork-ribbon/pull/7)
- Update Dev-dependencies version. `babel` => 5.6.14, `browserify` => 10.2.4
<a name="0.3.0"></a>
# [0.3.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.2.1...v0.3.0) (2015-03-28)
- Support `react` 0.13.x and `react-style` 0.5.x version
- Use ES6 feature.
<a name="0.2.1"></a>
## [0.2.1](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.2.0...v0.2.1) (2015-03-06)
<a name="0.2.0"></a>
# [0.2.0](https://github.com/jessy1092/react-github-fork-ribbon/compare/v0.1.0...v0.2.0) (2015-03-06)
- Add attribute: `color`
- Transpile into vanilla js during prepublish.
<a name="0.1.0"></a>
# 0.1.0 (2015-01-15)
- Init
- Add attribute: `href`, `target`, `position`