Skip to content

Releases: jeescu/recomponent

Not defined state fix, Update tests

03 Aug 13:15
Compare
Choose a tag to compare
Pre-release

Added samples and more tests.

Store accessibility from child components

01 Aug 06:57
Compare
Choose a tag to compare

Using React context for component if provided with store.

Added tests, Fix prop 'styles'

27 Jul 12:23
Compare
Choose a tag to compare
Pre-release

Tests with Jest, Enzyme and added Travis and Bithound.

Component Store

21 Jul 05:53
Compare
Choose a tag to compare
Component Store Pre-release
Pre-release

Allows to set custom component's store.

Value check

11 Jul 12:00
Compare
Choose a tag to compare
Value check Pre-release
Pre-release

Throw error if template and logic is not defined.

  • Minor refactor

Initial release.

11 Jul 10:59
Compare
Choose a tag to compare
Initial release. Pre-release
Pre-release

Using a component wrapper that combines the view and logic while preserving the component context.

  • Component restructure.
  • Separating view from logic.
  • Preserving context to view.