Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: V4 #781

Open
wants to merge 2,303 commits into
base: master
Choose a base branch
from
Open

WIP: V4 #781

wants to merge 2,303 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    42f5a88 View commit details
    Browse the repository at this point in the history
  2. chore: grammar fixes

    kobezzza committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9f1145f View commit details
    Browse the repository at this point in the history
  3. chore: only ssr prefetch

    kobezzza committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0de315e View commit details
    Browse the repository at this point in the history
  4. fix: fixed cache logic

    kobezzza committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2ce442c View commit details
    Browse the repository at this point in the history
  5. fix: fixed cache logic

    kobezzza committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a3b5eb9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. molule load waiter and signals (#1265)

    * module load waiter and signals
    
    * chore: stylish fixes
    
    ---------
    
    Co-authored-by: kobezzza <kobezzza@gmail.com>
    boikovdv and kobezzza authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ed716c3 View commit details
    Browse the repository at this point in the history
  2. chore: 🆙 4.0.0-beta.96

    kobezzza committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5255692 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. fix: fix store iteration

    Dmitry Lebedko committed May 18, 2024
    Configuration menu
    Copy the full SHA
    36f4af3 View commit details
    Browse the repository at this point in the history
  2. fix: add SSR engine for the Title element

    Dmitry Lebedko committed May 18, 2024
    Configuration menu
    Copy the full SHA
    00768f6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    4a8b30e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    1313406 View commit details
    Browse the repository at this point in the history
  2. chore: updated log

    kobezzza committed May 21, 2024
    Configuration menu
    Copy the full SHA
    daba8ff View commit details
    Browse the repository at this point in the history
  3. revert (#1271)

    * revert
    
    * Update build/monic/dynamic-component-import.js
    
    * Update build/monic/dynamic-component-import.js
    
    * fixes
    
    ---------
    
    Co-authored-by: Andrey Kobets <kobezzza@gmail.com>
    boikovdv and kobezzza authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c46b5f7 View commit details
    Browse the repository at this point in the history
  4. chore: merge

    kobezzza committed May 21, 2024
    Configuration menu
    Copy the full SHA
    28a7ec0 View commit details
    Browse the repository at this point in the history
  5. chore: 🆙 4.0.0-beta.97

    kobezzza committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8f43311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7972493 View commit details
    Browse the repository at this point in the history
  7. chore: 🆙 4.0.0-beta.98

    kobezzza committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b6894f4 View commit details
    Browse the repository at this point in the history
  8. chore: merged with v4

    kobezzza committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2b4e30a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat: added color param to i mixin (#1281)

    * feat: added color param to `i` mixin
    
    * chore: set version
    
    ---------
    
    Co-authored-by: Maxim Givanyan <givanyan99@yandex-team.ru>
    Gannicus91 and Maxim Givanyan authored May 23, 2024
    Configuration menu
    Copy the full SHA
    760cbf5 View commit details
    Browse the repository at this point in the history
  2. feat: add cacheId customization in hydration cache (#1282)

    * feat: add `providerId` in provider
    
    * chore: changelog
    
    * refactor: additional params in hydration cache middleware
    ItMaga authored May 23, 2024
    Configuration menu
    Copy the full SHA
    3fc9118 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Bonkalol/fix/b virtual scroll reset first chunk (#1283)

    * Fixed an issue where nodes from the previous rendering cycle were not being hidden and remained displayed. Now, the container will always be hidden if it is empty or during the loading process until an initial render occurs. It is important to note that the nodes are hidden, not deleted, and will later be replaced by new nodes. This approach helps avoid unnecessary re-renders.
    bonkalol authored May 24, 2024
    Configuration menu
    Copy the full SHA
    480f147 View commit details
    Browse the repository at this point in the history
  2. 🆙 v4.0.0-beta.100

    bonkalol committed May 24, 2024
    Configuration menu
    Copy the full SHA
    81b54ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: add conditional render of the page title

    Dmitry Lebedko committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3ec558b View commit details
    Browse the repository at this point in the history
  2. chore: use HYDRATION const

    Dmitry Lebedko committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5dee163 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    8202925 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1287 from V4Fire/dimeliora/title-on-hydration-fix

    fix: add conditional render of the page title
    Dimeliora authored May 30, 2024
    Configuration menu
    Copy the full SHA
    1f7e519 View commit details
    Browse the repository at this point in the history
  3. 🆙 version 4.0.0-beta.101

    Alexei Shcherbina committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f26f5ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1290 from V4Fire/shcherbina/b-virtual-scroll-new-…

    …add-method-to-dom-proto
    
    fix: add watchForIntersection to DOM prototype for b-virtual-scroll-new
    alexeishcherbina authored May 30, 2024
    Configuration menu
    Copy the full SHA
    937f79d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: swc in build

    kholstinin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    09f68e7 View commit details
    Browse the repository at this point in the history
  2. feat: migrate std on ts

    kholstinin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5197e8b View commit details
    Browse the repository at this point in the history
  3. fix: core-js version

    kholstinin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    efdccd7 View commit details
    Browse the repository at this point in the history
  4. fix: browserslist support

    kholstinin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d4a135c View commit details
    Browse the repository at this point in the history
  5. feat: swc for snakeskin

    kholstinin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f04fdb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fd11fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    562124e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: regexp for vue

    kholstinin committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9427dfa View commit details
    Browse the repository at this point in the history
  2. chore: merged with v4

    kobezzza committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b74e6dd View commit details
    Browse the repository at this point in the history
  3. chore: improved doc

    kobezzza committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    41a3c11 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix/router transition labels (#1300)

    * fix(b-router): fixed route update prevention, caused by another transition method
    miniven authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e79d8a0 View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.102

    bonkalol committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bf70c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b83c2a8 View commit details
    Browse the repository at this point in the history
  2. chore: merged with v4

    kobezzza committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d6da5c0 View commit details
    Browse the repository at this point in the history
  3. chore: update changelog

    gretzkiy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3684155 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1307 from V4Fire/update-terser-v4

    chore(deps): update terser to 5.31.0
    gretzkiy authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f70f0d6 View commit details
    Browse the repository at this point in the history
  5. 4.0.0-beta.103

    gretzkiy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6da6cab View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. refactor(i-block): location (#1309)

    * refactor(i-block): location
    
    ---------
    
    Co-authored-by: Aleksandr Bunin <alexbunin@yandex-team.ru>
    bunin-av and Aleksandr Bunin authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bf3e2af View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Issues/1216 (#1286)

    * fix: fixed the recursive destruction of components
    
    * chore: moved to a new event
    
    * fix: there is no need to render empty nodes
    
    * chore: added new tests
    
    * chore: removed magic constants
    
    * chore: removed redundant destroying logic
    
    * fix: fixed the issue of recursive component destruction that was causing an infinite loop
    
    * fix: restored support for selective cancellation of component destruction
    
    * fix: checking for repeated destructor invocations
    
    * fix: values in the destructor should be readonly
    
    * fix: fixed the handling of descriptors
    
    * fix: fixed an issue with the false triggering of the recursive destructor
    
    * chore(i-block): move getter `r` to the ComponentInterface
    
    * chore(core/component/engines/vue3/render): use r instead of $root
    
    * fix: don't emit the same hook twice
    
    * fix: don't cast to boolean
    
    * fix(before-destroy): use Object.assign instead of defineProperties
    
    For some reason the hook property will become undefined when using Object.defineProperties, which breaks the destructor idempotence.
    
    * chore(before-create): remove redundant idempotency checks in $destroy method
    
    * feat(tests/fixtures): create ConsoleTracker fixture
    
    * tests(i-block): check the destructor is idempotent
    ---------
    
    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b241e27 View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.104

    shining-mind committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    833a9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix(core/component/interface): enhance destructor options (#1313)

    * fix(core/component/interface): enhance destructor options
    
    Enable control over both the recursion of the destructor and the execution of unmount handlers in the directives used within the component
    
    * docs: update changelog
    
    * chore(core/component/interface): rename callUnmount in destructor opts
    
    * tests(core/component/functional): test vnode unmount is not called on re-creation
    shining-mind authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    647da2f View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.105

    shining-mind committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dec49e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update test.yml

    shining-mind authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fbbab6b View commit details
    Browse the repository at this point in the history
  2. fix: reset cache after restore (#1289)

    * chore: update v4fire/core dependency
    
    * tests(b-functional-dummy): refactor the component and fix minor errors
    
    * tests(core/component/functional): add test for getters cache
    
    * fix(core/component/accessor): fix getters cache for functional components
    
    Do not cache computed value until the component is fully created
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    kobezzza and shining-mind authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b6ff1b4 View commit details
    Browse the repository at this point in the history
  3. 🆙 4.0.0-beta.106

    shining-mind committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    316e455 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    06d91e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8191f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4a9764b View commit details
    Browse the repository at this point in the history
  2. fix: filename for vue

    kholstinin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c69005c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    c86170e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    54dc187 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Activate component on hydration complete (#1326)

    * fix(b-dynamic-page): activate component on hydration complete
    
    * fix(b-dynamic-page): update CHANGELOG
    
    * fix(b-dynamic-page): ensure  method calls only for keep-alive pages
    
    * fix(b-dynamic-page): eslint fixes
    
    * fix(b-dynamic-page): remove unnecessary checks
    
    * fix(b-dynamic-page): refactor handler attachment
    
    ---------
    
    Co-authored-by: Veniamin Trepachko <trepven@yandex-team.ru>
    miniven and Veniamin Trepachko authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    151f461 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore: stylish fixes

    kobezzza committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b5ab531 View commit details
    Browse the repository at this point in the history
  2. chore: stylish fixes

    kobezzza committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a996a31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1315 from V4Fire/v4-rc

    Merge v4-rc into v4
    shining-mind authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    86bdf8f View commit details
    Browse the repository at this point in the history
  4. fix(core/component/render): modify vnode patch flags before its creat…

    …ion (#1323)
    
    * fix(core/component/render): modify vnode patch flags before its creation
    
    If a vnode has special attributes, its patch flag must be modified before the original
    vnode creation function is called. This ensures that Vue will correctly initialize the vnode
    
    * chore(core/component/render/helpers): export flagValues
    
    * fix(core/component/render): add tests for patch flags of vnode
    
    * docs: update changelog
    
    * chore: stylish fixes
    
    * chore: stylish fixes
    
    * tests(core/component/render): remove await for locator
    
    ---------
    
    Co-authored-by: kobezzza <kobezzza@gmail.com>
    shining-mind and kobezzza authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    18edef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix(cookies): maxAge param (#1319)

    * fix(cookies): maxAge param
    
    * add change log
    
    * add test
    
    * fix eslint
    
    * chore: stylish fixes
    
    ---------
    
    Co-authored-by: Aleksandr Bunin <alexbunin@yandex-team.ru>
    Co-authored-by: kobezzza <kobezzza@gmail.com>
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    4 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b918bec View commit details
    Browse the repository at this point in the history
  2. Add the 'response' emitting for the data-provider request (#1316)

    * feat: add 'response' emitting for the data-provider request
    
    * chore: stylish fixes
    
    ---------
    
    Co-authored-by: Dmitry Lebedko <dimeliora@yandex-team.ru>
    Co-authored-by: kobezzza <kobezzza@gmail.com>
    3 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f108e2f View commit details
    Browse the repository at this point in the history
  3. 🆙 4.0.0-beta.107

    shining-mind committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0b7d9ee View commit details
    Browse the repository at this point in the history
  4. chore(npmignore): exclude files

    - statoscope-stats
    - tgz archives
    shining-mind committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6418920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3cfe80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cce1f4 View commit details
    Browse the repository at this point in the history
  7. docs: fix changelog

    shining-mind committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e23b33f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    5937bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b0182 View commit details
    Browse the repository at this point in the history
  3. chore: added comment

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d42da82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eba1719 View commit details
    Browse the repository at this point in the history
  5. chore: improved doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2cc5f52 View commit details
    Browse the repository at this point in the history
  6. chore: merged with origin

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ed28925 View commit details
    Browse the repository at this point in the history
  7. chore: merged with origin

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3a5b723 View commit details
    Browse the repository at this point in the history
  8. chore: fixed doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4da3af9 View commit details
    Browse the repository at this point in the history
  9. chore: reversed rooTag spec

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1871afe View commit details
    Browse the repository at this point in the history
  10. chore: improved doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    71f77fc View commit details
    Browse the repository at this point in the history
  11. chore: updated log

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    930cc11 View commit details
    Browse the repository at this point in the history
  12. chore: improved doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f1f3e92 View commit details
    Browse the repository at this point in the history
  13. chore: improved doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b714985 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8aa1fcb View commit details
    Browse the repository at this point in the history
  15. chore: improved doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    05d376b View commit details
    Browse the repository at this point in the history
  16. chore: simplify

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    21fc1e2 View commit details
    Browse the repository at this point in the history
  17. chore: simplify

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8562ccd View commit details
    Browse the repository at this point in the history
  18. chore: better types

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    949ab2e View commit details
    Browse the repository at this point in the history
  19. chore: added comments

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    09149b9 View commit details
    Browse the repository at this point in the history
  20. chore: added comments

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5de7738 View commit details
    Browse the repository at this point in the history
  21. fix: fixed session loading

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    22fb8e7 View commit details
    Browse the repository at this point in the history
  22. chore: updated log

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    be97ea9 View commit details
    Browse the repository at this point in the history
  23. chore: fixed doc

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ba56f4c View commit details
    Browse the repository at this point in the history
  24. fix: prefer nextTick

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    62889be View commit details
    Browse the repository at this point in the history
  25. chore: stylish fixes

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2633eef View commit details
    Browse the repository at this point in the history
  26. fix: added xss normalizing

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a0e1efb View commit details
    Browse the repository at this point in the history
  27. fix: exclude jsdom

    kobezzza committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    41340c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. refactor: split modules

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e685a39 View commit details
    Browse the repository at this point in the history
  2. feat: added core/html/xss

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1a5a2e4 View commit details
    Browse the repository at this point in the history
  3. chore: updated doc

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    32b57e7 View commit details
    Browse the repository at this point in the history
  4. chore: removed xss library

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    adb3e98 View commit details
    Browse the repository at this point in the history
  5. chore: removed console.log

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    354e31b View commit details
    Browse the repository at this point in the history
  6. chore: fixed eslint

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b2a19c4 View commit details
    Browse the repository at this point in the history
  7. chore: updated lock

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4e5edc2 View commit details
    Browse the repository at this point in the history
  8. refactor: simplify

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    659a059 View commit details
    Browse the repository at this point in the history
  9. chore: stylish fixes

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e7ac9b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    677b8c7 View commit details
    Browse the repository at this point in the history
  11. chore: updating doc

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    595ee07 View commit details
    Browse the repository at this point in the history
  12. fix: fixed import

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5876592 View commit details
    Browse the repository at this point in the history
  13. chore: added comments

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    951ced1 View commit details
    Browse the repository at this point in the history
  14. fix: fixed SSR condition

    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    dc1877c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0d95d18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    195972c View commit details
    Browse the repository at this point in the history
  17. Revert "fix: fixed SSR condition"

    This reverts commit dc1877c.
    kobezzza committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    44f6f32 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    07a111e View commit details
    Browse the repository at this point in the history
  2. fix: replace once and on

    misbiheyv committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a8055e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e18355 View commit details
    Browse the repository at this point in the history
  4. chore: updated log

    kobezzza committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    857c18c View commit details
    Browse the repository at this point in the history
  5. fix: fixed tests

    kobezzza committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ed7eb02 View commit details
    Browse the repository at this point in the history
  6. Update src/components/super/i-block/README.md

    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    kobezzza and shining-mind authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b86d781 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bab52b View commit details
    Browse the repository at this point in the history
  8. chore: added comments

    kobezzza committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    230b20f View commit details
    Browse the repository at this point in the history
  9. fix: xss

    kobezzza committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    256f2e4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1171 from V4Fire/v4-new-init

    V4 new init
    kobezzza authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5d91b63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    378e3b7 View commit details
    Browse the repository at this point in the history
  12. fix: revert vue in scripts

    kholstinin committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8edb0a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. test: add tests for fixes

    misbiheyv committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7d310bb View commit details
    Browse the repository at this point in the history
  2. docs: append CHANGELOG

    misbiheyv committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    074a640 View commit details
    Browse the repository at this point in the history
  3. update monic-loader (#1335)

    boikovdv authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    602fd6c View commit details
    Browse the repository at this point in the history
  4. fix: vue in fathtml

    kholstinin committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6a2a668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be8a5c4 View commit details
    Browse the repository at this point in the history
  6. 🆙 4.0.0-beta.109

    shining-mind committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f803680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b31f30 View commit details
    Browse the repository at this point in the history
  8. chore: review fixes

    misbiheyv committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eb2a17b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cef07b9 View commit details
    Browse the repository at this point in the history
  10. fix(page-meta-data): page description element now expect to have tag (#…

    …1331)
    
    * fix(page-meta-data): page description element now expect to have  tag
    ---------
    
    Co-authored-by: Veniamin Trepachko <trepven@yandex-team.ru>
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    00ddba2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d13cf61 View commit details
    Browse the repository at this point in the history
  12. chore: stylish fixes

    kobezzza committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c368f7c View commit details
    Browse the repository at this point in the history
  13. chore: stylish fixes

    kobezzza committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bb614cb View commit details
    Browse the repository at this point in the history
  14. chore: stylish fixes

    kobezzza committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9f46e67 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0d328f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c40978 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1330 from V4Fire/EDADEACLORECASE-2985

    fix events handling
    kobezzza authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    549f7a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cabd078 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. feat: removed swc for vue

    kholstinin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8446456 View commit details
    Browse the repository at this point in the history
  2. fix(core/index): use global session instance (#1339)

    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    geopr and shining-mind authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ec1b0eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e4884d View commit details
    Browse the repository at this point in the history
  4. 🆙 4.0.0-beta.110

    shining-mind committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    798e8f2 View commit details
    Browse the repository at this point in the history
  5. fix: ts

    kholstinin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8c4995b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d3a9a1 View commit details
    Browse the repository at this point in the history
  7. fix: ts

    kholstinin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6a146f7 View commit details
    Browse the repository at this point in the history
  8. changelog

    kholstinin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dde1835 View commit details
    Browse the repository at this point in the history
  9. chore: updated tests

    kobezzza committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b0ed380 View commit details
    Browse the repository at this point in the history
  10. chore: removed dead code

    kobezzza committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ab4d4d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    c4fec80 View commit details
    Browse the repository at this point in the history
  2. revert export default

    kholstinin committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ddba08a View commit details
    Browse the repository at this point in the history
  3. Monic loader up v4 (#1344)

    * update monic-loader to 3.0.4
    boikovdv authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8e3f9e6 View commit details
    Browse the repository at this point in the history
  4. 🆙 4.0.0-beta.111

    shining-mind committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    81578c4 View commit details
    Browse the repository at this point in the history
  5. docs: update changelog

    shining-mind committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    01ca6db View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. feat: add a rootContent wrapper block

    Dmitry Lebedko committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6a8da31 View commit details
    Browse the repository at this point in the history
  2. Fix wrapWithDirectives in vue3 engine (#1346)

    * fix: fix bug with nullable value in directives
    
    * docs: update CHANGELOG
    misbiheyv authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    051e35a View commit details
    Browse the repository at this point in the history
  3. Router fix (#1347)

    * chore: stylish fixes
    
    * fix: fixed subsequent calls
    
    * chore: stylish fixes
    
    * chore: added log
    
    ---------
    
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    kobezzza and shining-mind authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    91565b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: review issues

    kholstinin committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a68a154 View commit details
    Browse the repository at this point in the history
  2. fix(b-dynamic-page): page change and async render race fixed (#1349)

    * fix(b-dynamic-page): race
    
    * chore(b-dynamic-page): add comment for onPageChange reset
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: geopr <prohorovgosa@gmail.com>
    shining-mind and geopr authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dc0c1bf View commit details
    Browse the repository at this point in the history
  3. 🆙 4.0.0-beta.112

    shining-mind committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6a03eb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix(friends/data-provider): wrap response data with async options (#1348

    )
    
    * fix(b-virtual-scroll): `initLoadNext` canceling
    
    * chore: changelog pattern
    
    * fix: wrap request promise with async params
    
    * refactor: add ability to cancel `waitPermissionToRequest` by passing async options
    
    * revert: waitPermissionToRequest async options
    
    * fix: wrap with async options response data
    
    * chore: remove unused params
    ---------
    
    Co-authored-by: Magomed Chemurziev <itmaga@yandex-team.ru>
    ItMaga and Magomed Chemurziev authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6343bfc View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.113

    shining-mind committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cd98a72 View commit details
    Browse the repository at this point in the history
  3. Bonkalol/virtual scroll memoize first chunk (#1293)

    * Removed unnecessary rerendering of container in case of dbStore change; rerendering of the container and all nodes inside occurs only when firstChunkRender is changed
    
    * 🎨 changelog
    
    * 🎨 review
    
    ---------
    
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    bonkalol and shining-mind authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    671890d View commit details
    Browse the repository at this point in the history
  4. 🆙 4.0.0-beta.114

    shining-mind committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1176200 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix #1275 (#1308)

    * fix #1275
    
    * chore: stylish fixes
    
    * chore: fixed naming
    
    * fix: fixes after refactoring
    
    * chore: added new tests
    
    * Sync test for teleports (#1356)
    
    * tests(p-v4-components-demo): accept search param for goto
    
    * chore(i-static-page): remove console.log
    
    * fix(core/component/watch): fix flush post watchers
    
    * tests(i-block): fix sync className test for teleport
    
    ---------
    
    Co-authored-by: kobezzza <kobezzza@gmail.com>
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    3 people authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e616ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0c0de View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    5259210 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    33ddf9d View commit details
    Browse the repository at this point in the history
  2. feat: dom in core/const

    kholstinin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b1492d4 View commit details
    Browse the repository at this point in the history
  3. fix: test

    kholstinin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cf34fe0 View commit details
    Browse the repository at this point in the history
  4. 🆙 4.0.0-beta.116

    kholstinin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4a7e8e6 View commit details
    Browse the repository at this point in the history
  5. fix: review issues

    kholstinin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb071e3 View commit details
    Browse the repository at this point in the history
  6. revert toJson externalize

    kholstinin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2832210 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1361 from V4Fire/ssr_improve

    SSR perf improve
    kholstinin authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    242893c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e208a71 View commit details
    Browse the repository at this point in the history
  9. docs: update changelogs

    Dmitry Lebedko committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9c2289f View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    shining-mind authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    031741e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f5bb3f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #1350 from V4Fire/dimeliora/i-block-root-content-w…

    …rapper
    
    Add a `rootContent` wrapper block
    Dimeliora authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d6595ca View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.117

    Dmitry Lebedko committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4c996de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1362 from V4Fire/release-ci-v4

    Add workflow to deploy to NPM on release (v4)
    aabounegm authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6bc0ba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix(b-router/modules/transition): fix promises collision (#1367)

    * fix(b-router/modules/transition): fix promises collision
    
    * chore: changelog
    
    * 🆙
    geopr authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8f14bce View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Fix setting cookie (#1359)

    * fix(cookies): add comparison current cookie with new one
    
    * fix(cookie-engine): add changing maxAge param
    
    * refactor(cookies): add decorator for create store 
    
    ---------
    
    Co-authored-by: Aleksandr Bunin <alexbunin@yandex-team.ru>
    bunin-av and Aleksandr Bunin authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    70dcf7b View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.119

    Aleksandr Bunin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e691d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e00fb View commit details
    Browse the repository at this point in the history
  4. chore: up docs

    kormanowsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fdbacf9 View commit details
    Browse the repository at this point in the history
  5. 🆙 changelog, version

    kormanowsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c7d151c View commit details
    Browse the repository at this point in the history
  6. chore: update typedef

    kormanowsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cef12e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    daadf41 View commit details
    Browse the repository at this point in the history
  2. fix: eslint errors

    kholstinin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    94e2a8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1340 from V4Fire/v4_swc-search

    Add SWC into build
    kholstinin authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    09f05fe View commit details
    Browse the repository at this point in the history
  4. fix: jest ci tests

    kholstinin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    43bd4f7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1375 from V4Fire/fix_tests

    fix: jest ci tests
    shining-mind authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    afdd5ec View commit details
    Browse the repository at this point in the history
  6. Disable reactive prop 2 new init force props (#1338)

    * feat: added support for the forceUpdate flag for props to eliminate unnecessary re-renders
    
    * refactor: attrs api
    
    * chore: improved props `forceUpdate: false` logic
    
    * refactor: improved prop API
    
    * refactor: review props initializing
    
    * feat: added a new method `createPropAccessors`
    
    * chore: added initializing of attr-props
    
    * fix: invalid variable ordering
    
    * feat: added code-generation for `forceUpdate: false` props
    
    * refactor: improved prop watchers
    
    * chore: throw an exception if the accessors are not defined
    
    * fix: added support for private @ fields
    
    * refactor: private fields now look like as [[$name]]
    
    * fix: fixed an issue with the v-ref directive causing excessive re-renders of templates
    
    * fix: for functional components, continue to use v-ref, not :v-ref.
    
    * fix: fixed an issue with synchronization of refs and lifecycles
    
    * fix: marked modsProps as `forceUpdate: false`
    
    * BREAKING_CHANGE: props `request`, `dataProviderOptions`, `modsProp` are marked as `forceUpdate: false`
    
    * fix: fixed providing sharedMods
    
    * fix: fixed mods providing
    
    * chore: fixed $renderCounter contract
    
    * Added a test for component is and v-attrs
    
    * fix: fixed prop default values
    
    * fix: fixed class component rgxp
    
    * fix: fixed slot name normalization
    
    * fix: fixed an issue where a functional component contains a regular component that expects a prop with `forceUpdate: false`
    
    * fix: removed redundant addition of dynamicProps for handlers in the case of regular components.
    
    * chore(core/prelude/test-env): normalize attributes in the renderComponents
    
    * tests(b-dummy): normalize test component attributes
    
    * fix: added support for undefined
    
    * fix: fixed an issue with updating modifier values
    
    * fix: added support for undefined-s
    
    * fix: fixed providing of sharedMods
    
    * fix: fixed passing mods as undefined
    
    * Bonkalol/disable reactive prop 2 new init force props (#1371)
    ---------
    
    Co-authored-by: bonkalol <bonkalol@list.ru>
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    4 people authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    be5fec1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c5fba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. New gc (#1353)

    * feat: added a new module with an implementation of the garbage collector for components
    
    * chore: integration of new GC
    
    * chore: integration of new GC
    
    * chore: force vue.unmount
    
    * fix: fixed destructor
    
    * fix: now the destructor is idempotent
    
    * chore: fixed tests
    
    * fix: fixed unmount
    
    * chore: stylish fixes
    
    * chore: fixed tests & stylish fixes
    
    * chore: speedup destructors
    
    * chore: removed redundant Object.get/set/delete
    
    * chore: fixed eslint
    
    * chore: fixed eslint
    
    * chore: don't spawn redundant idle tasks
    
    * chore: better naming
    
    * refactor: rewritten legacy code
    
    * docs: improved doc
    
    * chore: simple optimization
    
    * chore: grammar fixes
    
    * chore: use requestIdleCallback shim in browser
    
    * chore: better SSR config
    
    * fix: fixed tests
    
    * docs: added doc
    
    * docs: stylish fixes
    kobezzza authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    98c4d82 View commit details
    Browse the repository at this point in the history
  2. docs: stylish fixes

    kobezzza committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    af268b7 View commit details
    Browse the repository at this point in the history
  3. chore: fixed log

    kobezzza committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fea4362 View commit details
    Browse the repository at this point in the history
  4. chore: 🆙 4.0.0-beta.122

    kobezzza committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6b5b26e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b9b1b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    8efc99f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1380 from V4Fire/fix_autoprefixer

    fix autoprefixer browserslist
    misbiheyv authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0c7f9ff View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    4a07a2c View commit details
    Browse the repository at this point in the history
  2. chore: 🆙 v4.0.0-beta.124

    kobezzza committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fb2e0d7 View commit details
    Browse the repository at this point in the history
  3. fix: swc for node build (#1386)

    * fix: dynamic component import with swc
    
    * fix: ssr build with swc
    
    * changelog
    
    ---------
    
    Co-authored-by: Andrey Kobets <kobezzza@gmail.com>
    kholstinin and kobezzza authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    017f2d4 View commit details
    Browse the repository at this point in the history
  4. chore: 🆙 v4.0.0-beta.125

    kobezzza committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7d698c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5590898 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    bd6f44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348f1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #1394 from V4Fire/fix/b-dynamic-page-same-page-upd…

    …ate-v4
    
    Fix/b dynamic page same page update v4
    gretzkiy authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e313549 View commit details
    Browse the repository at this point in the history
  2. 4.0.0-beta.126

    gretzkiy committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6bae2f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix rgxp (#1393)

    * fix rgxp
    
    * add tests
    
    * changelog
    
    ---------
    
    Co-authored-by: Aleksandr Bunin <alexbunin@yandex-team.ru>
    bunin-av and Aleksandr Bunin authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2b14bdf View commit details
    Browse the repository at this point in the history
  2. 🆙 v4.0.0-beta.127

    Aleksandr Bunin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    208ddc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    906588d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b171443 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2766f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: fix normalization of the forceUpdate props declared as *Prop (

    …#1404)
    
    - b-dummy
    - b-virtual-scroll-new
    - globalThis.renderComponents
    shining-mind authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    897ed6e View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.128

    shining-mind committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d4ef591 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    49ecc8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84026d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8038c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix bug with re-rendering in v-safe-html (#1405)

    * fix(v-safe-html): add value updating on beforeUpdate hook
    
    * docs: add README files
    misbiheyv authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c615539 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Enhanced filesystem cache invalidation criteria by including the curr… (

    #1324)
    
    * Enhanced filesystem cache invalidation criteria by including the current branch name and the most recent merge.
    boikovdv authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6c40592 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. V4 autoprefixer (#1406)

    * fix: browserslist env for autoprefixer
    
    * changelog
    
    * fix: jsdoc
    
    * fix: typos
    
    * chore: up version
    
    ---------
    
    Co-authored-by: misbiheyv <mishagorkovenko1103@gmail.com>
    kholstinin and misbiheyv authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b58e5f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix legacy build (#1412)

    * feat: move back std as standalone entry
    
    * changelog
    
    * fix(build): fix exports name for snakeskin
    
    * feat: add resize-observer-polyfill
    
    It is required for core/dom/resize-watcher
    
    * docs: update changelog
    
    * chore: move ResizeObserver polyfill to core/dom/resize-watcher
    
    ---------
    
    Co-authored-by: kholstinin <kholstinin@yandex-team.ru>
    shining-mind and kholstinin authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bb1c6c4 View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.132

    shining-mind committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1e37dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix(components/friends/data-provider): support for the recursive `dro…

    …pCache` operation by adding the `recursive` argument (#1417)
    
    * fix(components/friends/data-provider): support for the recursive `dropCache` operation by adding the `recursive` argument
    
    * Update CHANGELOG.md
    
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    
    * 🆙
    
    ---------
    
    Co-authored-by: Artem Shinkaruk <46344555+shining-mind@users.noreply.github.com>
    geopr and shining-mind authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6a7be64 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. change style loaded check way (#1418)

    * change style loaded check way
    
    * changelog
    
    * fix string check
    
    * fix
    boikovdv authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8f340f4 View commit details
    Browse the repository at this point in the history
  2. chore: stylish fixes

    kobezzza committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    764194c View commit details
    Browse the repository at this point in the history
  3. chore: 🆙 4.0.0-beta.134

    kobezzza committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    300da63 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix: router replace query merging (#1421)

    * fix: router replace query merging
    misbiheyv authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98a99d1 View commit details
    Browse the repository at this point in the history
  2. fix: sanitize hydration store (#1419)

    * fix: sanitize hydration store
    
    * fix: optimize
    
    * refactor
    
    * add test
    
    * up
    
    ---------
    
    Co-authored-by: Aleksandr Bunin <alexbunin@yandex-team.ru>
    bunin-av and Aleksandr Bunin authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f51e0c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix(i-block): apply async.proxy for the global event listeners (#1429)

    * fix(i-block): apply async.proxy for the global event listeners
    
    It fixes the bug when the listener might be called after the component has been destroyed
    
    * Update src/components/super/i-block/modules/listeners/index.ts
    
    Co-authored-by: Andrey Kobets <kobezzza@gmail.com>
    
    ---------
    
    Co-authored-by: Andrey Kobets <kobezzza@gmail.com>
    shining-mind and kobezzza authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b08c92f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Remove excess spaces from the component's HTML output (#1432)

    * feat(core/component/meta): emit [[RENDER]] event
    
    * refactor(i-block): remove method calls from the template
    
    * docs: update changelog
    
    * chore(i-block): make registerRenderHandlers private
    shining-mind authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9111f0f View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.137

    shining-mind committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f6b5e8e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Dsl speedup (#1388)

    * feat: support for partial classes & optimization
    
    * chore: improved dsl
    
    * fix: fixed smart components creation
    
    * feat: added a feature of forever cached values
    
    * feat: added a new `forever` cache
    
    * chore!: new unsafe interface & fixed TS errors & refactoring
    
    * feat: added a new method `getFieldsStore`
    
    * chore: use Array.toArray instead of Array.concat
    
    * chore: fixed tree-shake
    
    * chore: moved async to v4/core
    
    * chore: using fast destructors
    
    * chore: use V4_COMPONENT to check whether an object is a component
    
    * fix: props must be initialized after `beforeRuntime`
    
    * feat: added support for property descriptors
    
    * refactor: use getters for friendly classes
    
    * fix: fixed `once` modifier for hook handlers
    
    * fix: retrieving information about the observed field should be done in beforeDataCreate
    
    * fix: don't create abstract smart components
    ---------
    
    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    kobezzza and shining-mind authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8aacb8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ac574 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Speedup 2 (#1434)

    kobezzza authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    01d9119 View commit details
    Browse the repository at this point in the history
  2. fix(wrapCreateBlock): set children as null for functional component v…

    …node (#1441)
    
    * fix(core/component/render/wrappers): set children as null for functional component vnode in wrapCreateBlock
    
    * docs: update changelog
    shining-mind authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3567509 View commit details
    Browse the repository at this point in the history
  3. 🆙 4.0.0-beta.140

    shining-mind committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7f76479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee2ebf View commit details
    Browse the repository at this point in the history
  5. 🆙 4.0.0-beta.141

    shining-mind committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8f3c5ff View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix(swc): disable external helpers for snakeskin (#1431)

    * fix(swc): disable external helpers for snakeskin
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Artem Shinkaruk <artasend@gmail.com>
    kholstinin and shining-mind authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b7486e1 View commit details
    Browse the repository at this point in the history
  2. 🆙 4.0.0-beta.142

    shining-mind committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    90b6fe5 View commit details
    Browse the repository at this point in the history