Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/V4Fire/Client into bonkal…
Browse files Browse the repository at this point in the history
…ol/tests-imports
  • Loading branch information
bonkalol committed Feb 15, 2024
2 parents 87c701c + 5ee1759 commit 84d82df
Show file tree
Hide file tree
Showing 21 changed files with 287 additions and 535 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v3.??.?? (2024-??-??)
## v3.??.?? (2024-02-13)

#### :boom: Breaking Change

* Removed `shouldPerformDataRequest` prop in `b-virtual-scroll-new` `base/b-virtual-scroll-new`
* `tests/helpers/network/interceptor` no longer has a named export, the `RequestInterceptor` class is now exported as the default export `tests/helpers/network/interceptor`

#### :rocket: New Feature

* Added `preloadAmount` prop in b`-virtual-scroll-new` `base/b-virtual-scroll-new`

#### :house: Internal

Expand All @@ -22,11 +31,14 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

* Removed bad import of async module from `tests/helpers/network/interceptor`

#### :boom: Breaking Change
## v3.65.1 (2024-02-13)

* `tests/helpers/network/interceptor` no longer has a named export, the `RequestInterceptor` class is now exported as the default export `tests/helpers/network/interceptor`
#### :bug: Bug Fix

* Fixed a bug with opening the browser when clicking on the svg icon nested to the link `traits/i-icon`
* Added the `default` getter to static compiled routes `core/router/modules`

## v3.65.0 (2023-02-09)
## v3.65.0 (2024-02-09)

#### :rocket: New Feature

Expand All @@ -44,19 +56,19 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

* Added tests for `b-virtual-scroll-new` from v4 branch

## v3.64.0 (2023-01-30)
## v3.64.0 (2024-01-30)

#### :rocket: New Feature

* Now the b-virtual-scroll component always attempts to perform the last rendering after the requests have been completed, even if there is no data left to render `base/b-virtual-scroll-new/b-virtual-scroll-new`

## v3.63.2 (2023-01-29)
## v3.63.2 (2024-01-29)

#### :bug: Bug Fix

* Fixed an issue where, during a request error in the `initLoadNext` call, the error was not handled properly, leading to incorrect behavior of the component, including in terms of slot rendering `base/b-virtual-scroll-new/b-virtual-scroll-new`

## v3.63.1 (2023-01-26)
## v3.63.1 (2024-01-26)

#### :bug: Bug Fix

