Skip to content

Commit

Permalink
Merge pull request #241 from vtex-apps/feature/export-country-rules
Browse files Browse the repository at this point in the history
Export address rules and countries list
  • Loading branch information
Arthur Bond authored Feb 2, 2024
2 parents 5d1cabc + d134f2e commit 8753281
Show file tree
Hide file tree
Showing 10 changed files with 1,989 additions and 11,572 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Export `_countries`, `_countriesrules`, `_cities`, and `_addressPlaceholder` variables so that other scripts can access them

### Fixed

- Linting and code cleanup
- Update webpack package to 5.x

## [0.15.6] - 2024-01-24

## [0.15.5] - 2024-01-17

## Fixed

- Fix trim errors

## [0.15.4] - 2024-01-10
Expand All @@ -36,19 +46,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Code Editor for CSS and JS
- Code Editor for CSS and JS

### Fixed

- Arabic, German, English, Spanish, Finnish, Italian, Japanese, Korean, Portuguese, Romanian and Thai translations.

## [0.13.9] - 2023-09-24

### Added

- scroll on go to shipping button

## [0.13.8] - 2023-09-22

### Fixed

- Fix issue with console log countryLang

## [0.13.7] - 2023-09-20
Expand All @@ -62,13 +75,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- fallback for country selection when changing trade policies

## [0.13.5] - 2023-09-12

### Fixed

- Address form fixed for the states of Croatia and CZE

## [0.13.4] - 2023-08-30

### Fixed

- Add operator to fix issue in the undefined or null city

## [0.13.3] - 2023-08-15
Expand All @@ -89,6 +106,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.13.0] - 2023-08-02

### Fixed

- events for validation

### Added
Expand All @@ -98,17 +116,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.12.9] - 2023-08-01

### Fixed

- typo + conditional to orderform

## [0.12.8] - 2023-08-01

### Fixed

- enchance for summary cart
- change price for free item
- Fix `_this` reference for `this.lang`
- editable address

## [0.12.7] - 2023-07-18

### Fixed

- Change Receiver name of function avoind returning `null`
Expand Down Expand Up @@ -154,14 +175,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.12.0] - 2023-06-27

### Added

- Added offset scroll on mobile when user changes their address

## [0.11.1] - 2023-05-19

### Added

- AUSTRIA configuration

### Fixed

- German translations on shipping / pick up times
- Missing translations on the config file

Expand Down
2 changes: 1 addition & 1 deletion checkout-ui-custom/checkout6-custom.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8753281

Please sign in to comment.