Skip to content

Latest commit

 

History

History
187 lines (159 loc) · 16 KB

CHANGELOG.md

File metadata and controls

187 lines (159 loc) · 16 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • Remove all mentions of Gitlab #2
  • Add CI workflow config file #1
  • Prepare for migration to Github cc1820f
  • Add deploy docs jobs to CI b4ac29e
  • Remove section about the private registry from docs d26e448

17 March 2023

  • Close #71 - Add scrollEnabled prop for Text Input component #109
  • Merge branch '71-ls-add_scroll_enabled_prop_for_text_input_component' into 'main' #71 #71
  • Close #71 - Add scrollEnabled prop for Text Input component #71
  • Release v1.4.1 5c2330c

26 January 2023

  • Add helper function to create component styled props #108
  • Update default theme #107
  • Support setting a theme color for a TextInput's placeholder text #106
  • Improve Web config docs #105
  • Merge branch 'mb-support_theme_colors_for_placeholder_text_color' into 'main' #70
  • Fix several warnings in example apps e570a23
  • Release v1.4.0 2b5626b
  • Fix iOS not returning the right current locale in the correct format 21e345d

19 December 2022

  • TT019 - DateInput component #98
  • Comp - PasswordInput #100
  • Add google analytics #102
  • Generalize text input icon #99
  • Improve card header documentation #96
  • Change preview docs comment to run in the MR scope instead of the commit #97
  • Merge branch '67-tt019-campo-de-fechas' into 'main' #67
  • Add DateInput component 005ed0b
  • Add PasswordInput component ebcb3a7
  • Add documentation for the DateInput component c32da1d

18 November 2022

  • TT006 - Cards Component #82
  • Add hide password icon and enable icon customization #78
  • Dialog Component #88
  • Add Dialog documentation #92
  • Add dialog examples #90
  • Add Dialog component #89
  • Merge branch '58-tt006-cards-component' into 'main' #58
  • Add Card component and subcomponents d1c53fd
  • Add Dialog Documentation 669c56e
  • Add Dialog examples fb5fb16

10 November 2022

  • Add TypeScript support when extending the theme #83
  • Add default color to UIKitIcon #80
  • Improve docs #79
  • Comp - Banner #71
  • Add information icon to formControl label #74
  • Comp - Switch #49
  • IMP - Allow color aliases in Theme palette definition #76
  • CMP - Add Chip component #67
  • Add support for color mode pseudo-props #66
  • Merge branch 'mb-add_typescript_support_when_extending_the_theme' into 'main' #22
  • Merge branch '50-ev-add_default_color_to_uikitIcon' into 'main' #50
  • Merge branch '47-ev-information_icon_of_the_input_component' into 'main' #47
  • Merge branch 'ev_create_switch_component' into 'main' #26
  • Add Banner documentation 98c2787
  • Add switch component 886e97f
  • Add search to the docs d466c5d

6 October 2022

  • Fix ESLint config and issues #63
  • FormControl's children inherit its disabled and error states #62
  • Change library name to @amalgama/embassy-ui 9695ff9
  • Fix main project eslint issues 5d30bfc
  • Fix ESLint config 70cd644

29 September 2022

  • Add accessibility for Form Control, Checkbox and Radio #61
  • Improve Getting Started docs #60
  • DOCS - Add pseudo props docs #58
  • Resolve Follow-up from "Docs - Finish stack docs" #59
  • Close #40 - Docs - Finish stack docs #57
  • Resolve "Docs - Finish Box docs" #56
  • Resolve "DOCS - Finish icon docs" #53
  • Add Theming Docs #42
  • Merge branch '27-ls-acces_improve_accessibility_of_the_components' into 'master' #27
  • Merge branch '43-follow-up-from-close-40-docs-finish-stack-docs' into 'master' #43
  • Close #43 - Follow up - Finish stack docs #43
  • Merge branch '40-ev-docs-finish-stack-docs' into 'master' #40 #40
  • Merge branch '39-ev-docs-finish-box-docs' into 'master' #39
  • Merge branch '36-docs-finish-icon-docs' into 'master' #36
  • Close #36 - Docs - Finish icon docs #36
  • Close #39 - Docs - Finish box docs #39
  • Close #40 - Docs - Finish stack docs #40
  • Resolve - Add theming docs 951daf7
  • Remove duplicated lines in default theme config 9b2672f
  • Improve Icon component docs 2a21594

v0.0.1

28 September 2022

  • Update default theme #55
  • Resolve "Docs - Finish Text docs" #54
  • COMP - Add TextInput component #46
  • COMP - Add FormControl component #47
  • COMP - Add Radio Group component #52
  • IMP - Improve Radio component #51
  • DOC - Create component documentation v1 #50
  • COMP - Create Checkbox Group component #43
  • Add deploy for previewing the docs #48
  • COMP - Add radio button component #44
  • IMP - Refactor CheckBox component #45
  • Add Icon and IconButton documentation #41
  • Close #30 - Follow-up from ''COMP - Add Checkbox component'' #38
  • Resolve "COMP - Add Checkbox component" #32
  • Close #29 - COMP - Add IconButton component #37
  • Add compatibility with svg icons #30
  • Close #28 - DOCS - Add Troubleshooting section to docs #31
  • Add documentation with Ducusaurus #29
  • Fix React types issues #28
  • Add web example app #27
  • Apply amalgama's DS styles to Button's variants #26
  • Add icons support to Button component #25
  • Add hook to resolve components props #24
  • Refactor components types #23
  • Add Icon component #22
  • Rename base components tests folder to main #21
  • Move isPressed state handling to its own hook useIsPressed #20
  • Add extendThemeConfig function to allow users to extend the default theme #19
  • Enable re-render when changing theme config in Theme Provider #18
  • Add Button component #17
  • Add Pressable component #16
  • Handle pseudo props config in theme #15
  • Add Stack components #14
  • Add flexbox style props #13
  • Add Box component #12
  • Add layout config and props #11
  • Update default theme and Text component examples #10
  • Add variant prop to Text component #9
  • Add Theme components configuration #8
  • Add Text component #7
  • Refactor defaultTheme, types and props #6
  • Add Typography style props translation #5
  • Add Theme typography configuration #4
  • Add method to translate UI kit components props to RN style #3
  • Add theme context #2
  • Add basic theme and color palette #1
  • Merge branch '38-docs-finish-text-docs' into 'master' #38
  • Merge branch '33-ls-comp_add_text_input_component' into 'master' #33
  • Close #38 - Docs - Finish text docs #38
  • Merge branch 'mb-add_form_control' into 'master' #31
  • Merge branch 'ev_radio_button_implementation' into 'master' #23
  • Merge branch '30-ls-follow_up_from_comp_add_checkbox_component' into 'master' #30 #30
  • Close #30 - Follow-up from 'COMP - Add Checkbox component' #30
  • Merge branch '24-ls-comp_add_checkbox_component' into 'master' #24
  • Merge branch '29-id-add_icon_button_component' into 'master' #29 #29
  • Close #29 - COMP - Add IconButton component #29
  • Merge branch '28-id-docs_add_troubleshooting_section' into 'master' #28 #28
  • Close #28 - Add Troubleshooting section to docs #28
  • Set up package with Amalgama's default configuration a7ae33b
  • Add empty react-js web example app fcc41df
  • Add docusaurus empty project and link UI kit library to it c037ae4