# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.8..@atlassian/wrm-react-i18n@4.1.7) (2026-06-15)


### Bug Fixes

* Change to type only import of ReactElement ([1d7e277](https://bitbucket.org/atlassianlabs/fe-server/commits/1d7e277a0b213441521797034991ef42a3ad565e))
* **SPFE-1072:** Lower peerDependency of @atlassian/wrm-react-i18n on React to v16.2 ([e4bd170](https://bitbucket.org/atlassianlabs/fe-server/commits/e4bd1702fee34e782fe158647a1af3169101c11b)), closes [SPFE-1072](https://ecosystem.atlassian.net/browse/SPFE-1072)



## [4.1.7](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.7..@atlassian/wrm-react-i18n@4.1.6) (2026-05-12)

**Note:** Version bump only for package @atlassian/wrm-react-i18n





### [4.1.6](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.6..@atlassian/wrm-react-i18n@4.1.5) (2026-04-09)

* [Renovate] Update dependency @babel/preset-env to v7.29.2 ([693809b](https://bitbucket.org/atlassianlabs/fe-server/commits/693809b))
* [Renovate] Update frontend - babel to v7.29.0 ([7f59f43](https://bitbucket.org/atlassianlabs/fe-server/commits/7f59f43))





### [4.1.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.5..@atlassian/wrm-react-i18n@4.1.4) (2026-01-29)

**Note:** Version bump only for package @atlassian/wrm-react-i18n





### [4.1.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.4..@atlassian/wrm-react-i18n@4.1.3) (2025-12-05)

**Note:** Version bump only for package @atlassian/wrm-react-i18n





### [4.1.3](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.3..@atlassian/wrm-react-i18n@4.1.2) (2025-08-27)


### Bug Fixes

* **@atlassian/wrm-react-i18n:** improve getText and format types to be based on arguments ([9ca441e](https://bitbucket.org/atlassianlabs/fe-server/commits/9ca441e4b2beab130b3a7abdee921676e515989d))
* **build:** newer TypeScript version reported issues ([3cebc02](https://bitbucket.org/atlassianlabs/fe-server/commits/3cebc02e3c68b7a6545cbbb24743f551be258df5))
* **lint:** update `eslint` and its plugins, update config files ([ff578f1](https://bitbucket.org/atlassianlabs/fe-server/commits/ff578f16057848f05fddbe87cff392acf5b863a2))
* **tests:** update Jest config and some of its dependencies after upgrade ([8f21350](https://bitbucket.org/atlassianlabs/fe-server/commits/8f21350ecd99d119341e877d7a8a6ea700e736c7))



### [4.1.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.2..@atlassian/wrm-react-i18n@4.1.1) (2025-07-31)


### Bug Fixes

* **@atlassian/wrm-react-i18n:** support arguments extending ReactElement type ([7abf60c](https://bitbucket.org/atlassianlabs/fe-server/commits/7abf60cc0c2953801bbd30f1437ec476b83b777d))



### [4.1.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.1..@atlassian/wrm-react-i18n@4.1.0) (2025-07-29)


### Bug Fixes

* **@atlassian/wrm-react-i18n:** improve getText and format types to be based on arguments ([8a4e7bf](https://bitbucket.org/atlassianlabs/fe-server/commits/8a4e7bf2de843e38ffc55a215251750d268ee1bc))



## [4.1.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.1.0..@atlassian/wrm-react-i18n@4.0.1) (2025-07-24)


### Features

* **@atlassian/wrm-react-i18n:** add types in react-i18n.tsx ([d62067b](https://bitbucket.org/atlassianlabs/fe-server/commits/d62067b7502817d0d5b526a87072986ebf5838e1))
* **@atlassian/wrm-react-i18n:** introduce typescript ([8479516](https://bitbucket.org/atlassianlabs/fe-server/commits/8479516daccdeec3da7f201c604d975f512acba8))


### Bug Fixes

* **BESECART-3480:** Move webpack plugin to [@atlassian](https://bitbucket.org/atlassian) scope ([cc62451](https://bitbucket.org/atlassianlabs/fe-server/commits/cc62451aabe8b63cf28645596e59ee8cef5ae560))



## [4.0.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@4.0.0..@atlassian/wrm-react-i18n@3.0.2) (2025-05-29)


### ⚠ BREAKING CHANGES

* **@atlassian/wrm-react-i18n:** Moved peer dependency webresource-webpack-plugin from atlassian- prefixed to @atlassian scoped

### Bug Fixes

* update wrm-react-i18n to be private ([b42d318](https://bitbucket.org/atlassianlabs/fe-server/commits/b42d3187340d1ae7f810ab220af1cd12ff9aaa8c))
* **wrm-react-i18n:** fix npm resolutions by correct peer dependency declaration ([48dbf11](https://bitbucket.org/atlassianlabs/fe-server/commits/48dbf11168db283f8cca7dcff74ec736c5aa6cdf))


### Build System

* **@atlassian/wrm-react-i18n:** Moved peer dependency webresource-webpack-plugin from atlassian- prefixed to [@atlassian](https://bitbucket.org/atlassian) scoped ([6cc2751](https://bitbucket.org/atlassianlabs/fe-server/commits/6cc27511231c3339432c8c5fc5407bca4659b751))



### [3.0.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@3.0.2..@atlassian/wrm-react-i18n@3.0.1) (2024-07-09)


### Bug Fixes

* **wrm-react-i18n:** support webpack and atlassian webpack plugin 4+ ([6bcb162](https://bitbucket.org/atlassianlabs/fe-server/commits/6bcb1627a687e42d3a25e059355ced0357820e70))



### [3.0.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@3.0.1..@atlassian/wrm-react-i18n@3.0.0) (2024-07-08)


### Bug Fixes

* **wrm-react-i18n:** support only webpack v5 ([b6cdc4e](https://bitbucket.org/atlassianlabs/fe-server/commits/b6cdc4e9e30118667edbfe532ce1e2e66721334e))



## 3.0.0 (2024-04-05)

### ⚠ BREAKING CHANGES

- use wrm/i18n instead of wrm/format
- make clear that min. supported version of WRM is 4.2

### Bug Fixes

- [SPFE-900](https://ecosystem.atlassian.net/browse/SPFE-900) Support WRM 5.3+ two-phase transforms i18n in wrm-react-i18n package ([033f0d3](https://bitbucket.org/atlassianlabs/fe-server/commits/033f0d33c58d88729b37ddeb501192a40f948021))
- [SPFE-900](https://ecosystem.atlassian.net/browse/SPFE-900): relax requirement on WRM version for wrm-react-i18n pkg ([a14fae3](https://bitbucket.org/atlassianlabs/fe-server/commits/a14fae33540965f06eae6aebc5128deb1281d2f3))

### [2.0.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@2.0.1..@atlassian/wrm-react-i18n@2.0.0) (2022-02-10)

### Bug Fixes

- [SPFE-900](https://ecosystem.atlassian.net/browse/SPFE-900): relax requirement on WRM version for wrm-react-i18n pkg ([a14fae3](https://bitbucket.org/atlassianlabs/fe-server/commits/a14fae33540965f06eae6aebc5128deb1281d2f3))

## 2.0.0 (2022-02-10)

### ⚠ BREAKING CHANGES

- use wrm/i18n instead of wrm/format
- make clear that min. supported version of WRM is 4.2

### Features

- [SPFE-867](https://ecosystem.atlassian.net/browse/SPFE-867) Update rollup dependency ([0d6a0a9](https://bitbucket.org/atlassianlabs/fe-server/commits/0d6a0a9156869b8551d35a8a3072e33b391a8e49))

### Bug Fixes

- [SPFE-867](https://ecosystem.atlassian.net/browse/SPFE-867) Fix rollup warnings about missing external modules ([e8a7998](https://bitbucket.org/atlassianlabs/fe-server/commits/e8a7998bbd2931bbaae18b159dccc3e8b49595fb))
- [SPFE-900](https://ecosystem.atlassian.net/browse/SPFE-900) Support WRM 5.3+ two-phase transforms i18n in wrm-react-i18n package ([033f0d3](https://bitbucket.org/atlassianlabs/fe-server/commits/033f0d33c58d88729b37ddeb501192a40f948021))

### 1.0.11 (2021-11-17)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

### [1.0.10](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.10..@atlassian/wrm-react-i18n@1.0.9) (2021-10-14)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

### [1.0.9](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.9..@atlassian/wrm-react-i18n@1.0.8) (2021-10-08)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

### [1.0.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.8..@atlassian/wrm-react-i18n@1.0.7) (2021-09-24)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

### [1.0.7](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.7..@atlassian/wrm-react-i18n@1.0.6) (2021-09-22)

- Update internal dependencies

### [1.0.6](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.6..@atlassian/wrm-react-i18n@1.0.4) (2021-08-27)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

### [1.0.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.2..@atlassian/wrm-react-i18n@1.0.1) (2021-08-26)

### Bug Fixes

- **release:** fix release script for the wrm package ([482efe2](https://bitbucket.org/atlassianlabs/fe-server/commits/482efe2d2262209926a775e56da3df6a89c54f95))

### [1.0.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.1..@atlassian/wrm-react-i18n@1.0.0) (2021-08-26)

**Note:** We updated internal dependencies

## [1.0.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@1.0.0..@atlassian/wrm-react-i18n@0.8.1) (2021-07-01)

### ⚠ BREAKING CHANGES

- We removed support for Node 10. The minimum required version is Node 12 now.

### Features

- drop support for Node 10 ([2ef1e83](https://bitbucket.org/atlassianlabs/fe-server/commits/2ef1e831cc30f0ec78884d72815d773ae401cc7e))

### [0.8.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@0.8.1..@atlassian/wrm-react-i18n@0.8.0) (2021-03-08)

### Bug Fixes

- **deps:** Update Node version ([1dadcca](https://bitbucket.org/atlassianlabs/fe-server/commits/1dadcca42ac461410dabd8e844249cdf80e516a9))

## 0.8.0 (2021-01-18)

**Note:** Version bump only for package @atlassian/wrm-react-i18n

## 0.8.0-alpha.0 (2021-01-13)

- feat: SPFE-267 Add support for webpack 5 ([f73b853](https://bitbucket.org/atlassianlabs/fe-server/commits/f73b853))

## 0.7.0 (2020-06-25)

- chore: update dependencies ([38f5a33](https://bitbucket.org/atlassianlabs/fe-server/commits/38f5a33))
- chore: update dependencies ([c3d3caa](https://bitbucket.org/atlassianlabs/fe-server/commits/c3d3caa))

## 0.6.0 (2020-05-11)

- chore: Add note about minimal requirements ([ee38cec](https://bitbucket.org/atlassianlabs/fe-server/commits/ee38cec))
- chore: downgrade to Node version 10 ([9fc7bab](https://bitbucket.org/atlassianlabs/fe-server/commits/9fc7bab))
- chore: fix running prettier ([09867f3](https://bitbucket.org/atlassianlabs/fe-server/commits/09867f3))
- chore: Update minimal Node version to version 12 so we can support 'String.proptotype.matchall' ([cb0ed25](https://bitbucket.org/atlassianlabs/fe-server/commits/cb0ed25))

## [0.5.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@0.5.1..@atlassian/wrm-react-i18n@0.5.0) (2020-04-21)

### Bug Fixes

- fix missing types when creating production bundle ([157de4c](https://bitbucket.org/atlassianlabs/fe-server/commits/157de4c40c2933be96d47e0582060ad027ad16cd))

# [0.5.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@0.5.0..@atlassian/wrm-react-i18n@0.4.5) (2020-04-21)

### Features

- TS types for wrm-react-i18n ([eda617c](https://bitbucket.org/atlassianlabs/fe-server/commits/eda617c1c78e9085f7b46ff1836a9e6e87b9d38e))

## [0.4.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@0.4.5..@atlassian/wrm-react-i18n@0.4.4) (2020-02-07)

### Bug Fixes

- Publish package again since version 0.4.4 didn't include JS files

## [0.4.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-react-i18n@0.4.4..@atlassian/wrm-react-i18n@0.4.3) (2020-01-27)

**Note:** Version bump only for package @atlassian/wrm-react-i18n
