Skip to content

Releases: qld-gov-au/qgds-vanilla

v0.0.15

21 Oct 01:58
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.15

v0.0.14

14 Oct 01:58
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.14

v0.0.13

07 Oct 01:58
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.13

v0.0.12

30 Sep 01:58
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.12

v0.0.11

23 Sep 01:56
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.11

v0.0.10

16 Sep 01:57
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.10

v0.0.9

09 Sep 01:53
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.9

v0.0.8

02 Sep 01:53
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.8

v0.0.7

26 Aug 01:50
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32
  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.7

v0.0.6

21 Aug 22:01
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • BREAKING: remove handlebars externals and use npmjs version 8ec65eb
    Ensure you rename your references
    Removal of;

    • externals/fb-handlebars.min.js
    • externals/handlebars.min-v4.7.8.js

    Replaced with;

    • externals/handlebars.min.js

🏕 Features

  • QOLSVC-7220 CICD init by @duttonw in #32

  • Leaflet from npmjs, dont have binaries checked into source control by @duttonw in #35

    Replace Externals leaflet and libaries with npmjs versions
    removed;

    • src/externals/esri-leaflet-vector.js
    • src/externals/esri-leaflet.js
    • src/externals/leaflet.js
      for package.json
          "esri-leaflet": "3.0.1",
          "esri-leaflet-vector": "3.1.5",
          "leaflet": "1.7.1",
    

    and webpack copy

          {
              from: path.resolve(__dirname, '../node_modules/esri-leaflet/dist/esri-leaflet.*'),
              to: 'externals/[name][ext]',
          },
          {
              from: path.resolve(__dirname, '../node_modules/esri-leaflet-vector/dist/esri-leaflet-vector.*'),
              to: 'externals/[name][ext]',
          },
          {
              from: path.resolve(__dirname, '../node_modules/leaflet/dist/leaflet.*'),
              to: 'externals/[name][ext]',
          }
    
  • BREAKING: remove handlebars externals and use npmjs version by @duttonw in #36

🐛 Bug Fixes

Full Changelog: qh-v1.8.2...v0.0.6