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

Merge from fork base #1

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
f6224c8
feat: add allowHoverOnDefault prop & update docs
May 27, 2022
4a86c5b
chore: add build folder
May 30, 2022
95832f5
feat: add titleSeparator prop & update docs
Jul 6, 2022
c0b59b3
chore: update build
Jul 6, 2022
b275ec1
Merge pull request #19 from juwain/main
awran5 Sep 22, 2022
adc8285
feat: add storybook
awran5 Oct 3, 2022
8241eed
build: update dependencies
awran5 Oct 3, 2022
9acc4db
feat: add postcss
awran5 Oct 3, 2022
1a6cbb6
feat: add react types
awran5 Oct 3, 2022
cc5b318
refactor: separate reducer state
awran5 Oct 3, 2022
ad2bca7
feat: add css module
awran5 Oct 3, 2022
66a1c79
refactor: update
awran5 Oct 3, 2022
e475a1a
feat: add more props
awran5 Oct 3, 2022
8aea6ee
fix: various bugs and improvment.
awran5 Oct 3, 2022
4ddc939
feat: add storybook build
awran5 Oct 3, 2022
df3de8d
chore(release): 4.1.0
awran5 Oct 3, 2022
4eef0f2
doc: v4.1.0
awran5 Oct 3, 2022
2e501c3
build: add vercel script
awran5 Oct 3, 2022
006ce6a
4.1.1
awran5 Oct 3, 2022
b1d6f2d
chore(release): 5.0.0
awran5 Oct 3, 2022
962c126
fix: remove unnecessary css
awran5 Oct 3, 2022
667a628
chore(release): 5.1.0
awran5 Oct 3, 2022
79bd7b6
resolve next js window and navigator undefined issue
jiwooIncludeJeong Oct 7, 2022
5e5e5c1
Merge pull request #27 from jiwooIncludeJeong/main
awran5 Oct 7, 2022
ced44dd
5.1.1
awran5 Oct 7, 2022
ec47c2c
chore(release): 5.1.2
awran5 Oct 7, 2022
abb3c5b
fix: window is undefined" and "navigator is undefined" when using in …
awran5 Oct 7, 2022
861a357
build: update dependencies
awran5 Oct 11, 2022
aeeeb57
fix: window is not defined error while using Next.js
awran5 Oct 11, 2022
4c34a26
chore(release): 5.1.3
awran5 Oct 11, 2022
4e62983
docs: rename component
awran5 Oct 11, 2022
5c133e7
build: update storybook
awran5 Oct 26, 2022
37882b2
fix: option to reset rating #31
awran5 Oct 28, 2022
203fa74
docs: update docs
awran5 Oct 28, 2022
045940e
5.1.4
awran5 Oct 28, 2022
c786973
chore(release): 5.1.5
awran5 Oct 28, 2022
9ef31fa
v5.1.5
awran5 Oct 28, 2022
fbe5fcc
docs: correct spelling of CHANGELOG
awran5 Oct 28, 2022
c763647
chore(release): 5.1.6
awran5 Oct 28, 2022
de3584d
build: safe upgrade
awran5 Nov 22, 2022
1b108bf
build: remove deprecated standard-version
awran5 Nov 22, 2022
1c5cc07
build: install `auto-changelog`
awran5 Nov 22, 2022
ec381aa
build: add `vercel`
awran5 Nov 22, 2022
3c108ec
docs: add `preset-create-react-app`
awran5 Nov 22, 2022
2a6f97a
fix: incorrect `even` icons value #32
awran5 Nov 22, 2022
b2bc253
feat: new `allowTitleTag` prop
awran5 Nov 22, 2022
c537d51
5.1.7
awran5 Nov 22, 2022
e8acd39
v5.1.7
awran5 Nov 22, 2022
87cce97
docs: add `allowTitleTag`
awran5 Nov 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove unnecessary css
refers to awran5#25
  • Loading branch information
awran5 committed Oct 3, 2022
commit 962c1267c9c41cfd5652e0362c7dcb25a47ff1de
8 changes: 0 additions & 8 deletions src/style.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
body,
html {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,
Segoe UI Emoji;
}

.starRatingWrap {
display: inline-block;
touch-action: none;