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

Release 1.0.0 #82

Merged
merged 40 commits into from
Jan 21, 2019
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
14f3b7d
change proj directory
JserWang Sep 6, 2018
4ba8372
import third part libs from nodemodules
JserWang Sep 6, 2018
ac35756
feat: add name props for map
JserWang Sep 6, 2018
09e08e9
refactor: map、contextmenu
JserWang Sep 25, 2018
1dbb9a9
refactor: add placeholder, adjust directory
JserWang Sep 26, 2018
5f95e8e
fix: when map mounted only send the map instance to users
JserWang Sep 26, 2018
4da5583
chore: rename mapMounted => mounted
JserWang Sep 26, 2018
43149ea
chore: process contextmenu item iconUrl
JserWang Sep 26, 2018
3e47b2b
refactor: custom control
JserWang Sep 26, 2018
a078672
fix: just process different config in lifecycle componentDidUpdate
JserWang Sep 27, 2018
5f5ee2a
refactor: custom control
JserWang Sep 27, 2018
fa74aa5
fix: process map center error
JserWang Sep 27, 2018
5b40c87
refactor: cityList and copyright
JserWang Sep 27, 2018
338b4e1
chore: make the most of the extends
JserWang Sep 28, 2018
0ce145a
refactor: other controls
JserWang Sep 28, 2018
defa7e4
chore: adjust control extends
JserWang Sep 28, 2018
98ca6ad
refactor: custom overlay
JserWang Sep 28, 2018
b28af97
refactor: marker, fix (#71)
JserWang Sep 29, 2018
43873cc
chore: move firstLowerCase to Util
JserWang Sep 29, 2018
df39abc
refactor: remove the constructor of the control subclasses
JserWang Sep 29, 2018
472a81a
refactor: adjust marker and circle
JserWang Sep 29, 2018
0aa36bb
refactor: adjust the implementation of placeholder
JserWang Oct 7, 2018
43273a1
chore: adjust the internal implementation of control
JserWang Oct 7, 2018
56142f8
refactor: label、polygon、boundary、marker、infowindow
JserWang Oct 8, 2018
1e5ce79
chore: update README
JserWang Oct 8, 2018
1aa1040
fix: unknown character
JserWang Oct 8, 2018
4bc3f0d
fix: unknown character
JserWang Oct 8, 2018
27084ab
refactor: polyline
JserWang Nov 23, 2018
668fb34
fix: adapt to win
SHERlocked93 Nov 28, 2018
4268619
chore: pre release 1.0.0
JserWang Jan 15, 2019
62019cc
Merge branch 'next' of https://github.com/jser-club/rc-bmap into next
JserWang Jan 15, 2019
1e040f8
feat: add util methods
JserWang Jan 15, 2019
59608db
fix: if the ContextMenu's children is undefined.
JserWang Jan 18, 2019
7992c03
fix: in react 15.4.2
JserWang Jan 19, 2019
8b28bd2
style: placeholder default style
JserWang Jan 19, 2019
9362407
fix: in react 15.4.2
JserWang Jan 20, 2019
0496225
refactor: prompt when assigning undefined to Events
JserWang Jan 20, 2019
d48c901
fix: RegeneratorRuntime is not defined
JserWang Jan 20, 2019
e78becf
release 1.0.0
JserWang Jan 20, 2019
cbf0c0d
release 1.0.0
JserWang Jan 21, 2019
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: unknown character
JserWang committed Oct 8, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4bc3f0da94ed841c4f8fc01bdbb6a1573cecfe99
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ next分支正在进行重构,master为当前最新release分支。

## 本地开发

与`demo`结合的最佳实践
与`demo`结合的最佳实践

1. 将`demo`工程`clone`至本地。
``` bash