mapbox-gl-rtl-text icon indicating copy to clipboard operation
mapbox-gl-rtl-text copied to clipboard

Add right-to-left text support to Mapbox GL JS

Results 12 mapbox-gl-rtl-text issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/mapbox/mapbox-gl-rtl-text/issues/27 From https://github.com/mapbox/mapbox-gl-rtl-text/pull/28: > My suggestion is to simply drop the `peerDependencies` field which has a lot of annoying caveats with little benefit. We do not maintain/support ancient versions...

[README.md](../blob/main/README.md) says that this package "Requires `mapbox-gl-js` (version 0.32.1 and up).". [package.json](../blob/main/package.json) however has a dependency to `mapbox-gl` >=0.32.1 = 2.0.0 was solved and this dependency was changed. If it...

bug

The hash would prevent executing untrusted code, but we want to make sure future maintainers don't get tricked into updating the hash to match an invalid package. It would be...

This PR - updates Emscripten to 3.1.1 - updates ICU to 70.1 - updates all npm dependencies - removes bublé entirely since we no longer support IE11 and don't need...

enabling GitHub Advanced Security (GHAS) code scanning (CodeQL), see https://github.com/mapbox/gl-internal/issues/1608 with @ryanhamley

Hey, when using Mapbox studio [Uyghur-language script](https://en.wikipedia.org/wiki/Uyghur_Arabic_alphabet) appears to have shaping errors for the RTL text glyphs. Unsure what causes the error in some characters and not others (I don't...

enhancement

Hello together, I tried to import it with webpack via `import mapboxglRTL from '@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text';` Webpack give me then following error: ``` ERROR in ./node_modules/@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text.js Module not found: Error: Can't resolve...

Previously, the README did not elaborate on the fact that Hebrew labels do not have the same global support as Arabic labels made possible via `mapbox-gl-language`. It's worth surfacing that...

Hello How can i use this plugin after a npm installation ? ```bash npm install --save mapbox/mapbox-gl-rtl-text ``` ```javascript import { setRTLTextPlugin } from "mapbox-gl" setRTLTextPlugin( ? ) ```