Skip to content

Latest commit

 

History

History
292 lines (151 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

292 lines (151 loc) · 10.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2022-12-15)

Bug Fixes

Features

4.0.0 (2022-12-15)

Bug Fixes

Features

3.1.1 (2021-06-29)

Bug Fixes

  • di: fix partial merge of registries (3ef511d)

3.1.0 (2021-06-23)

Features

  • di: rename ComponentRegistryConsumer to RegistryConsumer (2420041)

3.0.0 (2021-06-22)

Features

  • di: make di able to keep anything (e302953)

BREAKING CHANGES

  • di: HOC and IRegistryComponents aren't exported from di, and generic-param for Registry.set has different meaning

2.2.8 (2021-06-21)

Bug Fixes

  • di: expose IRegistryComponents type (d32a0a7)

2.2.7 (2021-06-08)

Bug Fixes

2.2.6 (2021-04-27)

Bug Fixes

2.2.5 (2020-11-13)

Bug Fixes

  • di: fixed merge of registries with same id (0706c4a)

2.2.4 (2020-04-02)

Bug Fixes

2.2.3 (2020-03-12)

Performance Improvements

  • di: use for of loop instead forEach (68d239c)
  • di: use native createElement instead jsx (eb3ff64)

2.2.2 (2020-03-02)

Bug Fixes

  • di: fixes a way to extends components (629b2a5)

Performance Improvements

  • di: improving performance (469966f)

2.2.1 (2019-12-27)

Bug Fixes

  • di: Add errors when base component is empty for extending component (8595d01)

2.2.0 (2019-12-23)

Features

  • di: Add withBase-hoc as a way of extending components (dda4d8b)

2.1.0 (2019-12-02)

Features

  • di: fill registry with components via object literal (a4f69c5)

2.0.4 (2019-10-02)

Note: Version bump only for package @bem-react/di

2.0.3 (2019-08-20)

Note: Version bump only for package @bem-react/di

2.0.2 (2019-07-31)

Note: Version bump only for package @bem-react/di

2.0.1 (2019-05-27)

Bug Fixes

  • di: return type in GetNonDefaultProps without GetNonDefaultProps (9f3ab8e)

2.0.0 (2019-05-24)

Features

  • di: replace inverted by overridable (957a0fe)

BREAKING CHANGES

  • di: Set inverted flag by default and rename it to "overridable".

1.6.0 (2019-04-22)

Features

  • di: add hooks for registries and registryComponent (c512dc2)

1.5.3 (2019-03-01)

Bug Fixes

  • di: registers are overwritten in context (a7b6377)

1.5.2 (2019-01-29)

Bug Fixes

  • di: remove global variable providedRegistries (8f5e93e)

1.5.1 (2019-01-16)

Bug Fixes

  • di: provided registries must be global (57fdb8b)

1.5.0 (2019-01-10)

Features

  • di: partially registries merge (7890e03)

1.4.0 (2018-12-28)

Features

  • di: the way to add typings for registry result (b76e4e1)

1.3.0 (2018-12-21)

Bug Fixes

  • di: correct typings for withRegistry (a79eca2)
  • di: return correct type from withRegistry (e695088)
  • di: use map as class option for using in es5 (24e9015)

Features

1.2.2 (2018-12-21)

Bug Fixes

  • di: correct typings for withRegistry (a79eca2)
  • di: return correct type from withRegistry (e695088)
  • di: use map as class option for using in es5 (24e9015)

Features

1.2.1 (2018-12-19)

Bug Fixes

  • di: correct typings for withRegistry (a79eca2)
  • di: return correct type from withRegistry (4e09616)
  • di: use map as class option for using in es5 (24e9015)

Features

1.2.0 (2018-12-18)

Bug Fixes

  • di: correct typings for withRegistry (ce73d79)
  • di: use map as class option for using in es5 (24e9015)

Features

1.1.0 (2018-12-06)

Bug Fixes

  • di: use map as class option for using in es5 (24e9015)

Features

1.0.2 (2018-10-24)

Note: Version bump only for package @bem-react/di

1.0.1 (2018-10-02)

Bug Fixes

  • di: use map as class option for using in es5 (7fd489f)

1.0.0 (2018-09-20)

Note: Version bump only for package @bem-react/di

0.2.4 (2018-09-13)

Note: Version bump only for package @bem-react/di

0.2.3 (2018-08-30)

Note: Version bump only for package @bem-react/di

0.2.2 (2018-08-29)

Note: Version bump only for package @bem-react/di

0.2.1 (2018-08-29)

Note: Version bump only for package @bem-react/di

0.2.0 (2018-08-29)

Features

0.1.0 (2018-08-29)

Features