Releases: code4romania/taskforce-fe-components
Releases · code4romania/taskforce-fe-components
v1.0.4 (2020-03-28)
v1.0.4 (2020-03-28)
🚀 New Features
search-input
search-result-list-item
back-to-top
- #100 feat: adds
BackToTop
component (@DanielStoica85)
- #100 feat: adds
🌱 Internal
v1.0.3 (2020-03-26)
v1.0.3 (2020-03-26)
🌱 Internal
- fixed display error in
banner
component- #104 bugfix for banner component(@moonflare)
v1.0.2 (2020-03-25)
v1.0.2 (2020-03-25)
🚀 New Features
radio-list
,select
- #59 feat: add more form inputs components (@danut0nline)
🌱 Internal
header
mailchimp-subscribe
- #101 refactor: Makes the newsletter wording customizable (@andreicioban )
v1.0.1 (2020-03-24)
v1.0.1 (2020-03-24)
🚀 New Features
input
- #99 feat: Added
required
flag (@andreicioban )
- #99 feat: Added
🌱 Internal
subscribe-form
- #99 feat: Made the email input field required (@andreicioban )
- #99 refactor: Fixed the subtitle to match the text on stirioficiale.ro (@andreicioban )
- #95 refactor: Added back the required
onClick
handler (@andreicioban )
developed-by
- #95 fix: typo
className
(@andreicioban )
- #95 fix: typo
v1.0.0 (2020-03-23)
v1.0.0 (2020-03-23)
💥 Breaking Changes
logo
instruments-item
🚀 New Features
button
- #88 feat: add
inputType
prop (@andreicioban)
- #88 feat: add
🌱 Internal
subscribe-form
- #88 refactor: the subscribe flow changes from
in place
(sending ajsonp
request) toredirect
(@andreicioban)
- #88 refactor: the subscribe flow changes from
developed-by
,incubated-by
hero
instruments-item
header
incubated-by
- Other
Breaking Changes
logo
- deprecate
src
prop in favour ofchildren
prop- Before:
<Logo src={Code4Logo} alt={"Taskforce"} />
- After:
<Logo url="https://code4.ro"> <Code4Logo /> </Logo>
- Before:
instruments-item
- Replace
onClick
callback forbuttton
withctaLink
fora
- Before:
<InstrumentsItem color="red" title="text" ctaText="text" /> onClick={() => callbackToOpenLink(link)}
- After:
<InstrumentsItem color="red" title="text" ctaText="text" ctaLink="https://code4ro.ro" />
- Before:
v0.1.14 (2020-03-22)
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)
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)
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)
fixed build issues (#76) * fixed build issues * bumped version
v0.1.10 (2020-03-21)
added banner component (#75) * added banner component * trigger new now preview build * export banner component * code review fixes * exported also subscribe component