question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Until all the beautiful docs are updated, I figure it would be nice to have a place where the core breaking changes are documented.

So far from looking at commits since mid August, I’ve observed the following:

  1. Moon.component is now Moon.extend
  2. instead of el, it is root when creating a moon app
  3. instead of the m-model attribute, it is now named m-bind
  4. Any plugins or other things that access the internal attributes like $children now use a version without $
  5. SVG stuff now just is called SVG instead of isSVG
  6. To say that an element is text type, it was TEXT_TYPE, but now the shorter literal "#text" is used

There’s a couple things that I don’t quite know about, like dynamic and functional when it comes to component things.

What other bumps are there in transitioning?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kbrshcommented, Dec 24, 2017

DOM properties are now set with a new directive: m-dom. It’s a replacement for m-literal:prop.dom. Also, static elements are marked with a flag along with being hoisted.

These both were added in e6208979ff29f45584c92238871b8123c1bf26f8.

1reaction
russelgcommented, Dec 11, 2017

In regards to that .set change, it should probably be mentioned the old keypath method (i.e .set('obj.prop.nested')) does not work anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

V1 Engineering Documentation
These instructions are a collection of knowledge from the V1 Engineering community. They are designed for collaboration in mind and edits are welcome....
Read more >
Standard v1.1 | Docs | Twitter Developer Platform
Our free, standard APIs are great for getting started, testing an integration, validating a concept, or creating solutions that complement what you can ......
Read more >
Moralis v1: Old Documentation
Old Documentation. You are currently reading our old v1 documentation. For new v2 documentation please visit https://docs.moralis.io.
Read more >
Compute Engine API - Documentation - Google Cloud
Retrieves an aggregated list of accelerator types. get, GET /compute/v1/projects/{project}/zones/{zone}/acceleratorTypes/{resourceId}
Read more >
Search API v1 documentation - Opendatasoft Help Hub
The available APIs are listed below. API Name, Description. Dataset search API, Search datasets in a catalog. Dataset lookup API, Find a dataset...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found