Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
release: v0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Dec 4, 2022
1 parent 055f2d1 commit f5c7cce
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# CHANGELOG

# [0.1.0-alpha.0](https://github.com/wibus-wee/nashi.lazy/compare/951b7ecd04fc8742ad5f48698212fe585dee6d3d...v0.1.0-alpha.0) (2022-12-04)


### Bug Fixes

* demo ([fb751ef](https://github.com/wibus-wee/nashi.lazy/commit/fb751ef37734b7c52a87027fd192edc90df69351))
* use a wrong bump package [skip ci] ([19899fd](https://github.com/wibus-wee/nashi.lazy/commit/19899fd6d0f75791ebe223f9d8f90ceb618dbd61))


### Features

* nashi.lazy() ([951b7ec](https://github.com/wibus-wee/nashi.lazy/commit/951b7ecd04fc8742ad5f48698212fe585dee6d3d))


### Performance Improvements

* modify nashi original prototype ([ae15807](https://github.com/wibus-wee/nashi.lazy/commit/ae15807977db8c5a79c2f74595c5e86ac7c1c12f))
* only need any part in the viewport ([279d712](https://github.com/wibus-wee/nashi.lazy/commit/279d7126faaa9fa83fe8996e0dce66fe450632e6))
* remove some useless listener ([3e15e56](https://github.com/wibus-wee/nashi.lazy/commit/3e15e562f067a4e79c082d47af6fa50be3712da1))
* use window listener and remove `root` ([8382c2b](https://github.com/wibus-wee/nashi.lazy/commit/8382c2bbb3fd0c9d5276b16f5bfe8c02e46b43e5))
* view in port must need a unique element ([7e2d724](https://github.com/wibus-wee/nashi.lazy/commit/7e2d72436197d0de549dd32445a1f879b72684b9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nashi-lazy",
"version": "0.0.0",
"version": "0.1.0-alpha.0",
"description": "nashi.lazy is a library for lazy loading images. Powered by nashi.",
"author": "wibus-wee <wibus@qq.com>",
"license": "AGPLv3",
Expand Down

0 comments on commit f5c7cce

Please sign in to comment.