Skip to content

Releases: code4romania/taskforce-fe-components

v1.0.4 (2020-03-28)

28 Mar 13:28
bb05b90
Compare
Choose a tag to compare

v1.0.4 (2020-03-28)

🚀 New Features

  • search-input
    • #110 feat: adds onClick and onEnter callbacks (@schesa)
  • search-result-list-item
    • #117 feat: adds searchResultListItem component (@Utwo )
  • back-to-top

🌱 Internal

  • social-share
    • #116 style: fix text alignment and icon margns (@pdamoc)
    • #122 docs: translate label in Romanian (@zauan)

v1.0.3 (2020-03-26)

26 Mar 08:21
e52b064
Compare
Choose a tag to compare

v1.0.3 (2020-03-26)

🌱 Internal

  • fixed display error in banner component

v1.0.2 (2020-03-25)

25 Mar 20:47
3cd51de
Compare
Choose a tag to compare

v1.0.2 (2020-03-25)

🚀 New Features

  • radio-list, select

🌱 Internal

v1.0.1 (2020-03-24)

24 Mar 21:55
d5c495f
Compare
Choose a tag to compare

v1.0.1 (2020-03-24)

🚀 New Features

🌱 Internal

v1.0.0 (2020-03-23)

23 Mar 12:26
e1ad10f
Compare
Choose a tag to compare

v1.0.0 (2020-03-23)

💥 Breaking Changes

  • logo
    • #90 refactor: deprecate src prop in favor of children prop (@Utwo)
  • instruments-item
    • #90 refactor: remove ctaClassName prop and replace onClick callback for buttton with ctaLink for a (@Utwo)

🚀 New Features

🌱 Internal

  • subscribe-form
    • #88 refactor: the subscribe flow changes from in place (sending a jsonp request) to redirect (@andreicioban)
  • developed-by, incubated-by
    • #90 chore: Compress all images (@Utwo)
  • hero
    • #90 refactor: use p h2, header elements instead of divs (@Utwo)
  • instruments-item
    • #90 styles: update styles after introducing a instead of button (@Utwo)
  • header
    • #91 refactor: internal structure and styles (@Utwo)
  • incubated-by
  • Other
    • #90 chore: Compress all images (@Utwo)

Breaking Changes

logo

  • deprecate src prop in favour of children prop
    • Before:
        <Logo src={Code4Logo} alt={"Taskforce"} />
    • After:
        <Logo url="https://code4.ro">
          <Code4Logo />
        </Logo>

instruments-item

  • Replace onClick callback for buttton with ctaLink for a
    • Before:
        <InstrumentsItem
          color="red"
          title="text"
          ctaText="text" />
          onClick={() => callbackToOpenLink(link)}
    • After:
        <InstrumentsItem
          color="red"
          title="text"
          ctaText="text"
          ctaLink="https://code4ro.ro" />

v0.1.14 (2020-03-22)

22 Mar 13:50
0e9722c
Compare
Choose a tag to compare
docs: update PR Template and export sidebar menu components (#87)

* docs: update PR Template and export sidebar menu components

* chore: bump version

v0.1.13 (2020-03-22)

22 Mar 12:58
f2f378c
Compare
Choose a tag to compare
Create SidebarMenu and SidebarMenuItem components (#83)

* Create SidebarMenu and SidebarMenuItem components

* styles: add hover and cursor: pointer to the sidebar-menu-item

* feat: add onClick callback to the sidebar-menu-item and add story example

* chore: bump package version

Co-authored-by: Dan Lepadatu <[email protected]>

v0.1.12 (2020-03-22)

22 Mar 09:02
bbdbeb1
Compare
Choose a tag to compare
Propagate the compact flag through mailchimp wrapper (#80)

* Fix linting errors

* Propagate the compact flag through mailchimp wrapper

* Bump patch

v0.1.11 (2020-03-21)

21 Mar 21:57
e0751c7
Compare
Choose a tag to compare
fixed build issues (#76)

* fixed build issues

* bumped version

v0.1.10 (2020-03-21)

21 Mar 21:32
94cb9ce
Compare
Choose a tag to compare
added banner component (#75)

* added banner component

* trigger new now preview build

* export banner component

* code review fixes

* exported also subscribe component