Skip to content

Releases: decentraland/ui-env

1.5.0

25 Jan 14:42
48c62ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

20 Dec 18:58
b0413f4
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @lauti7 made their first contribution in #8

Full Changelog: 1.4.0...1.4.1

1.4.0

03 Jul 20:24
59ae18e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

13 Oct 15:30
@2fd 2fd
c0608ac
Compare
Choose a tag to compare

What's Changed

  • feat: support gatsby on getDefaultEnv by @2fd in #6

New Contributors

  • @2fd made their first contribution in #6

Full Changelog: 1.2.1...1.3.0

1.2.1

10 Oct 15:41
e266bc4
Compare
Choose a tag to compare
  • Fix: undefined window error on gatsby/ssr builds

1.2.0

08 Jun 20:29
10f05b0
Compare
Choose a tag to compare

Make config.get(value) always return a string.

1.1.0

08 Jun 20:15
6d87026
Compare
Choose a tag to compare
  • Added config.is(env: Env): boolean and config.getEnv(): Env helpers: #3

1.0.0

02 Jun 20:03
83e4b4d
Compare
Choose a tag to compare

Initial Release 🎉

Manage different configurations for frontends with a single build for all their envs (such as rollouts).

Features

  • Configure different variables for dev, stg and prod envs.
  • Automatically select env from TLD.
  • Override env via query param.
  • Override default env via process env var (for local or Vercel builds).