Expand Down
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module.exports = config.createConfig({dirs: [__dirname, 'client']}, {
*/
testPort: o('test-port', {
env: true,
default: 8000
default: 9000
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/core/index.js",
"typings": "index.d.ts",
"license": "MIT",
"version": "3.65.0",
"version": "3.65.1",
"author": {
"name": "kobezzza",
"email": "[email protected]",
Expand Down
164 changes: 3 additions & 161 deletions src/base/b-virtual-scroll-new/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,170 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.?? (2023-??-??)
## v3.??.?? (2024-02-13)

#### :boom: Breaking Change

* Major update. Visit [readme](./readme) to see migration guide.

## v4.0.0-beta.36 (2023-10-23)

#### :bug: Bug Fix

* Added the missed `itemsProp` property

## v3.30.1 (2022-10-25)

#### :bug: Bug Fix

* Fixed an issue with wrong arguments was provided into `getItemKey`

## v3.18.2 (2022-03-22)

#### :bug: Bug Fix

* Fixed an issue with `initLoad` race condition

## v3.15.4 (2022-01-24)

#### :boom: Breaking Change

* The event`chunkRenderStart` is renamed to `chunkRender:renderStart` and now it emits before a component driver renders components

#### :rocket: New Feature

* Added new events `chunkRender:*`

## v3.9.0 (2021-11-08)

#### :rocket: New Feature

* [Added a new event `chunkRenderStart`](https://github.com/V4Fire/Client/issues/651)
* [Added `pageNumber` in `chunkLoaded` event](https://github.com/V4Fire/Client/issues/651)

## v3.0.0-rc.182 (2021-04-28)

#### :bug: Bug Fix

* Fixed an issue with `optionKey` being ignored

## v3.0.0-rc.181 (2021-04-20)

#### :bug: Bug Fix

* [Fixed an issue with `itemProps` not being provided to child components](https://github.com/V4Fire/Client/issues/512)

## v3.0.0-rc.170 (2021-03-26)

#### :rocket: New Feature

* Added a new event `chunkRender`

## v3.0.0-rc.164 (2021-03-22)

#### :bug: Bug Fix

* Now `bVirtualScroll` will throw an error if the rendering of components returns an empty array

## v3.0.0-rc.153 (2021-03-04)

#### :house: Internal

* [`bVirtualScroll` is now implements `iItems` trait](https://github.com/V4Fire/Client/issues/471)

## v3.0.0-rc.151 (2021-03-04)

#### :house: Internal

* Downgraded the delay before initializing to `15ms`
* Some optimizations

## v3.0.0-rc.126 (2021-01-26)

#### :bug: Bug Fix

* Added handling of the empty request

## v3.0.0-rc.122 (2021-01-13)

#### :house: Internal

* Removed iItems implementation. [Issue to move back](https://github.com/V4Fire/Client/issues/471)

## v3.0.0-rc.102 (2020-11-26)

#### :bug: Bug Fix

* Fixed an issue with layout shifts after `reInit`

## v3.0.0-rc.81 (2020-10-08)

#### :bug: Bug Fix

* Fixed an issue with `renderNext`: hasn't been data rendering after a loading error

## v3.0.0-rc.74 (2020-10-06)

#### :bug: Bug Fix

* Fixed an issue with removing the progress modifier

## v3.0.0-rc.68 (2020-09-23)

#### :bug: Bug Fix

* [Fixed an issue with the second data batch load affects initial rendering after reInit](https://github.com/V4Fire/Client/issues/346)

## v3.0.0-rc.60 (2020-09-01)

#### :bug: Bug Fix

* [Fixed a possible memory leak](https://github.com/V4Fire/Client/pull/321)

## v3.0.0-rc.59 (2020-08-10)

#### :rocket: New Feature

* [Added ability to render data manually](https://github.com/V4Fire/Client/issues/202)

#### :nail_care: Polish

* Improved documentation

## v3.0.0-rc.39 (2020-07-22)
* Removed `shouldPerformDataRequest` prop in `b-virtual-scroll-new` `base/b-virtual-scroll-new`

#### :rocket: New Feature

* [Added life cycle events](https://github.com/V4Fire/Client/issues/205)

#### :bug: Bug Fix

* [Fixed an issue when data from `lastLoadedData` and `lastLoadedChunk.normalized` aren't synchronized](https://github.com/V4Fire/Client/issues/281)
* [Fixed `lastLoadedChunk.raw` returns undefined](https://github.com/V4Fire/Client/issues/267)

#### :house: Internal

* [Refactoring of tests](https://github.com/V4Fire/Client/pull/293)
* [Fixed ESLint warnings](https://github.com/V4Fire/Client/pull/293)

## v3.0.0-rc.31 (2020-06-17)

#### :bug: Bug Fix

* Fixed a problem with the disappearance of loaders before the content was rendered

## v3.0.0-rc.25 (2020-06-03)

#### :bug: Bug Fix

* [Fixed an issue where skeletons disappeared](https://github.com/V4Fire/Client/issues/230)
* [Fixed an issue with a race condition `chunk-request/init`](https://github.com/V4Fire/Client/issues/203)
* [Fixed an issue where an `empty` slot appeared when there was data](https://github.com/V4Fire/Client/issues/259)

## v3.0.0-rc.19 (2020-05-26)

#### :bug: Bug Fix

* [Fixed rendering of truncated data](https://github.com/V4Fire/Client/issues/231)
* [Fixed rendering of empty slot](https://github.com/V4Fire/Client/issues/241)
* [Fixed clear of `in-view`](https://github.com/V4Fire/Client/pull/201)
* Added `preloadAmount` prop in b`-virtual-scroll-new` `base/b-virtual-scroll-new`
Loading

0 comments on commit 84d82df

Please sign in to comment.