- Feature detection for WebKit (#50)
- A WebKit polyfill will not apply if enabled Layer-based SVG engine
- The
polyfills()
function now returns a thenable array, for getting the correct result of feature detection when calling together withawait
expression (#50) - Upgrade development Node and dependent packages to the latest version (#51)
- Required Node 10 and later to install (but recommend to use Node 14 and later) (#45)
- Make robust from element injection to
<foreignObject>
(#46)
- Upgrade development Node and dependent packages to the latest version (#45)
- Fix Marpit's
<section>
detection to usefirstElementChild
instead offirstChild
(#33)
- Upgrade development Node LTS and dependent packages to the latest version (#34)
- Rename
master
branch tomain
(#35)
- Use transformation matrix generated from
getScreenCTM()
(#30)
- Upgrade dependent packages to the latest version (#29)
- Propagate zoom factor in the top window into
<iframe>
throughpostMessage
(#24) - Migrate from TSLint to ESlint (#25)
- Upgrade dependent packages to the latest version (#26)
- Follow zoom factor of the parent window in
<iframe>
(#21)
- Upgrade development Node LTS and dependent packages to the latest version (#22)
- Test against Node 14 (#23)
- Upgrade dependent packages to the latest version (#17)
- Upgrade dependent packages to the latest version (#14)
- CI test against EOL Node 8 (#14)
- Upgrade dependent packages to the latest version (#12)
- Simplify WebKit detection (JS build for browser become about 5x smaller) (#9)
- Upgrade dependent packages to the latest version (#10)
- Drop support of Node 6.
- Upgrade dependent packages to the latest (#5)
- Fix incorrect scaling in split background (#2)
- Split picking out logics into
polyfills()
function (#1)
- Initial release.