UNPKG

@v4fire/client

Version:

V4Fire client core library

84 lines (46 loc) 1.47 kB
Changelog ========= > **Tags:** > - :boom: [Breaking Change] > - :rocket: [New Feature] > - :bug: [Bug Fix] > - :memo: [Documentation] > - :house: [Internal] > - :nail_care: [Polish] ## v3.0.0-rc.205 (2021-06-24) #### :bug: Bug Fix * Fixed initializing of system fields ## v3.0.0-rc.146 (2021-02-15) #### :bug: Bug Fix * Fixed creation of meta objects ## v3.0.0-rc.142 (2021-02-11) #### :bug: Bug Fix * Fixed creation of a context ## v3.0.0-rc.129 (2021-01-28) #### :house: Internal * Optimized creation of flyweight components ## v3.0.0-rc.127 (2021-01-26) #### :bug: Bug Fix * Fixed `componentStatus` with flyweight components * Fixed creation of `$async` ## v3.0.0-rc.126 (2021-01-26) #### :rocket: New Feature * Now flyweight components support life cycle hooks ## v3.0.0-rc.125 (2021-01-18) #### :bug: Bug Fix * Fixed a bug with the creation of nested flyweight components ## v3.0.0-rc.99 (2020-11-17) #### :bug: Bug Fix * [Fixed providing of attributes](https://github.com/V4Fire/Client/issues/437) ## v3.0.0-rc.92 (2020-11-03) #### :house: Internal * Refactoring ## v3.0.0-rc.76 (2020-10-07) #### :bug: Bug Fix * Fixed a bug when flyweight components can't have refs ## v3.0.0-rc.66 (2020-09-22) #### :bug: Bug Fix * [Fixed mixing of directives within of a component root tag](https://github.com/V4Fire/Client/pull/337) ## v3.0.0-rc.37 (2020-07-20) #### :house: Internal * Fixed ESLint warnings