mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 14:15:33 +03:00
15 lines
593 B
Markdown
15 lines
593 B
Markdown
|
# Changelog [![npm](https://img.shields.io/npm/v/elm-pages.svg)](https://npmjs.com/package/elm-pages)
|
||
|
|
||
|
All notable changes to
|
||
|
[the `elm-pages` npm package](https://www.npmjs.com/package/elm-pages)
|
||
|
will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
### Fixed
|
||
|
- Use hidden `<div>` to listen for Elm view renders instead of wrapping entire
|
||
|
page in an extra div. Fixes [#5](https://github.com/dillonkearns/elm-pages/issues/5).
|