Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrucifixArnaud committed May 2, 2017
1 parent a10d731 commit 7a83848
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/components/atlasFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class AtlasFooter extends React.Component {
<div tabIndex="-1" ref="modalAbout" className={'about-panel modal ' + ((this.state.aboutOpen) ? 'open' : '')}>
<button type="button" onClick={() => this.handleAboutClick()} className="button--close about-panel__button--close" title="Close panel">&#10799;</button>
<div className="about-panel__body">
<h2 className="panel__title">About Rap World Map (v.1.1.0)</h2>
<h2 className="panel__title">About Rap World Map (v.1.2.0)</h2>
<h3 className="panel__subtitle">Data Presented ({this.props.artistsTotal} artists)</h3>
<p>This atlas don't aim to be exhaustive. It's impossible to give a complete panel of what exists. In consequence, we have probably missed a lot of artists, don't hesitate to suggest a new addition.</p>
<h3 className="panel__subtitle">Localisation precision</h3>
Expand Down
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
== Changelog ==

= 1.2.0 - 02 May 2017 =
* Refactor keyboard navigation.
* Search artists.
* Fix responsive issue.

= 1.1.0 - 18 April 2017 =
* Show artist name on marker hover.
* Change artist.bio.wikipediaUrl to artist.bio.url.
* Add artist.bio.url input for artist submit.
* Add og attribute.

= 1.0.1 - 28 March 2017 =
* Fix minor bug & typo (error handling, etc).

= 1.0.0 - 27 March 2017 =
* Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapworldmap",
"version": "1.1.0",
"version": "1.2.0",
"description": "Display a map of Rapper based on their childhood neighborhood",
"main": "rapworldmap.js",
"scripts": {
Expand Down

0 comments on commit 7a83848

Please sign in to comment.