Skip to content

Releases: freshworks/crayons

@freshworks/[email protected]

24 Mar 08:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/freshworks/crayons/compare/v2.13.2...@freshworks/[email protected]

@freshworks/[email protected]

24 Mar 08:53
Compare
Choose a tag to compare

What's Changed

  • feat(crayons-i18n): crayons-i18n package to handle i18n translations by @arvindanta in #449
  • chore(i18n-deps): added stencil/store and date-fns as dependencies by @arvindanta in #456
  • chore(i18n-strings): updated i18n strings for form-builder by @arvindanta in #457
  • chore(i18n-strings): updated i18n strings for form builder by @arvindanta in #458
  • refactor(i18n): change kebab_case strings to camelCase by @arvindanta in #460
  • feat(i18n): remove default value being passed to decorator by @kulkarni-kashyap in #462
  • chore(i18n-fileuploader): added i18n strings for file uploader by @arvindanta in #463
  • feat(i18n): use json instead of js files by @kulkarni-kashyap in #468
  • chore(i18n): updated i18n strings by @arvindanta in #472
  • feat(i18n-date-fns): dynamically load date-fns lang module and interpolation related changes by @arvindanta in #465
  • chore(i18n-strings): updated i18n strings by @arvindanta in #481
  • fix(datepicker-i18n): handle placeholder and displayformat on lang change by @arvindanta in #484
  • feat(filter-i18n): updated the value based on the new UI by @kishore-kumar-E3682 in #491
  • fix(i18n-pluralize): added pluralize util as part of crayons-i18n package by @arvindanta in #492
  • fix(fb-coui): Style fixes, i18n interpolate strings for form builder, added resize property for text area component by @sangeet-fw in #498

New Contributors

Full Changelog: https://github.com/freshworks/crayons/compare/v2.13.2...@freshworks/[email protected]

@freshworks/[email protected]

24 Mar 09:27
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]

v2.13.3

05 Jan 17:52
Compare
Choose a tag to compare

2.13.3 (2022-01-05)

Bug Fixes

  • icon.tsx: removes title from svg that is visible on hover (95d2900), closes #200

v2.13.2

16 Jul 12:08
Compare
Choose a tag to compare

2.13.2 (2021-07-16)

Bug Fixes

  • main.yml: changes to upgrade remove validations (de111ca)

v2.13.1

14 Apr 15:16
Compare
Choose a tag to compare

2.13.1 (2021-04-14)

Bug Fixes

  • fw-input: adds a new event for clearing input (271a20f), closes #185

v2.13.0

18 Mar 06:26
Compare
Choose a tag to compare
v2.13.0 Pre-release
Pre-release

2.13.0 (2021-03-18)

Features

  • fw-label: introduce css variables for label padding (c7ef767), closes #181

v2.12.2

16 Mar 03:48
Compare
Choose a tag to compare
v2.12.2 Pre-release
Pre-release

2.12.2 (2021-03-16)

Bug Fixes

  • radio.tsx, checkbox.tsx: fixes checked value change to reflect in UI when disabled (0cc6f70), closes #154

v2.12.1

09 Mar 06:55
Compare
Choose a tag to compare
v2.12.1 Pre-release
Pre-release

2.12.1 (2021-03-09)

Bug Fixes

  • select.tsx: fixes emitting fwChange before initialization for multiselect (3d11ba5)

v2.12.0

03 Feb 19:31
Compare
Choose a tag to compare

2.12.0 (2021-02-03)

Features

  • input, button, radio-group, textarea, datepicker, timepicker, checkbox: added form support (58a7d25), closes #104 #170