All Versions
128
Latest Version
Avg Release Cycle
35 days
Latest Release
651 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v0.6.2 Changes
June 14, 2015๐ Fix ignored events in
MapComponent
(#41). -
v0.6.1 Changes
May 22, 2015๐ Fix
PopupContainer
export. -
v0.6.0 Changes
May 18, 2015- โ Added
style
property on theMap
component. - โก๏ธ Replaced the
<noscript>
element inPopupContainer
by a<div>
to be properly updated.
- โ Added
-
v0.5.0 Changes
May 02, 2015Set
icon
,zIndexOffset
andopacity
properties as dynamic onMarker
. -
v0.4.1 Changes
April 06, 2015- โ Removed
getLeafletElement()
deprecation. - โก๏ธ Updated Babel to v5.
- โ Removed
-
v0.4.0 Changes
March 28, 2015๐ Released v0.4.
-
v0.4.0-rc.1 Changes
March 11, 2015React v0.13.0.
-
v0.4.0-beta.1 Changes
March 08, 2015- โก๏ธ Updated React dependency to v0.13.0-rc2:
- Components are defined as ES6 classes.
- Mixins are replaced by the base components
MapComponent
,MapLayer
,BaseTileLayer
andPopupContainer
. All components extend from these. - The new
React.cloneElement()
API is used instead of the deprecatedReact.addons.cloneWithProps()
to pass themap
property to the components. - The
map
property has been removed from the componentspropTypes
definition as it is dynamically injected to its children by theMap
component, React would now warn it is not set. It is still required by components to have access to the Leaflet object.
- Events can now be set as
on{Event}
rather thanonLeaflet{Event}
, exonClick
instead ofonLeafletClick
, as all events are proxied to Leaflet. - ๐ Deprecated
getLeafletElement()
method, simply use theleafletElement
property instead to access the Leaflet object created for a component.
- โก๏ธ Updated React dependency to v0.13.0-rc2: